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);
> td {
background-color: unset !important;
border-bottom: 1px solid var(--ant-color-split);
}
}
+4 -5
View File
@@ -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={
<div
style={{
@@ -47,7 +46,7 @@ const Billing: React.FC = () => {
textAlign: 'left'
}}
>
<Typography.Title level={5} style={{ marginBottom: 12 }}>
{/* <Typography.Title level={5} style={{ marginBottom: 12 }}>
{intl.formatMessage({
id: 'billing.upsell.featuresTitle'
})}
@@ -58,8 +57,8 @@ const Billing: React.FC = () => {
{intl.formatMessage({ id })}
</li>
))}
</ul>
<div style={{ textAlign: 'center' }}>
</ul> */}
<div style={{ textAlign: 'center', marginTop: 56 }}>
<Button
type="primary"
href="https://gpustack.ai/enterprise"