style: card style

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent daa3d74500
commit c92f56ec8f
19 changed files with 532 additions and 222 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const Wrapper = styled.div`
border-radius: var(--border-radius-lg);
background-color: var(--ant-color-bg-container);
box-shadow: none;
padding: 10px 16px;
padding: 8px 16px;
border: 1px solid var(--ant-color-border);
`;
+1 -1
View File
@@ -87,7 +87,7 @@ export const SimpleCard: React.FC<{
label: string;
value: React.ReactNode;
color: string;
iconType: string;
iconType?: string;
}[];
height?: string | number;
bordered?: boolean;
+1 -1
View File
@@ -2,7 +2,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
// import './iconfont/iconfont.js';
const IconFont = createFromIconfontCN({
scriptUrl: '//at.alicdn.com/t/c/font_4613488_htxf2x5ewb.js'
scriptUrl: '//at.alicdn.com/t/c/font_4613488_mk9rqojjoqk.js'
});
export default IconFont;