diff --git a/core/core-frontend/src/assets/img/nothing-none-black.png b/core/core-frontend/src/assets/img/nothing-none-black.png new file mode 100644 index 0000000..c33136a Binary files /dev/null and b/core/core-frontend/src/assets/img/nothing-none-black.png differ diff --git a/core/core-frontend/src/assets/svg/icon_form_outlined_white.svg b/core/core-frontend/src/assets/svg/icon_form_outlined_white.svg new file mode 100644 index 0000000..b6087c9 --- /dev/null +++ b/core/core-frontend/src/assets/svg/icon_form_outlined_white.svg @@ -0,0 +1,3 @@ + diff --git a/core/core-frontend/src/assets/svg/icon_play_round_outlined_white.svg b/core/core-frontend/src/assets/svg/icon_play_round_outlined_white.svg new file mode 100644 index 0000000..4ee6d01 --- /dev/null +++ b/core/core-frontend/src/assets/svg/icon_play_round_outlined_white.svg @@ -0,0 +1,3 @@ + diff --git a/core/core-frontend/src/assets/svg/reference-setting-white.svg b/core/core-frontend/src/assets/svg/reference-setting-white.svg new file mode 100644 index 0000000..a5f22f1 --- /dev/null +++ b/core/core-frontend/src/assets/svg/reference-setting-white.svg @@ -0,0 +1,3 @@ + diff --git a/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue b/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue index 073bd61..2e47e35 100644 --- a/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue +++ b/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue @@ -6,7 +6,7 @@ import nothingTable from '@/assets/img/nothing-table.png' import none from '@/assets/img/none.png' import error from '@/assets/img/error.png' import nothingTree from '@/assets/img/nothing-tree.png' -import nothingNone from '@/assets/img/nothing-none.png' +import nothingNone from '@/assets/img/nothing-none-black.png' defineProps({ imgType: { type: String as PropType< @@ -51,7 +51,6 @@ const getAssetsFile = { } :deep(.ed-empty__description) { margin-top: 8px; - color: var(--N600, #d2d2d2); text-align: center; /* 正文-字号 14,行高 22,字重适中(Regular),用于列表Feed会话 */ @@ -61,4 +60,7 @@ const getAssetsFile = { font-weight: 400; line-height: 22px; } +:deep(.ed-empty__image){ + width: 106px !important; +} diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 7dd63e6..1430f57 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -3930,4 +3930,15 @@ defineExpose({ background: rgb(41,41,41); border: 1px solid #434343; } +.ed-select-v2__wrapper{ + background-color: #252424; + box-shadow: 0 0 0 1px #434343 inset; + border:none; +} +.ed-select-v2__placeholder{ + color:#fff; +} +.ed-radio__inner{ + background: transparent; +} diff --git a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue index 37f6ff6..844950d 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue @@ -468,7 +468,7 @@ const emits = defineEmits(['update:item', 'del'])