This commit is contained in:
2023-07-21 17:40:07 +08:00
parent 9322140854
commit 0bb93757ed
2 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@
></div> ></div>
</div> </div>
<div style="margin: 0 auto; width: 100%; line-height: 60px" v-show="MALE"> <div style="margin: 0 auto; width: 100%; line-height: 60px" v-show="MALE">
<div style="font-size: 12px; width: 100%; height: 400px"> <div style="font-size: 12px; width: 100%; height: 600px">
<div <div
style=" style="
display: flex; display: flex;
@ -416,7 +416,7 @@
font-size: 12px; font-size: 12px;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
height: 400px; height: 600px;
" "
> >
<div <div

View File

@ -80,7 +80,7 @@
</el-col> </el-col>
<el-col :span="24" :offset="0"> <el-col :span="24" :offset="0">
<div style="margin: 0 auto; width: 100%; line-height: 60px"> <div style="margin: 0 auto; width: 100%; line-height: 60px">
<div style="font-size: 12px; width: 100%; overflow: auto; height: 400px"> <div style="font-size: 12px; width: 100%; overflow: auto; height: 600px">
<div <div
style=" style="
display: flex; display: flex;