首页概览使用指南模块样式优化

This commit is contained in:
禺狨 2023-03-21 09:49:30 +08:00
parent 9e3553281e
commit 7b08122f81
3 changed files with 6 additions and 3 deletions

4
package-lock.json generated
View File

@ -8,7 +8,6 @@
"name": "backend",
"version": "0.1.0",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
@ -80,6 +79,9 @@
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"xlsjs": "^1.0.1"
},
"devDependencies": {
"@ant-design/icons": "^5.0.1"
}
},
"node_modules/@adobe/css-tools": {

View File

@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
@ -154,5 +153,8 @@
"presets": [
"react-app"
]
},
"devDependencies": {
"@ant-design/icons": "^5.0.1"
}
}

View File

@ -127,7 +127,6 @@
.icon {
width: 16px;
height: 16px;
margin-left: 8px;
}
}
}