style: table hover bg, remove description in billing

This commit is contained in:
jialin
2026-06-16 14:17:43 +08:00
committed by jialin
parent 17b65d80e1
commit 4017c4dd33
2 changed files with 4 additions and 6 deletions
-1
View File
@@ -276,7 +276,6 @@ body {
border-radius: var(--table-td-radius); border-radius: var(--table-td-radius);
> td { > td {
background-color: unset !important;
border-bottom: 1px solid var(--ant-color-split); border-bottom: 1px solid var(--ant-color-split);
} }
} }
+4 -5
View File
@@ -1,6 +1,6 @@
import { IconFont } from '@gpustack/core-ui'; import { IconFont } from '@gpustack/core-ui';
import { useIntl } from '@umijs/max'; import { useIntl } from '@umijs/max';
import { Button, Result, Typography } from 'antd'; import { Button, Result } from 'antd';
import PageBox from '../_components/page-box'; import PageBox from '../_components/page-box';
// OSS-only upsell page for the billing module. The real Billing UI ships // 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' })} title={intl.formatMessage({ id: 'billing.upsell.title' })}
subTitle={intl.formatMessage({ id: 'billing.upsell.subtitle' })}
extra={ extra={
<div <div
style={{ style={{
@@ -47,7 +46,7 @@ const Billing: React.FC = () => {
textAlign: 'left' textAlign: 'left'
}} }}
> >
<Typography.Title level={5} style={{ marginBottom: 12 }}> {/* <Typography.Title level={5} style={{ marginBottom: 12 }}>
{intl.formatMessage({ {intl.formatMessage({
id: 'billing.upsell.featuresTitle' id: 'billing.upsell.featuresTitle'
})} })}
@@ -58,8 +57,8 @@ const Billing: React.FC = () => {
{intl.formatMessage({ id })} {intl.formatMessage({ id })}
</li> </li>
))} ))}
</ul> </ul> */}
<div style={{ textAlign: 'center' }}> <div style={{ textAlign: 'center', marginTop: 56 }}>
<Button <Button
type="primary" type="primary"
href="https://gpustack.ai/enterprise" href="https://gpustack.ai/enterprise"