East 3 лет назад
Родитель
Сommit
fd2eda87c4
2 измененных файлов с 7 добавлено и 4 удалено
  1. 5 2
      src/components/newTable/NewTable.vue
  2. 2 2
      src/views/BioSafety/PersonAdmin.vue

+ 5 - 2
src/components/newTable/NewTable.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-09-18 16:30:17
- * @LastEditTime: 2021-09-22 16:22:44
+ * @LastEditTime: 2021-09-26 14:04:41
  * @LastEditors: Please set LastEditors
  * @Description: 表格的封装
  * @FilePath: \hyyfClient\src\components\NewTable.vue
@@ -91,10 +91,13 @@ export default {
   }
   .header>.left>svg {
     position: absolute;
+    bottom: 3px;
     padding-left: 4px;
-    bottom: -1px;
   }
   .header>.left>span {
     margin-left: 28px;
+    position: absolute;
+    width: 50px;
+    bottom: 5px;
   }
 </style>

+ 2 - 2
src/views/BioSafety/PersonAdmin.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-09-16 11:27:35
- * @LastEditTime: 2021-09-23 18:06:34
+ * @LastEditTime: 2021-09-26 14:06:45
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: \hyyfClient\src\views\BioSafety\PersonAdmin.vue
@@ -34,7 +34,7 @@
         </template>
         <template v-else>
           <div>
-            <el-button size="mini">黑名单</el-button>
+            <el-button size="mini">添加赶猪人员</el-button>
           </div>
         </template>
       </template>