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;
width: 138px;
height: 25px;
background: #dde8f3;
text-align: center;
border-radius: 3px;
font-size: 12px;
color: #0056D6;
font-family: Source Han Serif CN;
font-weight: 600;
line-height: 26px;

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

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

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

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

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

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

Loading…
Cancel
Save