左侧面板 icon 样式优化

This commit is contained in:
mario.gk 2020-05-05 18:15:16 +08:00
parent 0eaac97eed
commit 61ac8da3a7

View File

@ -268,6 +268,13 @@ body {
.lc-title{
padding: 12px;
flex-direction: column;
width: 46px;
height: 46px;
svg {
fill: var(--color-icon-normal,rgba(31,56,88,.4));
}
&.has-tip{
cursor: pointer;
}