Fix: rules too short

This commit is contained in:
Dreamacro 2021-09-05 13:48:00 +08:00
parent f9dcde169f
commit 5808bce621
3 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@
"windicss": "^3.1.7" "windicss": "^3.1.7"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.2", "axios": "^0.21.3",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",

View File

@ -56,7 +56,7 @@ export default function Rules () {
<RuleProviders /> <RuleProviders />
<Header className="not-first:mt-7.5" title={t('title')} /> <Header className="not-first:mt-7.5" title={t('title')} />
<Card className="flex flex-col flex-1 mt-2.5 md:mt-4 p-0 focus:outline-none"> <Card className="flex flex-col flex-1 mt-2.5 md:mt-4 p-0 focus:outline-none">
<AutoSizer className="rules"> <AutoSizer className="min-h-120">
{ {
({ height, width }) => ( ({ height, width }) => (
<List <List

View File

@ -2084,12 +2084,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"axios@npm:^0.21.2": "axios@npm:^0.21.3":
version: 0.21.2 version: 0.21.3
resolution: "axios@npm:0.21.2" resolution: "axios@npm:0.21.3"
dependencies: dependencies:
follow-redirects: ^1.14.0 follow-redirects: ^1.14.0
checksum: 41299c21f77323e7c56ea49d2d5ed25407d24bb145a4ce3441a8db17359ae56554f9495dca6e15d343a9530e106212a684c75a4db3bedfbe19f6414a8d94378e checksum: fdcac33adb0330e127ab0e58f8d9fb7470b49dbfb0aba251ff54f146f2fc7d9362e3300581b6c98d2ea3b8db958ed099c831c3c7832ae79b14f517d5947a029a
languageName: node languageName: node
linkType: hard linkType: hard
@ -2326,7 +2326,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^4.30.0 "@typescript-eslint/eslint-plugin": ^4.30.0
"@typescript-eslint/parser": ^4.30.0 "@typescript-eslint/parser": ^4.30.0
"@vitejs/plugin-react-refresh": ^1.3.6 "@vitejs/plugin-react-refresh": ^1.3.6
axios: ^0.21.2 axios: ^0.21.3
classnames: ^2.3.1 classnames: ^2.3.1
dayjs: ^1.10.6 dayjs: ^1.10.6
eslint: ^7.32.0 eslint: ^7.32.0