From 7e33695561c2da43fcc752894e9bd46a7059cb3f Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 九月 2023 15:38:25 +0800
Subject: [PATCH] 	modified:   src/components/view/standard.vue

---
 src/components/view/standard-table/material.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/view/standard-table/material.vue b/src/components/view/standard-table/material.vue
index 4dc288b..b317e40 100644
--- a/src/components/view/standard-table/material.vue
+++ b/src/components/view/standard-table/material.vue
@@ -19,7 +19,8 @@
               </el-table-column>
               <el-table-column prop="tname" sortable label="宸ヨ壓鍚嶇О">
                 <template slot-scope="scope">
-                  <el-tag type="success" v-if="scope.row.tname != null">02</el-tag>
+                  <el-tag type="success" v-if="scope.row.tname != null"
+                  style="margin-left:20px;">02</el-tag>
                   <span style="color: #000000">
                     {{ scope.row.tname  }}
                   </span>
@@ -42,7 +43,7 @@
               <el-table-column prop="num" label="鏁伴噺">
                 <template slot-scope="scope">
                   <el-input v-model="scope.row.num" 
-                    v-if="scope.row.mname != null"
+                    v-if="scope.row.mname != null" size="small"
                     @blur="updateVal(scope.row)"></el-input>
                 </template>
               </el-table-column>

--
Gitblit v1.9.3