Browse Source

some bugs

master
maochaoying 2 years ago
parent
commit
2ccf7ccbd0
  1. 12
      src/components/TimeSetting.vue

12
src/components/TimeSetting.vue

@ -2,11 +2,11 @@
<div class="time_setting_container">
<div class="desc_box">
<p class="title">时间设置</p>
<p class="content">
<div class="content">
<div class="number">12</div>
<p></p>
<div class="number">21</div>
</p>
</div>
</div>
<div class="oper_wrap">
<div class="top">
@ -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 {

Loading…
Cancel
Save