@ -29,7 +29,9 @@
</div>
<div class="submit-box">
<el-button type="primary" @click="submitForm">提交</el-button>
<el-button class="submit-box-but" type="primary" @click="submitForm"
>提交</el-button
>
@ -184,4 +186,12 @@ export default {
color: #555555;
line-height: 20px;
}
.submit-box {
display: flex;
justify-content: center;
align-items: center;
.submit-box-but {
width: 200px;
</style>
@ -1198,6 +1198,7 @@ export default {
width: 50% !important;
.dialog-footer {
margin-bottom: 20px;
text-align: center;