Browse Source

项目初始化

xinsuixindong 1 year ago
parent
commit
88fa51f2c8
2 changed files with 4 additions and 2 deletions
  1. 1 1
      src/styles/variables.scss
  2. 3 1
      src/views/page/system/users/index.vue

+ 1 - 1
src/styles/variables.scss

@@ -17,7 +17,7 @@ $subMenuActiveText: #fff;
 $menuBg: #2D3A74; 
 // $menuHover: linear-gradient(90deg, #718CF5, #3C64DC);
 $subMenuBg: #273264; 
-$subMenuHover: #3F68D9;
+$subMenuHover: linear-gradient(90deg, #718CF5, #3C64DC);//#3F68D9
 
 $sideBarWidth: 210px;
 

+ 3 - 1
src/views/page/system/users/index.vue

@@ -85,12 +85,14 @@
             v-if="scope.row.loginId !== 'super-admin'"
           >
             <el-button
+              icon="el-icon-edit"
               style="color: #52c8cc"
               type="text"
               @click="handleAddOrEdit(scope.$index, scope.row, 'update')"
               >编辑</el-button
             >
             <el-button
+              icon="el-icon-delete"
               style="color: #ce4745"
               type="text"
               @click="handleDelete(scope.row, 'deleted')"
@@ -102,7 +104,7 @@
               <span class="el-dropdown-link">
                 <el-button
                   icon="el-icon-d-arrow-right"
-                  style="color: #505152"
+                  style="color: #505152; margin-left: 10px"
                   type="text"
                   >更多
                 </el-button>