Browse Source

bug 修复

lilei 4 years ago
parent
commit
96fc2d23f5

+ 0 - 17
src/App.vue

@@ -33,21 +33,4 @@ export default {
   #app {
     height: 100%;
   }
-  /* 表格操作按钮样式 */
-  td .actionBtn {
-    font-size: 20px;
-    padding: 0 10px;
-  }
-  td .icon-blue {
-  	color: #1890FF;
-  }
-  td .icon-green {
-  	color: #16b50e;
-  }
-  td .icon-red {
-  	color: red;
-  }
-  td .icon-orange {
-  	color: #ffaa00;
-  }
 </style>

+ 17 - 0
src/components/global.less

@@ -500,4 +500,21 @@ body {
       margin-right: 8px;
     }
   }
+  /* 表格操作按钮样式 */
+  td .actionBtn {
+    font-size: 20px;
+    padding: 0 10px;
+  }
+  td .icon-blues {
+  	color: #1890FF;
+  }
+  td .icon-green {
+  	color: #16b50e;
+  }
+  td .icon-red {
+  	color: red;
+  }
+  td .icon-orange {
+  	color: #ffaa00;
+  }
 }

+ 1 - 1
src/views/BasicSettings/StoreManagement.vue

@@ -79,7 +79,7 @@
           title="编辑"
           id="store-edit"
           @click="edit(record)"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           v-hasPermission="'B_basicSettings_store_edit'" />
         <a-icon
           type="setting"

+ 1 - 1
src/views/SupervisionAuth/role/roleList.vue

@@ -56,7 +56,7 @@
         <a-icon
           type="edit"
           title="编辑"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           @click="handleEdit(record)"
           v-hasPermission="'B_supervision_role_edit'" />
         <a-icon

+ 1 - 1
src/views/SupervisionAuth/user/userList.vue

@@ -70,7 +70,7 @@
         <a-icon
           type="edit"
           title="编辑"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           @click="handleEdit(record)"
           v-hasPermission="'B_supervision_user_edit'" />
         <a-icon

+ 1 - 1
src/views/evaluation/evaluationItem/EvaluationItem.vue

@@ -50,7 +50,7 @@
           id="evaluationItem-edit"
           title="编辑"
           type="edit"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           v-if="record.status == '0'&& $hasPermissions('B_evaluation_edit')"
           @click="openModal(record)" />
         <a-icon

+ 1 - 1
src/views/evaluation/evaluationItem/SetEvaItemModal.vue

@@ -22,7 +22,7 @@
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
-          <a-icon v-hasPermission="'B_target_edit'" id="setEvaItemModal-edit" type="edit" class="actionBtn icon-blue" @click="openModal(record)" />
+          <a-icon v-hasPermission="'B_target_edit'" id="setEvaItemModal-edit" type="edit" class="actionBtn icon-blues" @click="openModal(record)" />
           <a-icon v-hasPermission="'B_target_del'" id="setEvaItemModal-delete" type="delete" class="actionBtn icon-red" @click="delect(record)" />
           <span v-if="!$hasPermissions('B_target_edit') && !$hasPermissions('B_target_del')">--</span>
         </template>

+ 1 - 1
src/views/evaluation/evaluationPlan/EvaluationPlan.vue

@@ -54,7 +54,7 @@
           id="evaluationPlan-edit"
           title="编辑"
           type="edit"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           v-if="record.status == '0' && $hasPermissions('M_evaluationPlan_edit')"
           @click="openModal(record)" />
         <a-icon

+ 1 - 1
src/views/power/role/roleList.vue

@@ -69,7 +69,7 @@
         <a-icon
           type="edit"
           title="编辑"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           @click="handleEdit(record)"
           v-hasPermission="'B_power_role_edit'" />
         <a-icon

+ 1 - 1
src/views/power/user/userList.vue

@@ -78,7 +78,7 @@
         <a-icon
           type="edit"
           title="编辑"
-          class="actionBtn icon-blue"
+          class="actionBtn icon-blues"
           @click="handleEdit(record)"
           v-hasPermission="'B_power_user_edit'" />
         <a-icon