Browse Source

修改信息不能显示样式,修改滑块层级太高档住了其他的样式

master
liaoxinyu 1 year ago
parent
commit
b7146244e2
  1. 3
      src/components/NewMsg.vue
  2. 7
      src/views/contract/exchange-store.vue
  3. 6
      src/views/profile/certification.vue

3
src/components/NewMsg.vue

@ -123,6 +123,8 @@ export default {
Member.readNotifiable(data).then(res => {
this.msgDetail = res;
this.showMsg = true;
this.myNotifiables();
this.myNotifiablesCount()
});
},
//
@ -134,6 +136,7 @@ export default {
},
created() {
this.myNotifiables();
this.myNotifiablesCount()
}
};
</script>

7
src/views/contract/exchange-store.vue

@ -108,6 +108,7 @@
@input="sliderChange"
:format-tooltip="tooltip"
:marks="marks"
style="position: relative;z-index: 0;"
></el-slider>
<!-- :step="25" -->
</div>
@ -470,7 +471,7 @@ export default {
}
};
</script>
<style scoped="scoped" lang="scss">
<style scoped lang="scss">
.exchange_button{
display: flex;
font-size: 16px !important;
@ -478,8 +479,4 @@ export default {
.btn,.kaicang{
font-size: 0.9rem;
}
::v-deep .el-slider__button-wrapper{
// background-color: ;
z-index: 999;
}
</style>

6
src/views/profile/certification.vue

@ -27,6 +27,7 @@
v-model="form.realname"
class="form-control"
:placeholder="$t('profile.pleaseEnterName')"
title=""
/>
</div>
<div class="form-group col-md-6">
@ -54,6 +55,7 @@
v-model="form.id_card"
class="form-control"
:placeholder="$t('profile.endterIDNumber')"
title=""
/>
</div>
</div>
@ -66,6 +68,7 @@
v-model="form.address"
class="form-control"
:placeholder="$t('profile.residentialAddress1')"
title=""
/>
</div>
<div class="form-row">
@ -77,6 +80,7 @@
v-model="form.city"
class="form-control"
:placeholder="$t('profile.incity')"
title=""
/>
</div>
<div class="form-group col-md-6">
@ -87,6 +91,7 @@
v-model="form.postal_code"
class="form-control"
:placeholder="$t('profile.thePostcode')"
title=""
/>
</div>
</div>
@ -132,6 +137,7 @@
v-model="form.phone"
class="form-control"
:placeholder="$t('profile.enterPhoneNumber')"
title=""
/>
</div>
<!-- </div>

Loading…
Cancel
Save