Skip to content

Commit 42b8738

Browse files
authored
Add files via upload
1 parent 1dc1dba commit 42b8738

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

frontend/css/styles.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,7 +2974,6 @@ tr:last-child td {
29742974
gap: 4px;
29752975
flex-wrap: wrap;
29762976
margin-top: 3px;
2977-
position: relative;
29782977
}
29792978
.fav-tag-chip {
29802979
display: inline-flex;
@@ -3012,17 +3011,17 @@ tr:last-child td {
30123011
/* ========== 标签选择 Popover ========== */
30133012
.fav-tag-popover {
30143013
position: absolute;
3015-
z-index: 100;
3014+
z-index: 500;
30163015
min-width: 160px;
30173016
max-width: 220px;
30183017
max-height: 200px;
30193018
overflow-y: auto;
30203019
background: var(--card);
30213020
border: 1px solid var(--border);
30223021
border-radius: 8px;
3023-
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
3022+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
30243023
padding: 6px;
3025-
margin-top: 4px;
3024+
/* top / left 由 JS 根据锚点动态计算 */
30263025
}
30273026
.fav-tag-popover-title {
30283027
font-size: 11px;

0 commit comments

Comments
 (0)