style: modele ,seelctpage 主题颜色调整

This commit is contained in:
@changcode
2021-11-19 16:16:30 +08:00
parent 415d6fadf6
commit cdfa0f86c4
5 changed files with 52 additions and 11 deletions

View File

@@ -140,7 +140,7 @@
top: 15px;
background: rgba(236,127,102,0.1);
padding: 2px 6px;
color: #EC7F66;
color: $--nz-icon-color;
}
.endpoint-title{
border: 1px solid $--border-color-light;
@@ -227,7 +227,7 @@
border: none!important;
}
.param-box-row-symbol {
color: $--color-text-regular;
color: $--color-text-regular !important;
}
.module-form__label {
padding-bottom: 6px;
@@ -235,3 +235,19 @@
line-height: 16px;
color: $--color-text-regular;
}
.el-tooltip__popper.prevent-clickoutside {
background-color: $--background-color-empty;
}
.vue-tags-input,.ti-new-tag-input {
background-color: $--value-input-background-color !important;
.ti-input {
border: 1px solid $--border-color-light;
.ti-tag.ti-valid {
background-color: $--value-background-color;
color: $--value-color;
}
.ti-new-tag-input {
color: $--color-text-regular !important;
}
}
}