fix: stylelint版本

Former-commit-id: c639a374a3c9cdfd3c92c5000385e90e755571a7
This commit is contained in:
april
2023-07-13 10:53:41 +08:00
parent 3339dd0d85
commit bca211f48c
6 changed files with 60 additions and 32 deletions

View File

@@ -185,8 +185,10 @@ const downloadEchart = () => {
.title {
display: flex;
justify-content: space-between;
.download {
cursor: pointer;
&:hover {
color: #409eff;
}