|
|
|
@ -92,10 +92,12 @@
|
|
|
|
|
.el-table__header-wrapper, .el-table__fixed-header-wrapper {
|
|
|
|
|
th {
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
background-color: #f8f8f9;
|
|
|
|
|
background-color: #d1d9e6;
|
|
|
|
|
color: #515a6e;
|
|
|
|
|
height: 40px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
border-bottom: 1px solid #EBEEF5;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -226,7 +228,60 @@
|
|
|
|
|
border-color: #20B2AA;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-form {
|
|
|
|
|
.el-button--primary.is-active,
|
|
|
|
|
.el-button--primary:active {
|
|
|
|
|
background: oklab(.88 0 .1/.5);
|
|
|
|
|
border-color: #f1d78c;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.el-button--primary {
|
|
|
|
|
background: #f1d78c;
|
|
|
|
|
border-color: #f1d78c;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.el-button--primary:focus,
|
|
|
|
|
.el-button--primary:hover {
|
|
|
|
|
background: oklab(.88 0 .1 / .5);
|
|
|
|
|
border-color: #f1d78c;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.el-button--default:hover,
|
|
|
|
|
.el-button--primary:hover {
|
|
|
|
|
background-color: oklab(.88 0 .1 / .5) ;
|
|
|
|
|
border-color: #f1d78c;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.el-button--default {
|
|
|
|
|
border-color: #f1d78c;
|
|
|
|
|
}
|
|
|
|
|
.el-tabs__header {
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0 0 15px;
|
|
|
|
|
.el-tabs__nav-wrap {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-bottom: -1px;
|
|
|
|
|
position: relative;
|
|
|
|
|
.el-tabs__nav-scroll {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
.el-tabs__nav {
|
|
|
|
|
width: 100%;
|
|
|
|
|
.el-tabs__active-bar {
|
|
|
|
|
background-color: #f1d78c;
|
|
|
|
|
}
|
|
|
|
|
.el-tabs__item {
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.el-tabs__item:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* text color */
|
|
|
|
|
.text-navy {
|
|
|
|
|
color: #1ab394;
|
|
|
|
|