Browse Source

患者端添加就诊人选择出生年份时弹窗中年份字体变大调整

master
longchao 1 month ago
parent
commit
bb6d457b41
  1. 2
      components/customeDatePicker.vue
  2. 2
      pages/modify_visitor/modify_visitor.vue

2
components/customeDatePicker.vue

@ -224,7 +224,7 @@
height: 68rpx; height: 68rpx;
color: #E5E5E5; color: #E5E5E5;
&.selected { &.selected {
font-size: 28rpx !important; font-size: 57rpx !important;
color: #000000 !important; color: #000000 !important;
} }
&.style1 { &.style1 {

2
pages/modify_visitor/modify_visitor.vue

@ -109,6 +109,8 @@ export default {
}else{ }else{
this.getDoctorInfo() this.getDoctorInfo()
} }
this.$refs.customeDatePicker.open('bottom')
}, },
methods: { methods: {
handleConfirmPhone(){ handleConfirmPhone(){

Loading…
Cancel
Save