bug
This commit is contained in:
@@ -29,11 +29,17 @@
|
||||
<div class="bottom">
|
||||
<div class="item">
|
||||
<h3>进场时间:</h3>
|
||||
<span>{{ item.intoBegintime }} 至 {{ item.intoEndtime }}</span>
|
||||
<div class="right">
|
||||
<p>{{ item.intoBegintime }} 至</p>
|
||||
<p>{{ item.intoEndtime }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>离场时间:</h3>
|
||||
<span>{{ item.exitBegintime }} 至 {{ item.exitEndtime }}</span>
|
||||
<div class="right">
|
||||
<p>{{ item.exitBegintime }} 至</p>
|
||||
<p>{{ item.exitEndtime }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -251,11 +257,13 @@
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
span {
|
||||
div {
|
||||
flex: 1;
|
||||
text-align: justify;
|
||||
font-size: 28px;
|
||||
color: #333333;
|
||||
|
||||
p {
|
||||
font-size: 28px;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user