chore: test by api

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 54703c67c1
commit a5c1b8e15f
29 changed files with 683 additions and 298 deletions
+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_c06q7b0n32v.js'
scriptUrl: '//at.alicdn.com/t/c/font_4613488_gacm1yqzw1w.js'
});
export default IconFont;
+1 -1
View File
@@ -21,7 +21,7 @@ const CardWrapper = styled.div.attrs({
})`
overflow: hidden;
display: flex;
padding: 22px;
padding: 16px 20px;
justify-content: flex-start;
align-items: center;
border: 1px solid var(--ant-color-border);