Skip to content

Commit

Permalink
style: 优化编辑器中 icon 样式 (baidu#9530)
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Jan 30, 2024
1 parent f37c1e6 commit 7d6244d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/amis-editor-core/scss/control/_status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
}
&-tip-icon {
margin-left: 0.25rem;
line-height: 16px;
line-height: 14px;
display: inline-block;
cursor: pointer;

.icon {
width: 16px;
height: 16px;
width: 14px;
height: 14px;
fill: #84868c;
}
}
Expand Down

0 comments on commit 7d6244d

Please sign in to comment.