diff --git a/pages/task-detail/index.vue b/pages/task-detail/index.vue index ec35b0a..077bc4f 100644 --- a/pages/task-detail/index.vue +++ b/pages/task-detail/index.vue @@ -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%; - } + }