perf: 修改了css

This commit is contained in:
ibuler
2022-02-28 15:49:28 +08:00
committed by huailei
parent 500b5e51a2
commit 340efcfbdf
2 changed files with 6 additions and 4 deletions

View File

@@ -98,8 +98,10 @@ export default {
height: 70px;
width: 70px;
&:hover {
color: #303133;
background-color: #e6e6e6;
color: inherit;
i {
color: inherit;
}
}
&:first-child {
margin-left: 20px;

View File

@@ -127,12 +127,12 @@ export default {
background-color: #e6e6e6;
}
&>>> i {
color: #909399;
color: #7c7e7f;
font-size: 16px;
}
&>>> .svg-icon {
color: #7c7e7f;
font-size: 16px;
color: #909399;
}
}
}