瀏覽代碼

fix:更换权限样式

zh 2 年之前
父節點
當前提交
fe08563e88
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/layout/components/Navbar.vue

+ 3 - 1
src/layout/components/Navbar.vue

@@ -16,7 +16,7 @@
           ></i>
         </el-tooltip>
       </div> -->
-      <div class="right-menu-item hover-effect" style="display: flex" v-if="isHongGe">
+      <div class="right-menu-item " style="display: flex" v-if="isHongGe">
         <el-select v-model="changeNum" filterable :disabled="!isHongGe" @change="handleChangeArea">
           <el-option v-for="item in areaOpti" :key="item.value" :label="item.label" :value="item.value"> </el-option>
         </el-select>
@@ -742,6 +742,8 @@ export default {
 @import '~@/styles/variables.scss';
 ::v-deep .el-input__inner {
   width: 80px;
+  font-size: 16px;
+  color: #333333;
   border: 0 !important;
 }
 ::v-deep .is-fixed {