Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
f7850adc
authored
2022-12-30 15:44:06 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改弹框最大高度,解决业务申请页面弹框样式问题
1 parent
7dc55fc0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/styles/dialogBox.scss
src/styles/dialogBox.scss
View file @
f7850ad
...
...
@@ -23,7 +23,7 @@
}
.el-dialog__body
{
max-height
:
88
vh
;
max-height
:
90
vh
;
overflow-x
:
hidden
;
overflow-y
:
hidden
;
}
...
...
Please
register
or
sign in
to post a comment