Skip to content

Commit

Permalink
Update CustomStyleForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rowthan committed Jul 23, 2024
1 parent 05b777b commit f374e9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/web/components/form/CustomStyleForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ pagenote-action>pagenote-block{
transform: translate(1px, 2px); /**作用:向右偏移1像素,向下偏移2像素。*/
}
/**操作按钮设置,如防止遮挡文字*/
pagenote-annotation{
}
/**侧边栏样式*/
pagenote-bar{
display:block; /**block,显示;none,隐藏。*/
}
`

export default function CustomStyleForm(props: Props) {
Expand Down

0 comments on commit f374e9f

Please sign in to comment.