perf: 优化 dialog footer padding

This commit is contained in:
ibuler
2022-07-19 15:36:23 +08:00
committed by 老广
parent 8b499d8f7f
commit ea682a2aaa
2 changed files with 6 additions and 2 deletions

View File

@@ -419,6 +419,10 @@ td .el-button.el-button--mini {
padding-right: 20px;
}
.el-dialog .el-dialog__footer {
padding: 10px 30px 30px;
}
.el-cascader {
line-height: 34px;
}

View File

@@ -2,8 +2,8 @@
<Dialog
ref="myDialog"
:destroy-on-close="true"
width="770px"
height="700px"
width="790px"
height="720px"
v-bind="$attrs"
@confirm="submit"
v-on="$listeners"