修改创建模板.

This commit is contained in:
lijiahang
2023-09-29 23:45:01 +08:00
parent 05af36a578
commit b77257c746
3 changed files with 197 additions and 111 deletions

View File

@@ -1,7 +1,6 @@
.layout-container {
background-color: var(--color-fill-2);
// fixme
// padding: 16px 16px 0 16px;
padding: 16px 16px 0 16px;
display: flex;
flex-direction: column;
}
@@ -67,6 +66,15 @@
}
}
.card-list-item {
transition-property: all;
}
.card-list-item:hover {
transform: translateY(-4px);
box-shadow: 2px 2px 12px rgba(0, 0, 0, .15);
}
.usn {
user-select: none;
}