feat: There is no way the,

This commit is contained in:
super_liu
2022-06-06 18:12:28 +08:00
parent 84a6ffafc0
commit 459edea986
@@ -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;