fix card action hit areas

This commit is contained in:
jxxghp
2026-04-22 18:01:26 +08:00
parent 65152e7e37
commit de84c39d2f
8 changed files with 18 additions and 13 deletions

View File

@@ -54,6 +54,11 @@ html.v-overlay-scroll-blocked body {
block-size: 100%;
}
// 保证卡片右上角的浮动操作区始终高于可点击的卡片内容层,避免误触发详情打开。
.app-card-top-action {
z-index: 2;
}
.app-card-summary {
position: relative;
display: flex;