style: module 主题颜色调整

This commit is contained in:
@changcode
2021-11-19 18:21:10 +08:00
parent cdfa0f86c4
commit 8cc8946485
10 changed files with 88 additions and 84 deletions

View File

@@ -53,7 +53,7 @@
padding-left: 0;
}
.el-tabs__item{
width: 90px;
min-width: 90px;
padding: 0 10px;
text-align: center;
}
@@ -102,10 +102,6 @@
padding: 10px 0px 10px 15px;
width:100%;
margin-left: 0px;
pre{
max-height: 300px;
min-height: 100px;
}
}
.configs-copy-value .copy-value-content{
position: absolute;
@@ -138,8 +134,9 @@
position: absolute;
right: 20px;
top: 15px;
background: rgba(236,127,102,0.1);
background: $--background-color-copy;
padding: 2px 6px;
border: 1px solid $--span-nz-icon-border-color;
color: $--nz-icon-color;
}
.endpoint-title{
@@ -169,13 +166,13 @@
}
}
.value-mapping-add {
background: rgba(250,144,28,0.1);
border: 1px solid #FFE0BD;
margin-bottom: 10px;
height: 24px;
line-height: 24px;
color: $--color-primary;
line-height: 23px;
box-sizing: border-box;
background: $--background-color-copy;
border: 1px solid $--span-nz-icon-border-color;
color: $--nz-icon-color;
}
#module-box-relabel .vue-tags-input{
max-width: unset;
@@ -198,6 +195,15 @@
text-transform: Capitalize;
}
}
.configs-copy-value {
pre {
color: $--color-text-primary;
padding: 15px;
}
i {
color: $--color-text-regular;
}
}
}
.sub-label {
padding-right: 15px;
@@ -250,4 +256,7 @@
color: $--color-text-regular !important;
}
}
.ti-input:hover {
border: 1px solid $--border-color-light-hover;
}
}