bug
This commit is contained in:
@@ -17,11 +17,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="info-item">
|
<div class="info-item">
|
||||||
<h2>进场打卡</h2>
|
<h2>进场打卡</h2>
|
||||||
<span>{{ info.intoBegintime }} 至 {{ info.intoEndtime }}</span>
|
<div class="right-time">
|
||||||
|
<p>{{ info.intoBegintime }} 至</p>
|
||||||
|
<p>{{ info.intoEndtime }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-item">
|
<div class="info-item">
|
||||||
<h2>离场打卡</h2>
|
<h2>离场打卡</h2>
|
||||||
<span>{{ info.exitBegintime }} 至 {{ info.exitEndtime }}</span>
|
<div class="right-time">
|
||||||
|
<p>{{ info.exitBegintime }} 至</p>
|
||||||
|
<p>{{ info.exitEndtime }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -334,13 +340,15 @@ import { mapActions, mapState } from 'vuex'
|
|||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span, p {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {}
|
||||||
|
|
||||||
.omit {
|
.omit {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
@@ -29,11 +29,17 @@
|
|||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3>进场时间:</h3>
|
<h3>进场时间:</h3>
|
||||||
<span>{{ item.intoBegintime }} 至 {{ item.intoEndtime }}</span>
|
<div class="right">
|
||||||
|
<p>{{ item.intoBegintime }} 至</p>
|
||||||
|
<p>{{ item.intoEndtime }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3>离场时间:</h3>
|
<h3>离场时间:</h3>
|
||||||
<span>{{ item.exitBegintime }} 至 {{ item.exitEndtime }}</span>
|
<div class="right">
|
||||||
|
<p>{{ item.exitBegintime }} 至</p>
|
||||||
|
<p>{{ item.exitEndtime }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -251,14 +257,16 @@
|
|||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
div {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: justify;
|
|
||||||
|
p {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user