Ver Fonte

修改样式

chenrui há 2 anos atrás
pai
commit
46bca8462d

+ 5 - 0
src/views/financialManagement/collectionDetailStatic/invoiceModal.vue

@@ -173,3 +173,8 @@ export default {
   }
 }
 </script>
+<style lang="less" scoped>
+ .ant-form-item{
+   margin-bottom:0 !important;
+ }
+</style>

+ 5 - 0
src/views/financialManagement/collectionDetailStatic/noteModal.vue

@@ -108,3 +108,8 @@ export default {
   }
 }
 </script>
+<style lang="less" scoped>
+  .ant-form-item{
+    margin-bottom:0 !important;
+  }
+</style>

+ 6 - 1
src/views/financialManagement/collectionDetailStatic/printModal.vue

@@ -14,7 +14,7 @@
         :model="form"
         :label-col="formItemLayout.labelCol"
         :wrapper-col="formItemLayout.wrapperCol">
-        <a-form-model-item label="收款单号:" prop="no"> <span>{{ form.no }}{{ form.printStatus=='UNABLE_PRINT'?'(暂不打印)':form.printStatus=='CANCEL_PRINT'?'(取消打印)':'' }}</span>
+        <a-form-model-item label="收款单号:" prop="no"> <span>{{ form.no }}{{ form.printStatus=='UNABLE_PRINT'?'(暂不打印)':form.printStatus=='CANCEL_PRINT'?'(取消打印)':'' }}</span>
         </a-form-model-item>
         <a-form-model-item label="付款方:" prop="payerName"> <span>{{ form.payerName }}</span>
         </a-form-model-item>
@@ -117,3 +117,8 @@ export default {
   }
 }
 </script>
+<style lang="less" scoped>
+  .ant-form-item{
+    margin-bottom:0 !important;
+  }
+</style>