提交修改

This commit is contained in:
daihh
2022-05-30 23:25:01 +08:00
parent b050613020
commit b749df42e6
19 changed files with 481 additions and 307 deletions

View File

@@ -31,16 +31,10 @@
</el-form-item>
</el-form>
</el-row>
<el-dialog
class="checked-show"
:visible.sync="addFormCheckedShow"
width="800px"
:show-close="false"
:modal="false">
<el-dialog class="checked-show" :visible.sync="addFormCheckedShow" width="800px" :show-close="false" top="14vh" :modal="false">
<agreement></agreement>
<span slot="footer" class="dialog-footer">
<!-- <el-button @click="addFormCheckedShow = false"> </el-button> -->
<el-button type="primary" @click="addFormCheckedShow = false"> </el-button>
<el-button style="margin-right:10px" type="primary" @click="addFormCheckedShow = false"> </el-button>
</span>
</el-dialog>
</div>
@@ -205,11 +199,17 @@ export default {
.el-dialog__header{
padding:0;
}
.el-dialog__body {
padding: 30px 20px;
// overflow-y: auto;
}
.el-dialog__footer{
border-top: 1px solid #F5F5F6;
background-color: #F5F5F6;
border-top: 1px solid #fff;
background-color: #fff;
padding: 10px 20px 20px;
}
}
.nav {
margin-bottom: 10px;
}