@@ -25,6 +25,9 @@
.pb20 {
padding-bottom: 20px !important;
}
+.pb32{
+ padding-bottom: 32px;
+}
.mt5 {
margin-top: 5px;
@@ -73,6 +76,9 @@
.mt32{
margin-top: 32px;
+.mb32{
+ margin-bottom: 32px;
.el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important;
@@ -414,3 +420,8 @@
.text-right{
text-align: right;
+.el-dialog__body--clear{
+ .el-dialog__body{
+ padding: 0;
+ }
@@ -360,9 +360,9 @@
<el-dialog
:title="title"
:visible.sync="open"
- width="752px"
+ width="837px"
append-to-body
- class="zap-chain-dialog">
+ class="zap-chain-dialog el-dialog__body--clear">
<el-form
ref="form"
:model="form"
@@ -468,7 +468,7 @@
</el-row>
</el-form>
<el-row
- style="height: 109px;"
+ class="pb32"
type="flex"
align="middle"
justify="center">
@@ -1454,7 +1454,7 @@ export default {
.zap-chain-dialog-content {
- padding: 32px 50px 0;
+ padding: 32px 50px 32px;