diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue index fc135dd7bb..6925449d80 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue @@ -150,10 +150,6 @@ const renderChart = (viewInfo: Chart, resetPageInfo: boolean) => { initScroll() } -const pageColor = computed(() => { - const text = view.value?.customStyle?.text - return text.color ?? 'white' -}) const setupPage = (chart: ChartObj, resetPageInfo?: boolean) => { const customAttr = chart.customAttr if (chart.type !== 'table-info' || customAttr.basicStyle.tablePageMode !== 'page') { @@ -360,13 +356,12 @@ onBeforeUnmount(() => {
-
共{{ state.pageInfo.total }}条
+
共{{ state.pageInfo.total }}条
{ display: flex; width: 100%; justify-content: space-between; + color: grey; :deep(.table-page-content) { - button { - color: inherit; + button, + button[disabled] { + color: grey; background: transparent !important; } ul li { &:not(.is-active) { - color: inherit; + color: grey; } background: transparent !important; }