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 {