Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d21846df
authored
2023-03-16 14:00:41 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:背景
1 parent
8bbef88f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/layout/components/Navbar.vue
src/styles/element-ui.scss
src/views/jsbwcx/data/index.js
src/layout/components/Navbar.vue
View file @
d21846d
...
...
@@ -134,9 +134,8 @@ export default {
@extend
.xuanzhong;
}
/
deep
/
.el-menu-item.is-active
{
/
deep
/
.el-menu-item
.is-active
{
@extend
.xuanzhong;
}
.navbar
{
...
...
src/styles/element-ui.scss
View file @
d21846d
...
...
@@ -515,6 +515,7 @@ table td {
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.el-select-dropdown__item
:hover
,
.el-select-dropdown__item.selected
,
.el-menu--horizontal
.el-menu
.el-menu-item.is-active
,
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
url("~@/image/xzslitembg.png")
no-repeat
;
background-size
:
100%
100%
;
...
...
src/views/jsbwcx/data/index.js
View file @
d21846d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-03-1
5 14:08:59
* @LastEditTime: 2023-03-1
6 13:44:11
*/
import
filter
from
'@/utils/filter.js'
class
data
extends
filter
{
...
...
@@ -51,7 +51,7 @@ class data extends filter {
{
prop
:
"bizMsgid"
,
label
:
"业务报文ID"
,
minWidth
:
1
0
0
,
minWidth
:
1
5
0
,
},
{
prop
:
"createdate"
,
...
...
Please
register
or
sign in
to post a comment