liangyan0105 3 år sedan
förälder
incheckning
ebc08fafa8
1 ändrade filer med 21 tillägg och 22 borttagningar
  1. 21 22
      src/views/shipment-details/declareElementsModal.vue

+ 21 - 22
src/views/shipment-details/declareElementsModal.vue

@@ -91,29 +91,28 @@
           </a-form-model>
         </a-spin>
       </a-card>
-    </a-modal>
 
-    <!-- 页面底部保存取消 -->
-    <div
-      :style="{
-        position: 'absolute',
-        right: 0,
-        bottom: 0,
-        width: '100%',
-        borderTop: '1px solid #e9e9e9',
-        padding: '10px 16px',
-        background: '#fff',
-        textAlign: 'right',
-        zIndex: 1
-      }"
-    >
-      <a-popconfirm title="确定放弃?" @confirm="handleCancel" okText="确定" cancelText="取消">
-        <a-button :style="{ marginRight: '8px' }">返回</a-button>
-      </a-popconfirm>
-      <a-button type="primary" @click="addSave">
-        保存
-      </a-button>
-    </div>
+      <!-- 页面底部保存取消 -->
+      <div
+        :style="{
+          position: 'absolute',
+          right: 0,
+          bottom: 0,
+          width: '100%',
+          borderTop: '1px solid #e9e9e9',
+          padding: '10px 16px',
+          background: '#fff',
+          textAlign: 'right',
+          zIndex: 1
+        }"
+      >
+        <a-popconfirm title="确定放弃?" @confirm="handleCancel" okText="确定" cancelText="取消">
+          <a-button :style="{ marginRight: '8px' }">返回</a-button>
+        </a-popconfirm>
+        <a-button type="primary" @click="addSave">
+          保存
+        </a-button>
+      </div>
     </a-modal>
   </div>
 </template>