refactor: 重构 card 组件.

This commit is contained in:
lijiahangmax
2023-12-02 18:39:28 +08:00
parent 5aa6907820
commit 9f35fb855d
10 changed files with 276 additions and 535 deletions

View File

@@ -100,6 +100,12 @@
box-shadow: 2px 2px 12px rgba(0, 0, 0, .15);
}
.card-list-item-disabled {
pointer-events: none;
opacity: .5;
background: var(--color-bg-1);
}
.card-extra-icon {
font-size: 16px;
cursor: pointer;