Browse Source

同上

feature
mk 3 years ago
parent
commit
65d61a717e
  1. 2
      src/assets/scss/buttonstyle.scss
  2. 16
      src/views/modules/communityService/policy/personListItem.vue

2
src/assets/scss/buttonstyle.scss

@ -94,7 +94,7 @@
}
//白色
.diy-button--white {
font-size: 14px !important;
font-size: 12px !important;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0056d6 !important;

16
src/views/modules/communityService/policy/personListItem.vue

@ -28,7 +28,7 @@
placeholder="小区"
size="small"
clearable
class="u-item-width-normal"
class="u-item-width-communitycascader"
@change="handleChangeV">
<el-option v-for="item in optionsV"
:key="item.value"
@ -43,7 +43,7 @@
:disabled="!this.formData.neighborHoodId"
size="small"
clearable
class="item_width_2 item_width_2-middle item_width_2"
class="u-item-width-buildcascader"
@change="handleChangeB">
<el-option v-for="item in optionsB"
:key="item.value"
@ -58,7 +58,7 @@
size="small"
:disabled="!this.formData.buildingId"
clearable
class="item_width_2 item_width_2-middle item_width_2"
class="u-item-width-buildcascader"
@change="handleChangeD">
<el-option v-for="item in optionsD"
:key="item.value"
@ -73,7 +73,7 @@
:disabled="!this.formData.unitId"
size="small"
clearable
class="item_width_2 item_width_2-middle item_width_2">
class="u-item-width-buildcascader">
<el-option v-for="item in optionsH"
:key="item.value"
:label="item.label"
@ -115,18 +115,22 @@
</el-input>
</el-form-item>
<el-button style="margin-left:30px"
<el-row justify="right u-bto10">
<el-col :span="24" align="right">
<el-button style="margin-left:30px"
size="small"
type="primary"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--white el-button--default"
class="el-button--default diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
type="primary"
@click="handleExport">导出</el-button>
</el-col>
</el-row>
</div>
</el-form>
</div>

Loading…
Cancel
Save