签名横屏
This commit is contained in:
parent
394b03a994
commit
b88d42f2dd
|
|
@ -6,12 +6,15 @@
|
||||||
:penColor="penColor"
|
:penColor="penColor"
|
||||||
:penSize="penSize"
|
:penSize="penSize"
|
||||||
disableScroll
|
disableScroll
|
||||||
|
landscape
|
||||||
></l-signature>
|
></l-signature>
|
||||||
</view>
|
</view>
|
||||||
<view style="width: 100vw; height: 20vh; background-color: #ffffff">
|
<view class="btn-container">
|
||||||
<button @click="onClick('clear')">清空</button>
|
<view style="width: 150rpx; background-color: #ffffff; transform: rotate(90deg); gap: 20rpx">
|
||||||
<button @click="onClick('undo')">撤消</button>
|
<button @click="onClick('clear')">清空</button>
|
||||||
<button @click="onClick('save')">提交</button>
|
<button @click="onClick('undo')">撤消</button>
|
||||||
|
<button @click="onClick('save')">提交</button>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -63,4 +66,10 @@ export default {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss"></style>
|
<style lang="scss">
|
||||||
|
.btn-container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user