fix: 缩小庄问路/闲问路面板尺寸,避免遮挡小路和曱甴路

This commit is contained in:
li 2026-02-11 02:08:04 +08:00
parent 80a80760fb
commit f60818e993

View File

@ -276,12 +276,12 @@ export default {
position: absolute;
right: 0;
bottom: 0;
width: 25%; /* Roughly 6/24 of width */
height: 50%; /* Covers bottom 3 rows (50% of 6 rows) */
width: 20%;
height: 33%;
display: flex;
background: #fff;
border-left: 1px solid #eee;
border-top: 1px solid #eee;
background: rgba(255,255,255,0.92);
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
z-index: 10;
.ask-group {