feat: There is no way the red !important

This commit is contained in:
super_liu
2021-08-13 16:33:57 +08:00
parent e09de1c8be
commit b96b6c487c
@@ -2530,6 +2530,9 @@
<style lang="less" scoped> <style lang="less" scoped>
@import '~@/assets/styles/mixins'; @import '~@/assets/styles/mixins';
@import '~@/assets/styles/style'; @import '~@/assets/styles/style';
/deep/.highlight-class {
color: red !important;
}
.standard-search { .standard-search {
padding: 6px 26px; padding: 6px 26px;
@borderColor: #BFBFBF; @borderColor: #BFBFBF;
@@ -2548,9 +2551,6 @@
&:last-child { &:last-child {
margin-bottom: 20px; margin-bottom: 20px;
} }
/deep/.highlight-class {
color: red;
}
.AllBoxTitle { .AllBoxTitle {
position: relative; position: relative;
overflow: hidden; overflow: hidden;