diff --git a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataAjax/index.vue b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataAjax/index.vue index 56ba3818..140f20e3 100644 --- a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataAjax/index.vue +++ b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataAjax/index.vue @@ -29,7 +29,9 @@ - 更新内容请点击配置 + + 更新内容请点击展示区域 +
@@ -139,13 +141,18 @@ onBeforeUnmount(() => { .n-card-shallow { &.n-card { @extend .go-background-filter; + @include deep() { + .n-card__content { + padding: 10px; + } + } } .edit-text { position: absolute; top: 0px; left: 0px; width: 325px; - height: 254px; + height: 235px; cursor: pointer; opacity: 0; transition: all 0.3s; diff --git a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/components/RequestTargetConfig/index.vue b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/components/RequestTargetConfig/index.vue index 0b70116f..4c4a3002 100644 --- a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/components/RequestTargetConfig/index.vue +++ b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/components/RequestTargetConfig/index.vue @@ -48,17 +48,9 @@ - - - 发送请求 - - + @@ -72,7 +64,7 @@ import { isDev } from '@/utils' import { icon } from '@/plugins' import { chartDataUrl, rankListUrl, scrollBoardUrl, numberFloatUrl, numberIntUrl, textUrl, imageUrl } from '@/api/mock' -const { HelpOutlineIcon, FlashIcon } = icon.ionicons5 +const { HelpOutlineIcon } = icon.ionicons5 const { targetData, chartEditStore } = useTargetData() const { requestOriginUrl } = toRefs(chartEditStore.getRequestGlobalConfig) const { requestInterval, requestIntervalUnit, requestHttpType, requestUrl } = toRefs(targetData.value.request)