This commit is contained in:
ChenQiuYu 2025-05-17 10:53:19 +08:00
parent 230f32c508
commit 410d691fd7
1 changed files with 66 additions and 45 deletions

View File

@ -63,7 +63,7 @@
</div> </div>
</div> </div>
</Mask> </Mask>
<Mask :is-show="false" :width="540" :height="347" title="有效期更新" @close="close"> <Mask :is-show="isUpdate1312" :width="540" :height="347" title="有效期更新" @close="close">
<div class="content-new"> <div class="content-new">
<div class="update_box"> <div class="update_box">
<el-date-picker <el-date-picker
@ -73,8 +73,8 @@
size="default" size="default"
style="flex: 1;height: 100%" style="flex: 1;height: 100%"
/> />
<div class="default-btn" @click="update1312(1)" <div class="default-btn startBtn" @click="update1312(1)"
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}" style="margin-left: 24px"> :style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}">
开始更新 开始更新
</div> </div>
</div> </div>
@ -92,6 +92,7 @@
</div> </div>
</Mask> </Mask>
<Mask :is-show="isUpdate1318" :width="540" :height="347" title="限价信息更新" @close="close"> <Mask :is-show="isUpdate1318" :width="540" :height="347" title="限价信息更新" @close="close">
<div class="content-new">
<div class="update_box"> <div class="update_box">
<el-date-picker <el-date-picker
v-model="updt_time" v-model="updt_time"
@ -100,8 +101,9 @@
size="default" size="default"
style="flex: 1;height: 42px" style="flex: 1;height: 42px"
/> />
<div class="default-btn" @click="update1318()" <div class="default-btn startBtn" @click="update1318()"
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}" style="margin-left: 24px"> :style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}"
style="margin-left: 24px">
开始更新 开始更新
</div> </div>
</div> </div>
@ -115,8 +117,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</Mask> </Mask>
<Mask :is-show="isUpdate1319" :width="540" :height="347" title="自付比例更新" @close="close"> <Mask :is-show="isUpdate1319" :width="540" :height="347" title="自付比例更新" @close="close">
<div class="content-new">
<div class="update_box"> <div class="update_box">
<el-date-picker <el-date-picker
v-model="updt_time" v-model="updt_time"
@ -125,7 +129,7 @@
size="default" size="default"
style="flex: 1;height: 42px" style="flex: 1;height: 42px"
/> />
<div class="default-btn" @click="update1319()" <div class="default-btn startBtn" @click="update1319()"
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}" :style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}"
style="margin-left: 24px;height: 42px"> style="margin-left: 24px;height: 42px">
开始更新 开始更新
@ -141,6 +145,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</Mask> </Mask>
</div> </div>
</template> </template>
@ -403,24 +408,36 @@ const update1319 = () => {
} }
.content-new{ .content-new {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.update_box { .update_box {
width: 100%; width: 100%;
height: 90px; height: 90px;
padding: 24px 24px 0; padding: 24px;
display: flex; display: flex;
justify-content: space-between;
.startBtn {
height: 100%;
margin-left: 24px;
display: flex;
justify-content: center;
align-items: center;
} }
}
.tip-body { .tip-body {
flex: 1; flex: 1;
padding: 0 24px 24px; padding: 0 24px 24px;
min-height: 0; min-height: 0;
.tip { .tip {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #1458df; background: #F9FAFC;
border-radius: 8px; border-radius: 8px;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
@ -429,6 +446,7 @@ const update1319 = () => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: 24px;
} }
} }
} }
@ -442,6 +460,9 @@ const update1319 = () => {
font-size: 16px; font-size: 16px;
color: #999999; color: #999999;
font-style: normal; font-style: normal;
display: flex;
flex-direction: column;
justify-content: space-between;
&-message { &-message {
margin-bottom: 24px; margin-bottom: 24px;