From 4017c4dd3384b3e695a1e09a37bcc75948b0c1ea Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 16 Jun 2026 09:29:34 +0800 Subject: [PATCH] style: table hover bg, remove description in billing --- src/global.less | 1 - src/pages/billing/index.tsx | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/global.less b/src/global.less index fcdcc7b0..4e07c4e7 100644 --- a/src/global.less +++ b/src/global.less @@ -276,7 +276,6 @@ body { border-radius: var(--table-td-radius); > td { - background-color: unset !important; border-bottom: 1px solid var(--ant-color-split); } } diff --git a/src/pages/billing/index.tsx b/src/pages/billing/index.tsx index adcb326e..4e9263a5 100644 --- a/src/pages/billing/index.tsx +++ b/src/pages/billing/index.tsx @@ -1,6 +1,6 @@ import { IconFont } from '@gpustack/core-ui'; import { useIntl } from '@umijs/max'; -import { Button, Result, Typography } from 'antd'; +import { Button, Result } from 'antd'; import PageBox from '../_components/page-box'; // OSS-only upsell page for the billing module. The real Billing UI ships @@ -38,7 +38,6 @@ const Billing: React.FC = () => { /> } title={intl.formatMessage({ id: 'billing.upsell.title' })} - subTitle={intl.formatMessage({ id: 'billing.upsell.subtitle' })} extra={
{ textAlign: 'left' }} > - + {/* {intl.formatMessage({ id: 'billing.upsell.featuresTitle' })} @@ -58,8 +57,8 @@ const Billing: React.FC = () => { {intl.formatMessage({ id })} ))} - -
+ */} +