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
865f9050
authored
2023-03-13 16:10:54 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:menu
1 parent
f264811e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
src/styles/dialogBox.scss
src/views/bdcsj/cfdj/data/index.js
src/views/system/menus/edit-dialog.vue
src/views/system/menus/index.vue
src/styles/dialogBox.scss
View file @
865f905
...
...
@@ -2,7 +2,7 @@
overflow
:
hidden
;
background
:
url("~@/image/dialogBg.png")
no-repeat
!
important
;
background-size
:
100%
100%
!
important
;
min-height
:
90vh
;
//
min-height: 90vh;
.dialog_title
{
display
:
flex
;
...
...
@@ -98,6 +98,7 @@
color
:
#B5D6DC
;
border-radius
:
2px
;
border
:
1px
solid
#224C7C
;
span
{
display
:
inline-block
;
padding
:
3px
;
...
...
@@ -155,7 +156,7 @@
.el-dialog__body
{
padding-top
:
0
;
padding-bottom
:
0
;
height
:
95vh
;
//
height: 95vh;
}
.el-dialog__headerbtn
{
...
...
src/views/bdcsj/cfdj/data/index.js
View file @
865f905
...
...
@@ -43,19 +43,23 @@ class data extends filter {
// },
{
label
:
"查封机关"
,
prop
:
"cfjg"
prop
:
"cfjg"
,
minWidth
:
150
,
},
{
label
:
"查封文号"
,
prop
:
"cfwh"
prop
:
"cfwh"
,
minWidth
:
130
,
},
{
label
:
"解封机关"
,
prop
:
"jfjg"
prop
:
"jfjg"
,
width
:
150
,
},
{
label
:
"解封文号"
,
prop
:
"jfwh"
prop
:
"jfwh"
,
minWidth
:
130
,
},
{
...
...
src/views/system/menus/edit-dialog.vue
View file @
865f905
This diff is collapsed.
Click to expand it.
src/views/system/menus/index.vue
View file @
865f905
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment