任务详细底部按钮优化

This commit is contained in:
WindowBird 2025-11-05 14:47:08 +08:00
parent 532ef38f35
commit 5a42a411dd

View File

@ -366,7 +366,7 @@ onLoad((options) => {
/* 内容滚动区域 */
.content-scroll {
flex: 1;
height: calc(100vh - 120px);
height: calc(100vh - 60px);
}
/* 任务状态栏 */
@ -717,8 +717,6 @@ onLoad((options) => {
.btn-wrapper {
flex: 1;
:deep(.uv-button) {
width: 100%;
}
}
</style>