refactor(ui): move ui and i18n to new package

This commit is contained in:
Simon
2025-12-15 17:20:12 +08:00
parent 0b46fd1d7a
commit 2b8b6ef86a
12 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.wrapper {
position: fixed;
inset: 0;
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
/* pointer-events: none; */
cursor: not-allowed;
overflow: hidden;
display: none;
}