zerp 2 years ago
parent
commit
fab87cd6c2
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/views/client/user.vue

+ 6 - 4
src/views/client/user.vue

@@ -130,8 +130,8 @@ export default {
   /* width: 800px; */
   height: 200px;
   /* border: 0.1px solid #fafafa; */
-  border:1px solid #ebeef5;
-  border-collapse: collapse;
+  border:1px solid #ebeef5 !important;
+  border-collapse: collapse !important;
   margin-bottom: 10px;
   /* margin: 0 auto; */
 }
@@ -141,14 +141,16 @@ export default {
   -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
-    user-select: none;
+    user-select: none !important;
+  border:1px solid #ebeef5 !important;
   font-weight: 400;
   background: #fafafa;
   color: #909399;
 }
 .item {
   width: 35%;
+  border:1px solid #ebeef5 !important;
   padding: 0 3px 0 10px;
-  word-break: break-all;
+  word-break: break-all !important;
 }
 </style>