Commit 3022c41d by 潘际乾

页面样式修改

parent 49ef3d90
......@@ -6,7 +6,13 @@
<script>
export default {
props: ['height'],
props: {
height: {
type: Number,
require: false,
default: 220
}
},
data() {
return {
clientHeight: '',
......
......@@ -14,7 +14,7 @@
<c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick">
<el-tab-pane label="内容" name="ovwp">
<!--PD000001 -->
<c-content :height="220">
<c-content>
<m-ovwp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
......@@ -33,9 +33,7 @@
-->
<el-tab-pane label="银行明细" name="detp1">
<!--PD000452 -->
<c-content :height="220">
<m-detp1 :model="model" :codes="codes" />
</c-content>
<m-detp1 :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="明细" name="detp">
<!--PD000077 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment