Commit bc98be53 authored by 黄奎's avatar 黄奎

页面修改

parent fed2b3a2
...@@ -495,7 +495,7 @@ ...@@ -495,7 +495,7 @@
.CanvasDiv { .CanvasDiv {
width: 100%; width: 100%;
height: calc(100% - 8rem); height: calc(100% - 10vh);
padding-top: 5%; padding-top: 5%;
} }
...@@ -3956,8 +3956,8 @@ ...@@ -3956,8 +3956,8 @@
<span style="font-size:2rem" <span style="font-size:2rem"
v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span> v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span>
<span style="font-size:2rem" v-else>重新签字</span> <span style="font-size:2rem" v-else>重新签字</span>
<div style="width:100%;height:4vh">&nbsp;</div>
</div> </div>
<div style="width:100%;height:calc(50px + env(safe-area-inset-bottom, 34px));padding-bottom:env(safe-area-inset-bottom, 34px);">&nbsp;</div>
</div> </div>
</div> </div>
<div class="CliSignDiv" :class="dialogVisible?'isShowSign':''" @touchmove.prevent> <div class="CliSignDiv" :class="dialogVisible?'isShowSign':''" @touchmove.prevent>
...@@ -3968,7 +3968,7 @@ ...@@ -3968,7 +3968,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="bottom" style="text-align:center;height:80px;line-height:80px;"> <div class="bottom" style="text-align:center;height:10vh;">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<div style="width:100%;" @click="handelClearEl()"> <div style="width:100%;" @click="handelClearEl()">
...@@ -3984,7 +3984,6 @@ ...@@ -3984,7 +3984,6 @@
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
<div style="width:100%;height:calc(50px + env(safe-area-inset-bottom, 34px));padding-bottom:env(safe-area-inset-bottom, 34px);">&nbsp;</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment