From 2ccf7ccbd0908358196899682e57e325029cb0b4 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 15 Jun 2023 09:39:36 +0800 Subject: [PATCH] some bugs --- src/components/TimeSetting.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/TimeSetting.vue b/src/components/TimeSetting.vue index d92e405..c90011d 100644 --- a/src/components/TimeSetting.vue +++ b/src/components/TimeSetting.vue @@ -2,11 +2,11 @@

时间设置:

-

+

12

21
-

+
@@ -58,7 +58,7 @@ width: 100%; height: 42px; border-radius: 12px; - background: #9DABC2; + background: #9dabc2; overflow: hidden; box-sizing: border-box; padding-left: 14px; @@ -69,13 +69,17 @@ .desc_box { font-size: 20px; font-weight: 350; - color: #FFFFFF; + color: #ffffff; flex: 1; display: flex; align-items: center; .title { } .content { + display: flex; + align-items: center; + .number { + } } } .oper_wrap {