style: background to background-color

This commit is contained in:
Vben
2021-04-13 21:43:10 +08:00
parent c9089c3243
commit 2cdf2c28c4
66 changed files with 142 additions and 142 deletions

View File

@@ -65,7 +65,7 @@
display: flex;
width: 100%;
min-height: 100%;
background: @content-bg;
background-color: @content-bg;
flex-direction: column;
> .ant-layout {