feat: 修复Container界面和File App 和 User App
User App 添加permission
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user