Skip to content

Commit

Permalink
fix: 友链超过5个无法添加#39
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 8, 2022
1 parent aab5979 commit a2b60f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/admin/src/pages/DataManage/tabs/Donate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default function () {
actionRef={actionRef}
rowKey="key"
headerTitle="捐赠详情"
maxLength={5}
scroll={{
x: 960,
}}
Expand Down
1 change: 0 additions & 1 deletion packages/admin/src/pages/DataManage/tabs/Link.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default function () {
rowKey="key"
headerTitle="友情链接"
actionRef={actionRef}
maxLength={5}
scroll={{
x: 960,
}}
Expand Down
1 change: 0 additions & 1 deletion packages/admin/src/pages/DataManage/tabs/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function () {
actionRef={actionRef}
rowKey="key"
headerTitle="导航菜单管理"
maxLength={5}
scroll={{
x: 960,
}}
Expand Down
1 change: 0 additions & 1 deletion packages/admin/src/pages/DataManage/tabs/Social.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default function () {
actionRef={actionRef}
rowKey="key"
headerTitle="联系方式"
maxLength={5}
scroll={{
x: 960,
}}
Expand Down

0 comments on commit a2b60f2

Please sign in to comment.