Skip to content

Commit

Permalink
style: 优化编辑器中 icon 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Jan 25, 2024
1 parent 70c8d30 commit 497f45a
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 497f45a

Please sign in to comment.