shish 1 an în urmă
părinte
comite
1e43b77ca0
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      hdApp/src/admin/member/detail.vue
  2. 1 1
      hdApp/src/components/plugin/modal.vue

+ 1 - 1
hdApp/src/admin/member/detail.vue

@@ -357,7 +357,7 @@
 
 
     <modal-module :show="promptRemarkModal" @click="promptModalClick" :content="promptModalText" color="#333" :size="32" padding="30rpx 30rpx" ></modal-module>
     <modal-module :show="promptRemarkModal" @click="promptModalClick" :content="promptModalText" color="#333" :size="32" padding="30rpx 30rpx" ></modal-module>
 
 
-    <modal-module :show="birthdayModal" @click="birthdayModalClick" :maskClosable="false" title="生日" padding="30rpx 30rpx" >
+    <modal-module :show="birthdayModal" @click="birthdayModalClick" :maskClosable="false" title="生日" padding="30rpx 30rpx" width="90%">
       <template v-slot:content>
       <template v-slot:content>
         <div class="app-modal-input-wrap">
         <div class="app-modal-input-wrap">
           <div class="birthday-container">
           <div class="birthday-container">

+ 1 - 1
hdApp/src/components/plugin/modal.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
 	<view @touchmove.stop.prevent>
 	<view @touchmove.stop.prevent>
-		<view class="tui-modal-box" style="margin-top: -150upx" :style="{width:width,padding:padding,borderRadius:radius,background:bgcolor}" :class="[(fadein || show)?'tui-modal-normal':'tui-modal-scale',show?'tui-modal-show':'']">
+		<view class="tui-modal-box" :style="{width:width,padding:padding,borderRadius:radius,background:bgcolor}" :class="[(fadein || show)?'tui-modal-normal':'tui-modal-scale',show?'tui-modal-show':'']">
 			<view v-if="!custom">
 			<view v-if="!custom">
 				<view class="tui-modal-title" v-if="title">{{title}}</view>
 				<view class="tui-modal-title" v-if="title">{{title}}</view>
 				<!-- <view class="tui-modal-content" :class="[title?'':'tui-mtop']"> -->
 				<!-- <view class="tui-modal-content" :class="[title?'':'tui-mtop']"> -->