浏览代码

fix style

jwyu 1 年之前
父节点
当前提交
458b3f36cb
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 5 5
      src/App.vue
  2. 1 1
      src/views/system_manage/departManage.vue

+ 5 - 5
src/App.vue

@@ -111,29 +111,29 @@ iframe {
   font-size: 14px;
   font-size: 14px;
   color: #409eff;
   color: #409eff;
   cursor: pointer;
   cursor: pointer;
-  margin: 0 5px;
+  margin: 0 2px;
 }
 }
 .deletesty {
 .deletesty {
   font-size: 14px;
   font-size: 14px;
   color: red;
   color: red;
   cursor: pointer;
   cursor: pointer;
-  margin: 0 5px;
+  margin: 0 2px;
 }
 }
 .disty {
 .disty {
   font-size: 14px;
   font-size: 14px;
   color: #999;
   color: #999;
   cursor: not-allowed;
   cursor: not-allowed;
-  margin: 0 5px;
+  margin: 0 2px;
 }
 }
 .warnsty {
 .warnsty {
   font-size: 14px;
   font-size: 14px;
   color: #FF9900;
   color: #FF9900;
-  margin: 0 5px;
+  margin: 0 2px;
 }
 }
 .successty {
 .successty {
   font-size: 14px;
   font-size: 14px;
   color: #1BB940;
   color: #1BB940;
-  margin: 0 5px;
+  margin: 0 2px;
 }
 }
 
 
 .el-card__header {
 .el-card__header {

+ 1 - 1
src/views/system_manage/departManage.vue

@@ -103,7 +103,7 @@
 							<span :style="{color:scope.row.Enabled===0?'#FF0000':null}">{{scope.row.Enabled===0?'禁用':'启用'}}</span>
 							<span :style="{color:scope.row.Enabled===0?'#FF0000':null}">{{scope.row.Enabled===0?'禁用':'启用'}}</span>
 						</template>
 						</template>
 					</el-table-column>
 					</el-table-column>
-					<el-table-column label="操作" align="center" width="260">
+					<el-table-column label="操作" align="center" width="280">
 						<template slot-scope="scope">
 						<template slot-scope="scope">
 							<div style="color:#4099ef; font-size:24px;display: flex;gap:0 10px;">
 							<div style="color:#4099ef; font-size:24px;display: flex;gap:0 10px;">
 								<span class="editsty" @click.stop="editUser(scope.row)">编辑</span>
 								<span class="editsty" @click.stop="editUser(scope.row)">编辑</span>