ソースを参照

处理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>


読み込み中…
キャンセル
保存