NEZ-1072 feat: 主题切换冲突解决
This commit is contained in:
@@ -74,10 +74,12 @@
|
||||
padding-right: 80px;
|
||||
background: $--background-color-empty;
|
||||
&.search-items--checkbox .el-skeleton {
|
||||
height: 21px;
|
||||
height: 28px;
|
||||
line-height: 40px;
|
||||
}
|
||||
&.search-items--dropdown .el-skeleton {
|
||||
height: 28px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.el-checkbox{
|
||||
line-height: 40px;
|
||||
|
||||
@@ -373,122 +373,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.arrow-down {
|
||||
transform: rotate(0);
|
||||
transition: all linear .2s;
|
||||
}
|
||||
.arrow-down.arrow-up {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.nz-label-search {
|
||||
line-height: 40px;
|
||||
margin: 6px 0;
|
||||
.el-input__inner {
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
.search-box__container {
|
||||
/*display: flex;*/
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
/*padding: 15px 0 15px 17px;*/
|
||||
box-sizing: border-box;
|
||||
border: 1px solid $--right-box-border-color;
|
||||
background-color: #FFFFFF;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.search-title {
|
||||
width: 130px;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
letter-spacing: 0;
|
||||
font-weight: 600;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
line-height: 40px;
|
||||
padding-left: 20px;
|
||||
box-sizing: border-box;
|
||||
background: #F9F9F9;
|
||||
}
|
||||
.search-content-box--copy {
|
||||
position: fixed;
|
||||
visibility: hidden;
|
||||
}
|
||||
.search-content-box-height.search-content-box {
|
||||
min-height: 31px;
|
||||
}
|
||||
.search-content-box,.search-content-box-height {
|
||||
border-bottom: 1px solid $--primary-border-color;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
/*line-height: 40px;*/
|
||||
|
||||
/deep/ .el-checkbox__label {
|
||||
max-width: 150px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
.search-content-box {
|
||||
background: #F9F9F9;
|
||||
align-items: unset;
|
||||
.search-title{
|
||||
/*flex: 1;*/
|
||||
}
|
||||
}
|
||||
.search-content-box:last-of-type{
|
||||
border-bottom: none;
|
||||
}
|
||||
.search-items {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
box-sizing: border-box;
|
||||
padding-left: 15px;
|
||||
padding-right: 80px;
|
||||
background: #FFFFFF;
|
||||
&.search-items--checkbox .el-skeleton {
|
||||
height: 28px;
|
||||
line-height: 40px;
|
||||
}
|
||||
&.search-items--dropdown .el-skeleton {
|
||||
height: 28px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.el-checkbox{
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
.more.search-items{
|
||||
.el-checkbox{
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
.search-more {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
padding: 0 8px;
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid $--primary-border-color;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
|
||||
i {
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
interLabel: '',
|
||||
theme: {
|
||||
themeColor: ''
|
||||
}
|
||||
},
|
||||
timer: ''
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user