mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
update 优化xml预览和svg预览
This commit is contained in:
parent
3fbd4657f4
commit
35dd7c17cb
@ -392,4 +392,15 @@ pre {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// 任务栏 透明度
|
||||
//:deep(.djs-palette) {
|
||||
// opacity: 0.3;
|
||||
// transition: all 1s;
|
||||
//}
|
||||
//
|
||||
//:deep(.djs-palette:hover) {
|
||||
// opacity: 1;
|
||||
// transition: all 1s;
|
||||
//}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user