.el-table th,
|
.el-table tr {
|
background-color: transparent !important;
|
}
|
.el-table,
|
.el-table__expanded-cell {
|
background-color: transparent !important;
|
}
|
.has-gutter {
|
background: rgba(255, 255, 255, 0.18) !important;
|
}
|
.el-table__body-wrapper {
|
background: rgba(255, 255, 255, 0.08) !important;
|
font-family: PingFang SC Regular;
|
font-size: 14px;
|
font-weight: normal;
|
line-height: 20px;
|
letter-spacing: 0px;
|
color: rgba(255, 255, 255, 0.9);
|
}
|
// class="has-gutter"
|
.el-table__header-wrapper {
|
border-radius: 3px 3px 0 0;
|
}
|
.FormList .search .left .el-input {
|
width: 150px;
|
}
|
.el-input__inner {
|
background-color: transparent !important;
|
}
|
.el-range-input {
|
background-color: transparent !important;
|
}
|
// .el-table__row > td {
|
// // border: none !important;
|
// }
|
.el-table__cell {
|
border: none !important; //表格的线
|
}
|
.el-input input {
|
border-radius: 3px !important;
|
}
|