You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
2.0 KiB
120 lines
2.0 KiB
@import "./sidebar";
|
|
@import "./reset";
|
|
@import "./dark";
|
|
|
|
.app-container {
|
|
margin: 20px;
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
|
|
.search {
|
|
padding: 18px 20px 0 20px;
|
|
background-color: var(--el-bg-color-overlay);
|
|
border-radius: 6px 6px 0 0;
|
|
border-bottom: 1px solid var(--el-border-color-light);
|
|
}
|
|
}
|
|
|
|
/* ----- 滚动条 ----- */
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: rgb(0 0 0 / 5%);
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgb(144 147 153 / 30%);
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: #b6b7b9;
|
|
}
|
|
|
|
.el-button--primary {
|
|
background-color: $menuHover;
|
|
border-color: $menuHover;
|
|
}
|
|
|
|
.el-table th.el-table__cell {
|
|
background-color: #F4F5F9 !important;
|
|
color: #020203 !important;
|
|
// font-size: 16px;
|
|
}
|
|
|
|
.el-table .el-table__body td.el-table__cell {
|
|
color: #333;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
background-color: #ECF2FF;
|
|
}
|
|
|
|
.el-dialog__title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.el-form-item__label {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.el-button--primary.is-link {
|
|
padding: 5px 10px;
|
|
background: rgba(61, 127, 255, 0.1);
|
|
border-radius: 5px 5px 5px 5px;
|
|
border: 1px solid rgba(61, 127, 255, 0.6);
|
|
}
|
|
|
|
.el-button--primary.is-link:hover {
|
|
background-color: $menuHover !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.el-button--primary.is-plain {
|
|
background-color: #fff;
|
|
border-color: $menuHover;
|
|
color: $menuHover;
|
|
|
|
&:hover {
|
|
background-color: $menuHover;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.el-card {
|
|
border: none !important;
|
|
}
|
|
|
|
.glm-title {
|
|
height: 42px;
|
|
|
|
.bt {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
line-height: 42px;
|
|
display: inline;
|
|
}
|
|
|
|
.btn-box {
|
|
width: 60%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
float: right;
|
|
|
|
.el-select {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.glm-btn-box {
|
|
padding: 20px 20px 0 20px;
|
|
}
|
|
|