diff --git a/app/app.config.ts b/app/app.config.ts index 9efd4a7..d1b7489 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -10,9 +10,6 @@ export default defineAppConfig({ available: true }, ui: { - container: { - base: 'w-full max-w-(--ui-container) mx-auto px-4 sm:px-6 lg:px-8' - }, colors: { primary: 'blue', neutral: 'neutral' diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 9d8f24d..8d3ca14 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -8,6 +8,8 @@ } :root { + /*--ui-primary: var(--ui-color-primary-400);*/ + --ui-container: var(--container-max-width); ::selection { @@ -18,6 +20,8 @@ .dark { + /*--ui-primary: var(--ui-color-primary-700);*/ + ::selection { color: #ffffff; background-color: #474747; diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index a0055fe..adfb11c 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -34,8 +34,8 @@ const items = computed(() => [ to: 'https://github.com/nuxt/ui/releases', target: '_blank' }, { - label: '13888555777', - to: 'https://github.com/nuxt/ui/releases', + label: '后台管理', + to: 'https://ele.ccttiot.com/login', target: '_blank' } @@ -48,7 +48,7 @@ const items = computed(() => [ - +