Kaynağa Gözat

取消talbe列表横向滚动条

xusl 11 ay önce
ebeveyn
işleme
3953b57f19

+ 8 - 2
vpp-ui/src/views/vpp/rqdd/rqdddm.vue

@@ -144,7 +144,7 @@ export default {
     //min-height: 600px;
     margin-left: 6%;
     margin-top: 8%;
-    width: 89%;
+    width: 85%;
     height: 99%;
     background-size: cover;
   }
@@ -251,7 +251,10 @@ export default {
   /deep/ .el-form-item__content {
     text-align: left;
   }
-
+  /deep/ .el-table__body-wrapper::-webkit-scrollbar {
+    width: 0px; // 横向滚动条
+    height:0px;
+  }
 
   .el-table1 {
     background: url(../Articles/img/组2460.png) no-repeat;
@@ -259,6 +262,9 @@ export default {
     background-position-y: 30%;
     background-size: 100% 100%;
     min-height: 315px;
+
+
+
   }
   /deep/ .el-table1 .el-table{
     background: transparent;

+ 5 - 1
vpp-ui/src/views/vpp/rqdd/rqddllx.vue

@@ -144,7 +144,7 @@ export default {
     //min-height: 600px;
     margin-left: 6%;
     margin-top: 8%;
-    width: 89%;
+    width: 85%;
     height: 99%;
     background-size: cover;
   }
@@ -172,6 +172,10 @@ export default {
   /deep/ .el-table--enable-row-hover .el-table__body tr:hover > td {
     background-color: rgb(103, 118, 49) !important
   }
+  /deep/ .el-table__body-wrapper::-webkit-scrollbar {
+    width: 0px; // 横向滚动条
+    height:0px;
+  }
 
 
   /deep/ .el-col {

+ 5 - 2
vpp-ui/src/views/vpp/ssdd/ssdddm.vue

@@ -141,7 +141,7 @@ export default {
     //min-height: 600px;
     margin-left: 6%;
     margin-top: 8%;
-    width: 89%;
+    width: 85%;
     height: 99%;
     background-size: cover;
   }
@@ -169,7 +169,10 @@ export default {
   /deep/ .el-table--enable-row-hover .el-table__body tr:hover > td {
     background-color: rgb(103, 118, 49) !important
   }
-
+  /deep/ .el-table__body-wrapper::-webkit-scrollbar {
+    width: 0px; // 横向滚动条
+    height:0px;
+  }
 
   /deep/ .el-col {
     padding: 0;

+ 5 - 2
vpp-ui/src/views/vpp/ssdd/ssddllx.vue

@@ -142,7 +142,7 @@ export default {
     //min-height: 600px;
     margin-left: 6%;
     margin-top: 8%;
-    width: 89%;
+    width: 85%;
     height: 99%;
     background-size: cover;
   }
@@ -151,7 +151,10 @@ export default {
     color: #fff;
     //font-size: 17px;
   }
-
+  /deep/ .el-table__body-wrapper::-webkit-scrollbar {
+    width: 0px; // 横向滚动条
+    height:0px;
+  }
   /deep/ .el-input__inner {
     background-color: rgba(14, 73, 131);
     border: 1px solid rgb(64, 153, 255);