feat:优化 debug 页

This commit is contained in:
2025-07-16 18:31:55 +08:00
parent 72be2372ee
commit 3ce3d3cac4
15 changed files with 177 additions and 60 deletions
+7 -5
View File
@@ -85,16 +85,18 @@ page {
// border: 1px solid #666;
// }
.btn-area {
.bottom-btn-box {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 190rpx;
height: 120rpx;
display: flex;
justify-content: center;
justify-content: space-between;
align-items: center;
background-color: #fff;
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
padding-top: 24rpx;
box-shadow: 0px -3.9rpx 5.2rpx rgba(0, 0, 0, 0.15);
padding: 0 24rpx;
box-sizing: border-box;
border-radius: 16rpx 16rpx 0 0;
}