fix : 黑色模式 Explore Unit下拉框无边框

This commit is contained in:
likexuan
2022-08-30 11:44:06 +08:00
parent 0cb0b7131c
commit 84e69a606e
2 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
}
.chart-unit .el-input__inner {
border-top-left-radius: 0 !important;
border-color: $--border-color-base;
border-color: $--explore-border-color-bottom;
// border-color: $--button-icon-border-color;
border-bottom-left-radius: 0 !important;
}

View File

@@ -207,6 +207,11 @@
}
}
}
.top-tools {
.chart-unit .el-input__inner {
border-color: $--button-icon-border-color;
}
}
}
/*外部引用 样式start*/
.doc-content {