feat: There is no way the,
This commit is contained in:
@@ -2740,18 +2740,28 @@
|
||||
<style lang="less" scoped>
|
||||
@import '~@/assets/styles/mixins';
|
||||
@import '~@/assets/styles/style';
|
||||
/deep/ .yellowEsClass{
|
||||
background-color: #E6A23C !important;
|
||||
}
|
||||
|
||||
/deep/ .redEsClass{
|
||||
background-color: #F56C6C !important;
|
||||
}
|
||||
/deep/ .yellowClass{
|
||||
color: #E6A23C;
|
||||
color: #E6A23C !important;
|
||||
}
|
||||
|
||||
/deep/ .redClass{
|
||||
color: #F56C6C;
|
||||
color: #F56C6C !important;
|
||||
}
|
||||
/deep/ p{
|
||||
display: inline;
|
||||
}
|
||||
/deep/.highlight-Es-class {
|
||||
background-color: #3391ce !important;
|
||||
}
|
||||
/deep/.highlight-class {
|
||||
color: red !important;
|
||||
color: #3391ce !important;
|
||||
}
|
||||
/deep/.pagination{
|
||||
position: static !important;
|
||||
|
||||
Reference in New Issue
Block a user