Browse Source

死亡登记按钮错位

feature
马魁 3 years ago
parent
commit
04feda9ad2
  1. 2
      src/views/components/smartSearchRule.vue
  2. 9
      src/views/modules/base/resi.vue
  3. 6
      src/views/modules/plugins/change/resideathAdd.vue
  4. 4
      src/views/modules/shequ/cpts/peopleDetail.vue

2
src/views/components/smartSearchRule.vue

@ -822,10 +822,10 @@ export default {
margin-left: 10px; margin-left: 10px;
width: 138px; width: 138px;
height: 25px; height: 25px;
background: #dde8f3;
text-align: center; text-align: center;
border-radius: 3px; border-radius: 3px;
font-size: 12px; font-size: 12px;
color: #0056D6;
font-family: Source Han Serif CN; font-family: Source Han Serif CN;
font-weight: 600; font-weight: 600;
line-height: 26px; line-height: 26px;

9
src/views/modules/base/resi.vue

@ -247,13 +247,13 @@
<div class="resi-btns"> <div class="resi-btns">
<el-button size="small" <el-button size="small"
@click="handlerCancle">重置</el-button> @click="handlerReset" class="diy-button--common">重置</el-button>
<el-button size="small" <el-button size="small"
@click="handlerCancle">取消</el-button> @click="handlerCancle" class="diy-button--common">取消</el-button>
<el-button type="primary" <el-button type="primary"
size="small" size="small"
:loading="btnLoading" :loading="btnLoading"
@click="handleSUbmit">保存</el-button> @click="handleSUbmit" class="diy-button--blue">保存</el-button>
</div> </div>
</el-dialog> </el-dialog>
@ -951,6 +951,9 @@ export default {
await this.getFormList("edit"); await this.getFormList("edit");
await this.getrowInfo(row.icResiUserId); await this.getrowInfo(row.icResiUserId);
}, },
handlerReset(){
this.$refs.baseForm.resetForm();
},
async handleAdd () { async handleAdd () {
await this.getFormList(); await this.getFormList();
this.dialogVisible = true; this.dialogVisible = true;

6
src/views/modules/plugins/change/resideathAdd.vue

@ -8,7 +8,7 @@
:rules="dataRule" :rules="dataRule"
class="m-form"> class="m-form">
<template> <template>
<el-form-item class="top24" <el-form-item class="f-top24"
label="当前组织" label="当前组织"
style="display: block"> style="display: block">
{{resideathAddObj.GRID_ID}} {{resideathAddObj.GRID_ID}}
@ -53,14 +53,14 @@
</el-form> </el-form>
</div> </div>
<div class="div_btn"> <div class="m-edit-btn">
<el-button size="small" <el-button size="small"
class="" class=""
@click="handleCancle"> </el-button> @click="handleCancle"> </el-button>
<el-button size="small" <el-button size="small"
class="diy-button--blue" class="diy-button--blue"
:loading="btnDisable" :loading="btnDisable"
@click="handleComfirm"> </el-button> @click="handleComfirm"> </el-button>
</div> </div>
</div> </div>

4
src/views/modules/shequ/cpts/peopleDetail.vue

@ -746,9 +746,7 @@ export default {
right: 23px; right: 23px;
top: 13px; top: 13px;
} }
.el-tabs__item ::v-deep .is-active {
color: #0056D6;
}
.m-pop .wrap{ .m-pop .wrap{
width: 820px; width: 820px;
height: 848px; height: 848px;

Loading…
Cancel
Save