feat: update to antd 5.0 (#1362)

* feat: update to ant5.X

* fix: incompatible styles

* fix: adjust the style
This commit is contained in:
Yaodong Yu
2022-12-04 23:05:30 +08:00
committed by GitHub
parent a44a4b0300
commit 0856977b92
37 changed files with 409 additions and 376 deletions

View File

@ -1,6 +1,5 @@
/* stylelint-disable at-rule-name-case */
/* stylelint-disable selector-class-pattern */
@import "~antd/dist/antd.less";
@StaticBaseUrl: "https://cdn.casbin.org";
@ -32,6 +31,11 @@
height: 100%;
}
img {
border-style: none;
vertical-align: middle;
}
#parent-area {
display: flex;
flex-direction: column;
@ -56,7 +60,7 @@
#footer {
bottom: 0;
width: 100%;
height: 70px; /* Footer height */
padding: 24px 50px;
}
.language-box {