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; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 25%; /* Roughly 6/24 of width */ width: 20%;
height: 50%; /* Covers bottom 3 rows (50% of 6 rows) */ height: 33%;
display: flex; display: flex;
background: #fff; background: rgba(255,255,255,0.92);
border-left: 1px solid #eee; border-left: 1px solid #ddd;
border-top: 1px solid #eee; border-top: 1px solid #ddd;
z-index: 10; z-index: 10;
.ask-group { .ask-group {