feat: 修复Container界面和File App 和 User App

User App 添加permission
This commit is contained in:
2025-03-19 17:37:12 +08:00
parent 837457a5f7
commit 27d9bdf54e
36 changed files with 927 additions and 1349 deletions

View File

@@ -1,11 +1,8 @@
@import 'tailwindcss';
@import './assets/styles.css';
@import './index.css';
@import '@kevisual/center-components/theme/wind-theme.css';
@theme {
--color-primary: white;
--color-secondary: #14171a;
}
html,
body {
width: 100%;
@@ -51,7 +48,7 @@ h3 {
}
@utility layout-menu {
@apply bg-gray-900 p-2 text-white flex justify-between h-12;
@apply bg-secondary p-2 text-white flex justify-between h-12 ;
-webkit-app-region: drag;
}
@utility no-drag {