11wqe1 6 月之前
父节点
当前提交
a33eb32c6d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/components/examine.vue
  2. 2 2
      src/components/list.vue

+ 2 - 2
src/components/examine.vue

@@ -1723,8 +1723,8 @@ hr {
   bottom: 0;
   left: 13%;
   width: 250px;
-  height: 2px;
-  background-color: rgb(137, 137, 137);
+  height: 1px;
+  background-color: #e7e7e7;
 }
 /* 添加账户的容器 */
 .el-dialog__body {

+ 2 - 2
src/components/list.vue

@@ -1650,8 +1650,8 @@ export default {
   bottom: 0;
   left: 13%;
   width: 250px;
-  height: 2px;
-  background-color: #E7E7E7;
+  height: 1px;
+  background-color: #e7e7e7;
 }
 /* .checkbox-left部分 */
 .checkbox-left {