diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 33af3555eb..5593b26805 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -253,8 +253,8 @@ const list = [ }, { component: 'DeVideo', - name: '媒体', - label: '媒体', + name: '视频', + label: '视频', innerType: 'DeVideo', editing: false, canvasActive: false, @@ -272,8 +272,8 @@ const list = [ }, { component: 'DeStreamMedia', - name: '媒体', - label: '媒体', + name: '流媒体', + label: '流媒体', innerType: 'DeStreamMedia', editing: false, canvasActive: false, diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 69e2d17faf..b6084fc5fc 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -3044,6 +3044,35 @@ const drop = (ev: MouseEvent, type = 'xAxis') => { border-top: none !important; } + :deep(.ed-tabs__nav-wrap::after) { + background-color: rgba(31, 35, 41, 0.15); + } + :deep(.ed-tabs__nav-scroll) { + .ed-tabs__item { + height: 35px; + line-height: 35px; + color: var(--ed-color-primary, #3370ff); + font-family: '阿里巴巴普惠体 3.0 55 Regular L3'; + font-size: 12px; + font-style: normal; + font-weight: 500; + } + } + } + .query-style-tab { + width: 100%; + border-top: solid 1px @side-outline-border-color-light !important; + + .tab-container { + .border-bottom-tab(8px); + } + + margin-left: 0px !important; + + :deep(.ed-tabs__header) { + border-top: none !important; + } + :deep(.ed-tabs__nav-wrap::after) { background-color: rgba(31, 35, 41, 0.15); } @@ -3082,6 +3111,35 @@ const drop = (ev: MouseEvent, type = 'xAxis') => { box-shadow: 0 0 0 1px var(--ed-color-primary, #3370ff) inset !important; } } + .query-style-tab { + width: 100%; + border-top: solid 1px @main-collapse-border-dark !important; + + .tab-container { + .border-bottom-tab(8px); + } + + margin-left: 0px !important; + + :deep(.ed-tabs__header) { + border-top: none !important; + } + + :deep(.ed-tabs__nav-wrap::after) { + background-color: rgba(31, 35, 41, 0.15); + } + :deep(.ed-tabs__nav-scroll) { + .ed-tabs__item { + height: 35px; + line-height: 35px; + color: var(--ed-color-primary, #3370ff); + font-family: '阿里巴巴普惠体 3.0 55 Regular L3'; + font-size: 12px; + font-style: normal; + font-weight: 500; + } + } + } } .chart-edit {