|
@@ -132,7 +132,7 @@ c<template>
|
|
|
:data-source="orderListData"
|
|
|
:loading="loading"
|
|
|
:pagination="pagination"
|
|
|
- :scroll="{ x: 1500,y:500 }"
|
|
|
+ :scroll="{ x: 1500,y:600 }"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
|
<span slot="operationSlot" slot-scope="text, record,index">
|
|
@@ -446,4 +446,21 @@ export default {
|
|
|
// /deep/ th.replacecolor {
|
|
|
// background-color: #ccc;
|
|
|
// }
|
|
|
+/deep/ .ant-table-tbody .ant-table-row td{
|
|
|
+ padding-top: 8px;
|
|
|
+ padding-bottom: 8px;
|
|
|
+}
|
|
|
+/deep/.ant-card-body{
|
|
|
+padding-top: 10px !important;
|
|
|
+padding-bottom: 0px !important;
|
|
|
+}
|
|
|
+/deep/.table-operator .ant-btn{
|
|
|
+ margin: 0 8px 3px 0;
|
|
|
+}
|
|
|
+/deep/.table-page-search-wrapper .ant-form-inline .ant-form-item{
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+/deep/.table-page-search-wrapper .table-page-search-submitButtons{
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
</style>
|