diff --git a/src/layouts/Basic.vue b/src/layouts/Basic.vue index 8f3f10d..271bc03 100644 --- a/src/layouts/Basic.vue +++ b/src/layouts/Basic.vue @@ -170,7 +170,7 @@ $layout-max-width: 1100px; min-width: 1366px; min-height: 100vh; overflow-y: hidden; - background-color: var(--color-fill-2); + background-color: $color-background; transition: padding 0.2s cubic-bezier(0.34, 0.69, 0.1, 1); } diff --git a/src/styles/lib/variable.scss b/src/styles/lib/variable.scss index fe28ae1..a6bd989 100644 --- a/src/styles/lib/variable.scss +++ b/src/styles/lib/variable.scss @@ -11,7 +11,7 @@ $font-family-manrope-medium: 'Manrope-Medium'; $font-family-manrope-bold: 'Manrope-Bold'; $font-family-manrope-semiBold: 'Manrope-SemiBold'; -$color-background: #f9f9f9; +$color-background: #F7F8FA; $color-primary: #6d4cfe; // 常规 $color-primary-5: #8A70FE; // hover diff --git a/src/views/agent/chat/index.vue b/src/views/agent/chat/index.vue index 4987804..172cfd0 100644 --- a/src/views/agent/chat/index.vue +++ b/src/views/agent/chat/index.vue @@ -6,7 +6,9 @@