style:背景
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -134,9 +134,8 @@ export default { | ... | @@ -134,9 +134,8 @@ export default { |
134 | @extend .xuanzhong; | 134 | @extend .xuanzhong; |
135 | } | 135 | } |
136 | 136 | ||
137 | /deep/.el-menu-item.is-active { | 137 | /deep/.el-menu-item .is-active { |
138 | @extend .xuanzhong; | 138 | @extend .xuanzhong; |
139 | |||
140 | } | 139 | } |
141 | 140 | ||
142 | .navbar { | 141 | .navbar { | ... | ... |
... | @@ -515,6 +515,7 @@ table td { | ... | @@ -515,6 +515,7 @@ table td { |
515 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, | 515 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, |
516 | .el-select-dropdown__item:hover, | 516 | .el-select-dropdown__item:hover, |
517 | .el-select-dropdown__item.selected, | 517 | .el-select-dropdown__item.selected, |
518 | .el-menu--horizontal .el-menu .el-menu-item.is-active, | ||
518 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { | 519 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { |
519 | background: url("~@/image/xzslitembg.png") no-repeat; | 520 | background: url("~@/image/xzslitembg.png") no-repeat; |
520 | background-size: 100% 100%; | 521 | background-size: 100% 100%; | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-15 14:08:59 | 4 | * @LastEditTime: 2023-03-16 13:44:11 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -51,7 +51,7 @@ class data extends filter { | ... | @@ -51,7 +51,7 @@ class data extends filter { |
51 | { | 51 | { |
52 | prop: "bizMsgid", | 52 | prop: "bizMsgid", |
53 | label: "业务报文ID", | 53 | label: "业务报文ID", |
54 | minWidth: 100, | 54 | minWidth: 150, |
55 | }, | 55 | }, |
56 | { | 56 | { |
57 | prop: "createdate", | 57 | prop: "createdate", | ... | ... |
-
Please register or sign in to post a comment