mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
fix: 修改标尺和水印定位的问题
This commit is contained in:
parent
60ec01eb32
commit
d0070319a9
@ -41,6 +41,11 @@ const lines = {
|
||||
/* 使用 SCSS 会报错,直接使用最基础的 CSS 进行修改,
|
||||
此库有计划 Vue3 版本,但是开发的时候还没发布 */
|
||||
|
||||
#mb-ruler {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* 横线 */
|
||||
#mb-ruler .v-container .lines .line {
|
||||
/* 最大缩放 200% */
|
||||
@ -71,6 +76,7 @@ const lines = {
|
||||
font-size: 26px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
#mb-ruler .corner{
|
||||
border-width: 0!important;
|
||||
}
|
||||
|
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user