先提交一部分

This commit is contained in:
2024-06-30 20:10:23 +08:00
parent 91f82ccc03
commit dd19e6e6b1
3 changed files with 41 additions and 21 deletions

View File

@@ -14,6 +14,23 @@ a, .green {
}
}
.AppSelect .el-input__inner {
background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%);
border: 1px solid #1760AE;
border-radius: 0;
color: #fff;
}
.el-table:before, .el-table:after {
background: transparent;
}
.el-table .gutter {
background-color: transparent !important;
border-color: transparent !important;
}
.flex {
display: flex;
}
@@ -33,10 +50,11 @@ a, .green {
grid-template-columns: repeat(4, 1fr);
}
.mb-8{
.mb-8 {
margin-bottom: 8px;
}
.mr-8{
.mr-8 {
margin-right: 8px;
}