fix: 缩小庄问路/闲问路面板尺寸,避免遮挡小路和曱甴路
This commit is contained in:
parent
80a80760fb
commit
f60818e993
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user