浏览代码

fix(userManage.vue):修复2345浏览器遮罩层偏移问题

liyangbin 2 年之前
父节点
当前提交
45fdfa29cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/UserManage.vue

+ 1 - 1
components/UserManage.vue

@@ -200,7 +200,7 @@ export default {
     .headers {
       width: 64px;
       height: 64px;
-      margin: 0 24px;
+      // margin: 0 24px;
       padding-bottom: 24px;
       display:flex;
       justify-content:center;