Initial commit: 景耀JY1.0项目
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//to reset element-ui default css
|
||||
//to reset element-ui default css
|
||||
.el-upload {
|
||||
input[type="file"] {
|
||||
display: none !important;
|
||||
@@ -21,57 +21,69 @@
|
||||
.upload-container {
|
||||
.el-upload {
|
||||
width: 100%;
|
||||
|
||||
.el-upload-dragger {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//表头全局样式
|
||||
.el-table th{
|
||||
color: black;/*修改表格头部背景*/
|
||||
line-height: 40px!important;
|
||||
//font-family: YouYuan!important;
|
||||
font-Size: 13px!important;
|
||||
font-weight: 400!important;
|
||||
}
|
||||
.el-table__row{
|
||||
height: 36px!important;
|
||||
}
|
||||
.el-table__row td{
|
||||
padding: 3px 0!important;
|
||||
}
|
||||
.el-table th {
|
||||
color: black; /*修改表格头部背景*/
|
||||
//line-height: 40px!important;
|
||||
//font-family: YouYuan!important;
|
||||
font-Size: 13px !important;
|
||||
font-weight: 400 !important;
|
||||
fontFamily: 'MiSans Demibold'
|
||||
}
|
||||
|
||||
.el-tree-node__content>.el-tree-node__expand-icon{
|
||||
display: none;
|
||||
}
|
||||
//单击表格行变色
|
||||
.el-table__body tr.current-row>td{
|
||||
background-color: #d8e5f6 !important;
|
||||
/* color: #f19944; */ /* 设置文字颜色,可以选择不设置 */
|
||||
}
|
||||
//聚焦表格行变色
|
||||
.hover-row td{
|
||||
//background: RGB(236 245 255)!important;
|
||||
background: #d8e5f6!important;
|
||||
.el-table__row {
|
||||
height: 36px !important;
|
||||
}
|
||||
|
||||
}
|
||||
.el-table--enable-row-hover .el-table__body tr:hover>td{
|
||||
background-color: #d8e5f6 !important;
|
||||
}
|
||||
//.el-table tbody tr:hover>td { background-color: RED }
|
||||
//表格行颜色9745
|
||||
//.el-table td, .is-leaf{
|
||||
// background-color: rgb(255, 255, 255);
|
||||
// color: black;
|
||||
// font-weight:400
|
||||
//}
|
||||
.el-table--striped .el-table__body tr.el-table__row--striped td{
|
||||
background-color: #d8dde6;/*修改斑马线表格背景*/
|
||||
}
|
||||
.el-table thead.is-group th{
|
||||
background-color: rgb(98, 157, 209);
|
||||
}
|
||||
.el-table__row td {
|
||||
padding: 3px 0 !important;
|
||||
fontFamily: 'MiSans Demibold'
|
||||
}
|
||||
|
||||
.el-tree-node__content > .el-tree-node__expand-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
//单击表格行变色
|
||||
.el-table__body tr.current-row > td {
|
||||
background-color: #d8e5f6 !important;
|
||||
/* color: #f19944; */
|
||||
/* 设置文字颜色,可以选择不设置 */
|
||||
}
|
||||
|
||||
//聚焦表格行变色
|
||||
.hover-row td {
|
||||
//background: RGB(236 245 255)!important;
|
||||
background: #d8e5f6 !important;
|
||||
|
||||
}
|
||||
|
||||
.el-table--enable-row-hover .el-table__body tr:hover > td {
|
||||
background-color: #d8e5f6 !important;
|
||||
}
|
||||
|
||||
//.el-table tbody tr:hover>td { background-color: RED }
|
||||
//表格行颜色9745
|
||||
//.el-table td, .is-leaf{
|
||||
// background-color: rgb(255, 255, 255);
|
||||
// color: black;
|
||||
// font-weight:400
|
||||
//}
|
||||
.el-table--striped .el-table__body tr.el-table__row--striped td {
|
||||
background-color: #d8dde6; /*修改斑马线表格背景*/
|
||||
}
|
||||
|
||||
.el-table thead.is-group th {
|
||||
background-color: rgb(98, 157, 209);
|
||||
}
|
||||
|
||||
/* .el-textarea__inner,
|
||||
.el-radio__inner,
|
||||
@@ -80,3 +92,4 @@
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user