diff --git a/core/core-frontend/src/layout/index.vue b/core/core-frontend/src/layout/index.vue
index 9ef95a5ea1..2d47f936a0 100644
--- a/core/core-frontend/src/layout/index.vue
+++ b/core/core-frontend/src/layout/index.vue
@@ -23,6 +23,7 @@ const toolboxMenu = computed(() => route.path.includes('toolbox'))
route.path.includes('toolbox'))
height: calc(100vh - 56px);
}
+ .org-config-center {
+ height: 48px;
+ padding-left: 24px;
+ display: flex;
+ align-items: center;
+ font-size: 14px;
+ font-weight: 500;
+ line-height: 22px;
+ color: #8f959e;
+ border-bottom: 1px solid #1f232926;
+ position: sticky;
+ top: 0;
+ left: 0;
+ background: #fff;
+ z-index: 10;
+ }
+
.layout-main {
flex: 1;
background-color: var(--MainBG, #f5f6f7);
diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts
index 590bab5478..49d415f371 100644
--- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts
+++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts
@@ -660,15 +660,16 @@ export const DEFAULT_SCROLL: ScrollCfg = {
}
export const COLOR_PANEL = [
- '#1E90FF',
- '#90EE90',
+ '#FF4500',
+ '#FF8C00',
+ '#FFD700',
+ '#71AE46',
'#00CED1',
- '#E2BD84',
- '#7A90E0',
- '#3BA272',
- '#2BE7FF',
- '#0A8ADA',
- '#FFD700'
+ '#1E90FF',
+ '#C71585',
+ '#999999',
+ '#000000',
+ '#FFFFFF'
]
export const COLOR_CASES = [
diff --git a/core/core-frontend/src/views/template-market/component/CategoryTemplateV2.vue b/core/core-frontend/src/views/template-market/component/CategoryTemplateV2.vue
index 108991348e..83afcba1ae 100644
--- a/core/core-frontend/src/views/template-market/component/CategoryTemplateV2.vue
+++ b/core/core-frontend/src/views/template-market/component/CategoryTemplateV2.vue
@@ -9,7 +9,7 @@
v-for="(templateItem, index) in fullTemplateShowList"
v-show="showFlagCheck(templateItem)"
:key="templateItem.id + label"
- style="float: left; padding: 24px 12px 0; text-align: center; flex: 0"
+ style="float: left; padding: 8px 8px 0; text-align: center; flex: 0"
:style="{ width: templateSpan }"
>
{{ state.curTemplate.title }}1
- 上一个
下一个