bug
This commit is contained in:
@@ -17,11 +17,17 @@
|
||||
</div>
|
||||
<div class="info-item">
|
||||
<h2>进场打卡</h2>
|
||||
<span>{{ info.intoBegintime }} 至 {{ info.intoEndtime }}</span>
|
||||
<div class="right-time">
|
||||
<p>{{ info.intoBegintime }} 至</p>
|
||||
<p>{{ info.intoEndtime }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-item">
|
||||
<h2>离场打卡</h2>
|
||||
<span>{{ info.exitBegintime }} 至 {{ info.exitEndtime }}</span>
|
||||
<div class="right-time">
|
||||
<p>{{ info.exitBegintime }} 至</p>
|
||||
<p>{{ info.exitEndtime }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -334,13 +340,15 @@ import { mapActions, mapState } from 'vuex'
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
span {
|
||||
span, p {
|
||||
flex: 1;
|
||||
color: #333333;
|
||||
font-size: 28px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
p {}
|
||||
|
||||
.omit {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -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