fix(material-panel-svg): 修复物料左侧插件面板里图标旋转的问题 (#280)

* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 更新图片地址

* docs(readme): 更新图片地址

* fix(material-panel-svg): 修复物料左侧插件面板里图标旋转的问题
This commit is contained in:
wenmine 2024-01-24 17:57:23 -08:00 committed by GitHub
parent 28ee851b2a
commit 9e57be080c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View File

@ -184,12 +184,5 @@ export default {
}
}
}
:deep(.tiny-svg, #tiny-engine .tiny-svg) {
transform: rotate(270deg);
&.is-active {
transform: rotate(180deg);
}
}
}
</style>

View File

@ -500,11 +500,4 @@ export default {
}
}
}
:deep(.tiny-svg, #tiny-engine .tiny-svg) {
transform: rotate(270deg);
&.is-active {
transform: rotate(180deg);
}
}
</style>