中建四局大屏细节处理

This commit is contained in:
骆乐 2022-09-02 15:42:58 +08:00
parent 37d97b846f
commit 970a4f4c07
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -182,7 +182,7 @@ export default {
font-size: 14px;
}
.row {
width: 100%;
width: 98%;
height: 36px;
line-height: 36px;
display: flex;

View File

@ -10,7 +10,7 @@
<div class="tbody">
<vue-scroll>
<div class="row" v-for="i in 9" :key="i">
<div><img src="" /></div>
<div><img src="../../assets/images/common/bg_car.png" /></div>
<div class="carNum">粤A455632</div>
<div class="datetime">2011-02-03 15:30</div>
</div>