Sfoglia il codice sorgente

fix: 账号管理修改样式,取消左边距

louhangfei 10 mesi fa
parent
commit
7872dc5899
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/system/user/user.vue

+ 1 - 1
src/views/system/user/user.vue

@@ -37,7 +37,7 @@
           <el-table-column label="工号" prop="staffNo">
             <template #default="scope">
               <div>
-                <span style="margin-left: 10px">{{ scope.row.staffNo }}</span>
+                <span>{{ scope.row.staffNo }}</span>
               </div>
             </template>
           </el-table-column>