|
|
|
@ -42,19 +42,19 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 表格
|
|
|
|
|
.el-table .el-table__header-wrapper th {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
// height: 35px;
|
|
|
|
|
color: #666;
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
}
|
|
|
|
|
.el-table--medium .el-table__cell {
|
|
|
|
|
padding: 3px 0;
|
|
|
|
|
// height: 35px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
// .el-table .el-table__header-wrapper th {
|
|
|
|
|
// font-size: 12px;
|
|
|
|
|
// font-weight: 400;
|
|
|
|
|
// // height: 35px;
|
|
|
|
|
// color: #666;
|
|
|
|
|
// background-color: #f2f2f2;
|
|
|
|
|
// }
|
|
|
|
|
// .el-table--medium .el-table__cell {
|
|
|
|
|
// padding: 3px 0;
|
|
|
|
|
// // height: 35px;
|
|
|
|
|
// font-size: 12px;
|
|
|
|
|
// color: #666;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.el-table .fixed-width .el-button--mini {
|
|
|
|
|
font-size: 12px;
|
|
|
|
@ -80,7 +80,8 @@
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.el-select,.el-date-editor{
|
|
|
|
|
.el-select,
|
|
|
|
|
.el-date-editor {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|