style: 颜色选择器样式调整

This commit is contained in:
@changcode
2021-12-02 13:59:38 +08:00
parent a6ad26068d
commit 758eb6cea8
2 changed files with 27 additions and 15 deletions

View File

@@ -186,14 +186,14 @@ td .nz-icon-gear:before{
box-shadow: -1px 1px 10px -1px $--dropdown-menu-box-shadow-color !important;
}
.el-input__count-inner {
background-color: $--input-background-color !important;
background-color: $--background-color-empty !important;
}
.el-textarea {
.el-textarea__inner {
background-color: $--background-color-empty !important;
}
.el-input__count {
background-color: $--input-background-color !important;
background-color: $--background-color-empty !important;
}
}
@@ -219,6 +219,7 @@ td .nz-icon-gear:before{
}
.el-message-box {
background-color: $--background-color-empty !important;
border: 1px solid $--border-color-light;
.el-button:nth-of-type(1) {
background-color: $--button-light-hover-background-color;
border: 1px solid $--button-light-border-color;
@@ -327,3 +328,17 @@ td .nz-icon-gear:before{
background-color: $--background-color-empty;
border-color: $--border-color-light;
}
/* 颜色选择器 */
.vc-sketch {
background-color: $--background-color-empty;
border: 1px solid $--border-color-light;
margin-top: 6px;
.vc-input__input {
background-color: $--project-input-background-color;
color: $--color-text-regular;
box-shadow: inset 0 0 0 1px $--border-color-light;
}
.vc-sketch-presets {
border-top: none;
}
}

View File

@@ -77,19 +77,6 @@
height: 36px;
color: $--color-text-primary;
}
.vc-sketch {
background-color: $--background-color-empty;
border: 1px solid $--border-color-light;
margin-top: 6px;
.vc-input__input {
background-color: $--project-input-background-color;
color: $--color-text-regular;
box-shadow: inset 0 0 0 1px $--border-color-light;
}
.vc-sketch-presets {
border-top: none;
}
}
}
.project-calendar .el-input__inner {
height: 24px;
@@ -131,3 +118,13 @@
background-color: $--background-color-empty;
border: 1px solid $--border-color-light;
}
.el-collapse {
border-bottom: 1px solid $--border-color-light;
border-top: 1px solid $--border-color-light;
}
.el-collapse-item__header:nth-of-type(1) {
border-bottom: none;
}
.el-collapse-item__header {
border-bottom: 1px solid $--border-color-light;
}