fix: 🐛 顶部模式滚动条,设置icon的hover背景颜色优化
Former-commit-id: 8acf71d81560645ff0200109210b1fbe88183328
This commit is contained in:
@@ -94,12 +94,12 @@ function logout() {
|
||||
width: 30px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
color: #5a5e66;
|
||||
color: var(--el-text-color-regular);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: rgb(249 250 251 / 100%);
|
||||
background: var(--el-color-info-light-3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user