Jelajahi Sumber

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

zhulu 2 tahun lalu
induk
melakukan
03e62f9046

+ 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;
  }

+ 1 - 1
src/views/safetycheck/rule/index.vue

@@ -27,7 +27,7 @@
               <el-form-item
                 prop="name"
                 label="检查库名称"
-                class="search_itemname"
+                label-width="100"
               >
                 <el-input
                   v-model="queryParams.name"

+ 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"