lilei 2 yıl önce
ebeveyn
işleme
b2f59bb182
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      src/views/setting/notice/list.vue

+ 2 - 3
src/views/setting/notice/list.vue

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