浏览代码

处理H5的bug

master
leiyun 2 个月前
父节点
当前提交
a68ca326a1
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. +3
    -3
      App.vue
  2. +2
    -2
      components/h5-signature/h5-signature.vue

+ 3
- 3
App.vue 查看文件

@@ -37,10 +37,10 @@
padding: 0;
}
.page {
min-height: calc(100vh - 50px) !important;
min-height: 100vh !important;
}
uni-page-head .uni-page-head {
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
uni-page-head {
display: none !important;
}
/* #endif */
</style>

+ 2
- 2
components/h5-signature/h5-signature.vue 查看文件

@@ -1,6 +1,6 @@
<template>
<view v-if="show" class="sign-page" @touchmove.stop.prevent>
<view class="canvas-wrap">
<view v-if="show" class="sign-page">
<view class="canvas-wrap" @touchmove.stop.prevent>
<view class="hint-text">
<text>请在此处手写签名</text>
<text class="hint-sub">请横屏书写</text>


正在加载...
取消
保存