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:
parent
28ee851b2a
commit
9e57be080c
|
|
@ -184,12 +184,5 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.tiny-svg, #tiny-engine .tiny-svg) {
|
||||
transform: rotate(270deg);
|
||||
&.is-active {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -500,11 +500,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.tiny-svg, #tiny-engine .tiny-svg) {
|
||||
transform: rotate(270deg);
|
||||
&.is-active {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue