mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 18:23:59 +08:00
修改了参数管理的页面高度
This commit is contained in:
@@ -296,12 +296,16 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
margin: 5px 22px;
|
margin: 5px 22px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
min-height: 600px;
|
min-height: calc(100vh - 350px);
|
||||||
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
|
height: auto;
|
||||||
position: relative;
|
max-height: 80vh;
|
||||||
background: rgba(237, 242, 255, 0.5);
|
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
|
||||||
|
position: relative;
|
||||||
|
background: rgba(237, 242, 255, 0.5);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operation-bar {
|
.operation-bar {
|
||||||
|
|||||||
Reference in New Issue
Block a user