File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: 4 px ;
3024+ /* top / left 由 JS 根据锚点动态计算 */
30263025 }
30273026 .fav-tag-popover-title {
30283027 font-size : 11px ;
You can’t perform that action at this time.
0 commit comments