Forráskód Böngészése

fix: 调整样式

Howie 1 éve
szülő
commit
57d6a2897a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/setting/engineeringSubAccount.vue

+ 1 - 1
src/views/setting/engineeringSubAccount.vue

@@ -58,7 +58,7 @@
             <template slot-scope="scope">
               <el-button type="text" @click="addOrEdit('edit', scope.row)">编辑</el-button>
               <el-button type="text" @click="addOrEdit('password', scope.row)">重置密码</el-button>
-              <el-popconfirm style="margin-left: 20px;" title="确定删除吗?" @confirm="handleDel(scope.row)">
+              <el-popconfirm style="margin-left: 10px;" title="确定删除吗?" @confirm="handleDel(scope.row)">
                 <el-button slot="reference" type="text" size="mini"> 删除 </el-button>
               </el-popconfirm>
               <!-- <el-button