首页概览跳转优化

This commit is contained in:
禺狨
2023-03-21 10:23:54 +08:00
parent 7b08122f81
commit 5f45a8badf
3 changed files with 19 additions and 29 deletions

View File

@@ -567,3 +567,10 @@ textarea.ant-input {
overflow: hidden;
text-overflow: ellipsis;
}
.footer-icon {
cursor: pointer;
&:hover {
opacity: 0.8;
}
}