|
@@ -228,17 +228,11 @@ export default {
|
|
}
|
|
}
|
|
.table-body{
|
|
.table-body{
|
|
margin-top:10px;
|
|
margin-top:10px;
|
|
- // table{
|
|
|
|
- // th,td{
|
|
|
|
- // text-align: center;
|
|
|
|
- // padding: 5px;
|
|
|
|
- // border:1px solid #ddd;
|
|
|
|
- // }
|
|
|
|
- // th{
|
|
|
|
- // background:#f8f8f8;
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
|
|
+ .ant-table-thead > tr > th,.ant-table-header-column{
|
|
|
|
+ text-align: center!important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
.recallBillNo{
|
|
.recallBillNo{
|
|
color:#39f;
|
|
color:#39f;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -310,6 +304,5 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|