|
@@ -196,7 +196,7 @@
|
|
|
<div class="h-1">物料名字</div>
|
|
|
<div class="h-1">操作人</div>
|
|
|
</div>
|
|
|
- <div v-for="i in 10" class="table-line">
|
|
|
+ <div v-for="i in 10" :class="{'table-line': true, 'acitve': i == 3}">
|
|
|
<div class="h-1">NO.0{{ i }}</div>
|
|
|
<div class="h-1">张三</div>
|
|
|
<div class="h-1">张三</div>
|
|
@@ -817,9 +817,14 @@ export default {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
&:nth-child(even){
|
|
|
- background: linear-gradient( 270deg, rgba(26,123,230,0) 0%, rgba(69,193,255,0.7) 100%);
|
|
|
+ background: url(../../assets/home/table_2.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
+ .acitve{
|
|
|
+ background: url(../../assets/home/table_2_active.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|