diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 5c3d475..50e9bf3 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -300,10 +300,10 @@ >

{{ item.fieldName }}:

{{ item.reqVal }}

-

+

-

+

{{ item.fieldName }}:

{{ item.targetVal }}

@@ -329,10 +329,10 @@ >

{{ item.fieldName }}:

{{ item.reqVal }}

-

+

-

+

{{ item.fieldName }}:

{{ item.targetVal }}

@@ -2707,6 +2707,12 @@ export default { .TaskShippingOrderCompareMainHeader { display: flex; > div { + &:nth-child(1) { + flex: 3; + } + &:nth-child(3) { + flex: 3; + } flex: 1; > p { &:first-child { @@ -2726,7 +2732,13 @@ export default { align-items: center; margin-bottom: 0.5rem; > p { - flex: 1; + flex: 2; + &:nth-child(1) { + flex: 1; + } + &:nth-child(4) { + flex: 1; + } // &:nth-child(3) { // flex: 2; // margin: 0 1rem; diff --git a/src/views/main/BookingLedger/list/index_zth.vue b/src/views/main/BookingLedger/list/index_zth.vue deleted file mode 100644 index 7a39331..0000000 --- a/src/views/main/BookingLedger/list/index_zth.vue +++ /dev/null @@ -1,2731 +0,0 @@ - - - -