|
@@ -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;
|