style: 主题样式调整

This commit is contained in:
@changcode
2021-11-25 18:16:47 +08:00
parent ed8d78b12f
commit f50e968280
9 changed files with 54 additions and 32 deletions

View File

@@ -284,6 +284,18 @@ td .nz-icon-gear:before{
.el-date-picker__time-header {
border-bottom: 1px solid $--picker-page-border-color !important;
}
.el-input-group.el-input-group--prepend,.query-input-inactive.el-input {
.el-input-group__prepend {
background-color: $--background-color-empty;
border: 1px solid $--border-color-light;
.el-input__inner:focus {
border-color: $--border-color-light-hover;
}
}
.el-input__inner:hover {
border-color: $--border-color-light-hover;
}
}
//.editor-core {
// p {
// color: $--color-text-regular;

View File

@@ -16,6 +16,9 @@
padding-left: 32px;
}
}
.el-form-item__label {
line-height: 16px !important;
}
}
.right-box__header {

View File

@@ -323,6 +323,7 @@
.el-table__body-wrapper {
overflow: auto;
background-color: $--table-body-background-color;
height: 100% !important;
}
.el-table__fixed-body-wrapper {
top: 42px !important;

View File

@@ -84,6 +84,7 @@
.nz-table2 {
box-sizing: border-box;
padding: 0;
height: 100%;
}
}
}
@@ -148,8 +149,3 @@
.symbol-select .el-input__inner {
padding-left: 8px;
}
.list-page.endpoint,.list-page.asset {
.nz-table2 {
height: 100%;
}
}

View File

@@ -53,8 +53,8 @@
padding-left: 0;
}
.el-tabs__item{
width: 90px;
padding: 0;
min-width: 90px;
padding: 0 10px;
text-align: center;
}
.el-tabs__item.is-active{
@@ -96,13 +96,17 @@
border-radius: 2px;
height: 140px;
position: relative;
margin-top: 10px;
padding: 10px 0 10px 15px;
margin: 10px 0 16px 0;
padding: 10px 0px 10px 0;
width:100%;
margin-left: 0;
}
.configs-copy-value {
pre {
max-height: 300px;
min-height: 100px;
color: $--color-text-primary;
padding: 15px;
}
i {
color: $--color-text-regular;
}
}
.configs-copy-value .copy-value-content{
@@ -136,9 +140,10 @@
position: absolute;
right: 20px;
top: 15px;
background: rgba(236,127,102,0.1);
background: $--background-color-copy;
padding: 2px 6px;
color: #EC7F66;
border: 1px solid $--span-nz-icon-border-color;
color: $--nz-icon-color;
}
.endpoint-title{
border: 1px solid $--border-color-light;
@@ -167,13 +172,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;

View File

@@ -98,10 +98,18 @@
border-radius: 2px;
height: 140px;
position: relative;
margin-top: 10px;
padding: 10px 0px 10px 15px;
margin: 10px 0 16px 0;
padding: 10px 0px 10px 0;
width:100%;
margin-left: 0px;
}
.configs-copy-value {
pre {
color: $--color-text-primary;
padding: 15px;
}
i {
color: $--color-text-regular;
}
}
.configs-copy-value .copy-value-content{
position: absolute;
@@ -195,15 +203,6 @@
text-transform: Capitalize;
}
}
.configs-copy-value {
pre {
color: $--color-text-primary;
padding: 15px;
}
i {
color: $--color-text-regular;
}
}
}
.sub-label {
padding-right: 15px;

View File

@@ -6,6 +6,11 @@
display: flex;
flex-direction:column;
}
.panel.list-page {
.table-list {
height: calc(100% - 58px);
}
}
.panel .el-table {
border-radius: 5px;

View File

@@ -49,6 +49,7 @@
}
.main-container{
padding-right: 0 !important;
width: calc(100% - 10px);
}
}
.project-calendar .el-input__inner {

View File

@@ -561,7 +561,7 @@
{{$t('overall.preview')}}
</div>
<div class="right-box-line"></div>
<div class="configs-copy-value">
<div class="configs-copy-value" style="overflow: auto">
<span class="copy-value-content"> <i class="nz-icon nz-icon-override" @click="copyValue"></i></span>
<pre>{{configsCopyValue}}</pre>
</div>