|
@@ -65,12 +65,6 @@
|
|
|
text-align: right;
|
|
|
}
|
|
|
/*===================================表格===================================*/
|
|
|
-.el-table--border th{
|
|
|
- border:none;
|
|
|
-}
|
|
|
-.el-table--group, .el-table--border{
|
|
|
- border:none;
|
|
|
-}
|
|
|
.el-table--group::after, .el-table--border::after{
|
|
|
width:0;
|
|
|
}
|
|
@@ -80,18 +74,16 @@
|
|
|
}
|
|
|
.el-table__row{
|
|
|
color:$color_33;
|
|
|
- //font-size:14px;
|
|
|
}
|
|
|
.el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th{
|
|
|
color:$color_33;
|
|
|
background-color:#f5f5f5;
|
|
|
- //font-size:16px;
|
|
|
}
|
|
|
.el-table__header-wrapper{
|
|
|
height:60px;
|
|
|
}
|
|
|
.el-table__body-wrapper{
|
|
|
- border:1px solid #dfe6ec;
|
|
|
+ border-right:1px solid #dfe6ec;
|
|
|
flex: 1;
|
|
|
overflow-y: scroll!important;
|
|
|
}
|
|
@@ -100,18 +92,17 @@
|
|
|
}
|
|
|
//表格滚动条样式
|
|
|
.el-table__body-wrapper::-webkit-scrollbar{
|
|
|
-width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
-height: 8px;
|
|
|
+ width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 8px;
|
|
|
}
|
|
|
.el-table__body-wrapper::-webkit-scrollbar-thumb{
|
|
|
-border-radius: 5px;
|
|
|
-//-webkit-box-shadow: inset 0 0 5px #cac8c8;
|
|
|
-background: #CBCDD1;
|
|
|
+ border-radius: 5px;
|
|
|
+ background: #CBCDD1;
|
|
|
}
|
|
|
.el-table__body-wrapper::-webkit-scrollbar-track{
|
|
|
--webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
|
|
|
-border-radius: 0;
|
|
|
-background: rgba(255,255,255,0);
|
|
|
+ -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
|
|
|
+ border-radius: 0;
|
|
|
+ background: rgba(255,255,255,0);
|
|
|
}
|
|
|
//表格内容高度部分
|
|
|
//表头
|
|
@@ -124,9 +115,6 @@ background: rgba(255,255,255,0);
|
|
|
border-top: 1px solid #dfe6ec!important;
|
|
|
}
|
|
|
}
|
|
|
-//.el-table__fixed::before, .el-table__fixed-right::before{
|
|
|
-// height:0;
|
|
|
-//}
|
|
|
.el-table__fixed, .el-table__fixed-right{
|
|
|
top:1px;
|
|
|
left:1px;
|
|
@@ -135,7 +123,7 @@ background: rgba(255,255,255,0);
|
|
|
padding: 8px 0;
|
|
|
}
|
|
|
.el-table__header-wrapper{
|
|
|
- height:39px;
|
|
|
+ height:40px;
|
|
|
th, td{
|
|
|
padding:8px 0;
|
|
|
}
|