From e5aa5ace1536eef80a98f89dfa3d3cdb08597d2b Mon Sep 17 00:00:00 2001 From: jialin Date: Mon, 28 Apr 2025 19:02:16 +0800 Subject: [PATCH] chore: remove invalid files --- config/theme.ts | 63 -------------------------------- src/components/footer/index.less | 16 -------- 2 files changed, 79 deletions(-) delete mode 100644 config/theme.ts delete mode 100644 src/components/footer/index.less diff --git a/config/theme.ts b/config/theme.ts deleted file mode 100644 index c9e93937..00000000 --- a/config/theme.ts +++ /dev/null @@ -1,63 +0,0 @@ -export default { - 'root-entry-name': 'variable', - cssVar: true, - hashed: false, - components: { - Input: { - inputFontSize: 14 - }, - Table: { - cellFontSize: 14, - rowSelectedHoverBg: 'rgb(249 249 249)', - rowHoverBg: 'rgb(249 249 249)', - rowSelectedBg: 'transparent' - }, - Menu: { - iconSize: 16, - iconMarginInlineEnd: 12, - itemHeight: 44, - itemColor: 'rgba(0,0,0,1)', - itemHoverBg: 'rgba(0,0,0,0.04)', - itemActiveBg: 'rgba(0,0,0,0.04)' - }, - Progress: { - lineBorderRadius: 4 - }, - Select: { - itemSelectedBg: 'rgba(0,0,0,0.06)' - }, - Message: { - contentPadding: '12px 16px' - }, - Tooltip: { - colorBgSpotlight: '#3e3e3e' - }, - Button: { - primaryShadow: 'none', - defaultShadow: 'none', - dangerShadow: 'none' - }, - Cascader: { - dropdownHeight: 240 - }, - Slider: { - handleSize: 8, - handleSizeHover: 8, - trackBg: 'rgba(0,0,0,0.15)', - handleColor: 'rgba(0,0,0,0.2)', - trackHoverBg: 'rgba(0,0,0,0.25)', - handleActiveColor: 'rgba(0,0,0,0.3)', - dotActiveBorderColor: 'rgba(0,0,0,0.25)', - handleActiveOutlineColor: 'rgba(0,0,0,0.25)', - dotBorderColor: 'rgba(0,0,0,0.25)' - } - }, - token: { - colorPrimary: '#007BFF', - colorSuccess: '#54cc98', - borderRadius: 4, - borderRadiusSM: 2, - fontSize: 14, - motion: true - } -}; diff --git a/src/components/footer/index.less b/src/components/footer/index.less deleted file mode 100644 index baff50f9..00000000 --- a/src/components/footer/index.less +++ /dev/null @@ -1,16 +0,0 @@ -// footer all styles -.footer { - bottom: 0; - width: 100%; - background-color: transparent; - padding: 20px 0; - text-align: center; - font-size: var(--font-size-middle); - color: var(--ant-color-text-secondary); - - .footer-content-left-text { - display: flex; - justify-content: center; - align-items: center; - } -}