Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-02-10 15:31:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1b94eedb9776bc931d7da96f387bce9ce3670e3
f1b94eed
1 parent
751a6b7e
✨ feat: 电子签名高度调整优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/SignField/index.vue
src/components/SignField/index.vue
View file @
f1b94ee
<!--
* @Date: 2022-09-06 16:29:31
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-10 15:
15:05
* @LastEditTime: 2023-02-10 15:
31:06
* @FilePath: /data-table/src/components/SignField/index.vue
* @Description: 电子签名控件
-->
...
...
@@ -78,7 +78,7 @@ onMounted(() => {
// 动态计算画板canvas宽度/高度
setTimeout(() => {
esignWidth.value = wrapperRef.value.offsetWidth - 32;
esignHeight.value = (
document.body.offset
Height) / 5;
esignHeight.value = (
window.inner
Height) / 5;
}, 100);
})
const lineWidth = ref(6);
...
...
Please
register
or
login
to post a comment