初版卡片列表模板.

This commit is contained in:
lijiahang
2023-09-29 17:24:25 +08:00
parent 93edcd216a
commit 05af36a578
4 changed files with 175 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
.layout-container {
background-color: var(--color-fill-2);
padding: 16px 16px 0 16px;
// fixme
// padding: 16px 16px 0 16px;
display: flex;
flex-direction: column;
}