|
|
@@ -276,7 +276,7 @@
|
|
|
<el-table
|
|
|
:data="taskPhotoRecognitionResult"
|
|
|
border
|
|
|
- class="table-headermdhome"
|
|
|
+ class="table-headermd1"
|
|
|
style="width: 100%">
|
|
|
<el-table-column label="" type="index" width="50px" align="center" />
|
|
|
<el-table-column label="产品" prop="skuProductName" align="center" />
|
|
|
@@ -697,6 +697,31 @@ export default {
|
|
|
.z-cells .van-cell {
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
|
+ .table-headermd1 {
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ position: initial;
|
|
|
+ width: 98% !important;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-right: 0;
|
|
|
+ border-radius: 8px;
|
|
|
+ th {
|
|
|
+ color: #000;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ td {
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+ .el-table__cell {
|
|
|
+ padding: 6px 0 !important;
|
|
|
+ .cell {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .table-headermd1 th.el-table__cell {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
<style>
|