|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="jg-page-wrap purchaseOrderDetail-wrap">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
- <a-page-header :ghost="false" :backIcon="false" class="header-bar" :style="{ padding: !outBizSn ? '16px 24px' : '0px 24px' }">
|
|
|
+ <a-page-header :ghost="false" :backIcon="false" class="purchaseOrderDetail-cont" :style="{ padding: !outBizSn ? '16px 24px' : '0px 24px' }">
|
|
|
<!-- 自定义的二级文字标题 -->
|
|
|
<template slot="subTitle">
|
|
|
<span class="billno">单号:{{ detail&&detail.purchaseBillNo }}</span>
|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.purchaseOrderDetail-cont{
|
|
|
- margin-bottom: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
.alert-message{
|
|
|
margin-bottom: 20px;
|
|
|
}
|