滚动条
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -51,7 +51,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppDishonestExecutee {
|
||||
.AppLandTransfer {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user