Browse Source

Merge branch 'develop' of http://101.201.121.115:3000/leo/LAPP_MY_WEBFRONT into feature_herui

feature_herui
wangxy 3 years ago
parent
commit
1fc9d196b8
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/property/otherPay.vue

+ 5
- 1
src/views/property/otherPay.vue View File

@ -27,7 +27,7 @@
@click="handleQuery">搜索</el-button>
</el-form-item>
</el-form>
<div style="width:54%; float:left; margin-top:5%">
<div style="width:54%; float:left; margin-top:5%; margin-bottom:100%">
<div style="text-align:center;">
<span class="word-title">收费项目:</span>
<el-select v-model="data.category"
@ -257,6 +257,10 @@ export default {
</script>
<style lang="scss" scoped>
.app-container{
overflow: hidden;
height: calc( 100vh - 60px );
}
.word {
color: black;
font-weight: 550;


Loading…
Cancel
Save