This commit is contained in:
2023-11-22 17:11:29 +08:00
parent cfadbbd374
commit 02c8bdbba7
7 changed files with 190 additions and 65 deletions

View File

@@ -196,6 +196,9 @@
z-index: 201;
.dialog_wrapper
position: fixed;
display: flex;
justify-content: center
align-items: center
top: 0;
right: 0;
bottom: 0;
@@ -203,14 +206,10 @@
overflow: auto;
z-index: 202;
.dialog
position: relative;
margin: 0 auto;
background center / 100% 100% url(../images/new/modal_bg.png) no-repeat
width: 885px;
min-height: 354px;
max-height: 1000px;
top: 50%
transform: translateY(-50%)
.dialog_header
height 86px
padding 25px 29px
@@ -376,6 +375,10 @@
line-height 80px
height 80px
border 2px solid #4980BD
.el-input--suffix.el-input__inner
padding-right: 60px;
.el-input__suffix
right 15px
.dialog_footer
height 188px
padding: 50px 20px;