style: 优化编辑器中 icon 样式 (#9530)

This commit is contained in:
liaoxuezhi 2024-01-30 19:45:51 +08:00 committed by GitHub
parent f37c1e6fd3
commit 7d6244d271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}