凉纪 2 жил өмнө
parent
commit
18f527b8a4

+ 3 - 0
src/assets/styles/ruoyi.scss

@@ -322,6 +322,9 @@
    line-height: 23px!important;
    font-size: 16px!important;
  }
+ .tags-view-item.active::before{
+   top:-1px;
+ }
  .el-pagination button, .el-pagination span:not([class*=suffix]){
    font-size: 16px!important;
  }

+ 2 - 2
src/views/system/device/index.vue

@@ -66,7 +66,7 @@
                     icon="el-icon-refresh"
                     size="mini"
                     @click="resetQuery"
-               
+
                   >重置</el-button
                   >
                 </el-col>
@@ -112,7 +112,7 @@
             </div>
           <el-table
             border
-            height="650"
+            height="646"
             size="small"
             v-loading="loading"
             :data="deviceList"