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

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

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

6
src/views/profile/certification.vue

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

Loading…
Cancel
Save