|
@@ -49,7 +49,7 @@
|
|
@changePageSize="changePageSize"
|
|
@changePageSize="changePageSize"
|
|
@changePage="changePage" />
|
|
@changePage="changePage" />
|
|
<!-- 公告详情 -->
|
|
<!-- 公告详情 -->
|
|
- <notice-detail-modal :openModal="openModal" :itemId="itemId" @close="closeModal" />
|
|
|
|
|
|
+ <notice-detail-modal v-drag :openModal="openModal" :itemId="itemId" @close="closeModal" />
|
|
</a-card>
|
|
</a-card>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -196,7 +196,7 @@ export default {
|
|
},
|
|
},
|
|
setTableH () {
|
|
setTableH () {
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 195
|
|
|
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 240
|
|
}
|
|
}
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
@@ -239,6 +239,5 @@ export default {
|
|
</script>
|
|
</script>
|
|
<style lang="less">
|
|
<style lang="less">
|
|
.noticeList-wrap{
|
|
.noticeList-wrap{
|
|
- margin: -12px -12px 0px;
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|