refactor: 重构 card 组件.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user