fix: recover header logo && add styleint check (#1084)

* fix: fix header logo not show

* feat: update lint-staged

feat: add stylelint
This commit is contained in:
conghuhu
2022-08-31 23:26:58 +08:00
committed by GitHub
parent 349ce7f1d4
commit e108d26ec7
6 changed files with 435 additions and 31 deletions

View File

@ -1,6 +1,8 @@
@import '~antd/dist/antd.less';
/* stylelint-disable at-rule-name-case */
/* stylelint-disable selector-class-pattern */
@import "~antd/dist/antd.less";
@StaticBaseUrl:"https://cdn.casbin.org";
@StaticBaseUrl: "https://cdn.casbin.org";
.App {
text-align: center;
@ -69,8 +71,8 @@
}
.content-warp-card {
box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.14);
margin: 5px 5px 5px 5px;
box-shadow: 0 1px 5px 0 rgb(51 51 51 / 14%);
margin: 5px;
flex: 1;
align-items: stretch;
}