fix: 修改标尺和水印定位的问题

This commit is contained in:
奔跑的面条
2022-05-06 20:29:35 +08:00
parent 6169d841ee
commit 84864b759c
2 changed files with 8 additions and 0 deletions
@@ -21,6 +21,8 @@ import { watermarkText } from '@/settings/designSetting'
<style lang="scss" scoped>
#go-edit-watermark {
display: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}