update 优化xml预览和svg预览

This commit is contained in:
LiuHao 2024-02-04 12:09:08 +08:00
parent 3fbd4657f4
commit 35dd7c17cb

View File

@ -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>