滚动条

This commit is contained in:
shijingjing
2022-04-08 14:54:29 +08:00
parent 821236713c
commit 7c0874b7b3
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" style="overflow-y:scroll;">
<ai-detail v-if="!id || isEdit==true">
<template #title>
<ai-title :title="params.id ? '编辑集体经济股权登记' : '新增集体经济股权登记'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)"></ai-title>

View File

@@ -51,7 +51,7 @@ export default {
</script>
<style lang="scss" scoped>
.AppDishonestExecutee {
.AppLandTransfer {
height: 100%;
}
</style>