fix: 表单背景颜色样式修改

This commit is contained in:
GAOANG
2024-04-24 18:15:29 +08:00
parent ca7479b889
commit a2ce42f862

View File

@ -89,7 +89,7 @@ html[data-theme='light'] {
} }
.page-bg-wrap { .page-bg-wrap {
background-color: rgb(246 247 249); background-color: #fff;
padding: 12px 12px 0 12px; padding: 12px 12px 0 12px;
margin: 12px 12px 0 12px; margin: 12px 12px 0 12px;
} }