右侧滚动条

This commit is contained in:
shijingjing
2022-04-08 14:49:41 +08:00
parent d0ed71cf8f
commit 821236713c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="Add">
<ai-detail v-if="!id || isEdit==true">
<ai-detail v-if="!id || isEdit==true" style="overflow-y:scroll;">
<template #title>
<ai-title :title="params.id ? '编辑集体经济股权登记' : '新增集体经济股权登记'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)"></ai-title>

View File

@@ -60,7 +60,7 @@ export default {
{ prop: "stockCertificateCode", label: '股权编号', align: "center", width: "200px", },
{ prop: "shareholdingNumber", label: '股权总数', align: "center", width: "200px", },
{ prop: "shareholdingAmount", label: '股金总额(元)', align: "center", width: "200px", },
{ prop: "areaName", label: '所在地区', align: "center", width: "200px", },
{ prop: "areaId", label: '所在地区', align: "center", width: "200px", },
{ slot: "options" ,},
]
}