CN-1612 feat: 部分css重构内容: Administration下的界面、tabs和分页

This commit is contained in:
刘洪洪
2024-04-08 11:06:28 +08:00
parent 8e5a45bfcf
commit 26e3b7a4eb
20 changed files with 308 additions and 383 deletions

View File

@@ -73,10 +73,6 @@ $border-radius-small: 2px;
}
}
.container__form {
}
.el-form-item__content {
.input-box {
.el-textarea {
@@ -369,7 +365,6 @@ $border-radius-small: 2px;
.el-switch {
--el-switch-on-color: #699DC9;
--el-switch-off-color: #C0CEDB;
}
.el-textarea__inner {

View File

@@ -54,6 +54,10 @@
}
.top-tool-search {
.top-tool-search__display {
display: flex;
}
.top-tool-btn {
border-left: none;
}
@@ -73,6 +77,10 @@
}
}
.top-tool-btn__border {
border-radius: 0 2px 2px 0 !important;
}
.top-tool-btn--search:hover {
border-left: none !important;
}
@@ -103,6 +111,7 @@
.top-tool-left {
display: flex;
min-width: 300px;
}
.top-tool-btn-group {
@@ -265,40 +274,6 @@
}
}
/*.operation-dropdown-text {
display: inline-block;
font-size: 13px;
}
.search-box {
padding: 0 20px 20px;
}
.click-search-dropdown {
width: calc(100% - 300px) !important;
left: 270px !important;
margin-top: -3px !important;
box-shadow: none;
border-radius: 0;
border-color: #c7c7c7;
.popper__arrow {
display: none;
}
.el-cascader-menu__list {
display: flex;
flex-wrap: wrap;
width: 100%;
max-height: 120px;
}
}
.el-popper.el-cascader__dropdown.click-search-dropdown::after {
content: '';
position: absolute;
top: -1px;
height: 1px;
background-color: white;
}*/
.col-resize-area {
position: absolute;
top: 0;
@@ -341,10 +316,10 @@
}
.padding-r-20 {
padding-right: 20px
padding-right: 20px;
}
.tooltip-column-name {
color: #aeb0b9;
color: var(--el-color-info-light-3);
height: 40px;
}