From 385f075f708b53d4faf21c478fc88f610f44a2a9 Mon Sep 17 00:00:00 2001 From: "@zuopngfei" Date: Thu, 24 Jul 2025 18:30:36 +0800 Subject: [PATCH] sdsd --- pages/therapeuticRegimen/index.less | 19 +++++++------- pages/therapeuticRegimen/index.wxml | 39 ++++++++++++----------------- 2 files changed, 26 insertions(+), 32 deletions(-) diff --git a/pages/therapeuticRegimen/index.less b/pages/therapeuticRegimen/index.less index 2d99466..c8b3061 100644 --- a/pages/therapeuticRegimen/index.less +++ b/pages/therapeuticRegimen/index.less @@ -105,14 +105,15 @@ pages{ } } } - .btn-box{ - padding: 28rpx; - - position: fixed; - left: 0; - bottom: 0; - right: 0; - z-index: 100; - } + +} +.btn-box{ + padding: 28rpx; + + position: fixed; + left: 0; + bottom: 0; + right: 0; + z-index: 100; } \ No newline at end of file diff --git a/pages/therapeuticRegimen/index.wxml b/pages/therapeuticRegimen/index.wxml index dd15a93..d20b960 100644 --- a/pages/therapeuticRegimen/index.wxml +++ b/pages/therapeuticRegimen/index.wxml @@ -1,27 +1,20 @@ - + - - - - {{item.start_date}} 至 {{item.end_date}} - - - {{item.status}} - - - - - {{detail.name}} - 每日{{detail.frequency}}次,{{detail.time}} + + + {{item.start_date}} 至 {{item.end_date}} + {{item.status}} + + + + {{detail.name}} + 每日{{detail.frequency}}次,{{detail.time}} + + {{detail.dose}} - {{detail.dose}} - - - - - 新增用药方案 - - - \ No newline at end of file + + + 新增用药方案 + \ No newline at end of file