inleft
2022-02-28 9c695b19fc896c497c20bda6089f824c1705836c
src/components/swichLabel/main1-show.vue
@@ -1,6 +1,7 @@
<template>
   <div>
      <MyModal ref="myModal"></MyModal>
      <MyPreviewModal ref="MyPreviewModal"></MyPreviewModal>
      <div class="blog-drawer">
         <a-drawer placement="left" :closable="false" :visible="visible1" :getContainer="'body'"
@@ -37,7 +38,8 @@
            <a-col v-bind="colApiRight" ref="myDrawer">
               <!-- <boxRight></boxRight> -->
               <tool @showModal="showModal" @showDrawer1="showDrawer1" @showScreen="showScreen"></tool>
               <tool @showModal="showModal" @showPreview="showPreview" @showDrawer1="showDrawer1"
                  @showScreen="showScreen"></tool>
            </a-col>
         </a-row>
      </div>
@@ -51,6 +53,7 @@
   import articleListScorll from "../group/articleListScorll.vue"
   import tool from "../group/tool.vue"
   import MyModal from "../group/MyModal.vue"
   import MyPreviewModal from "../group/MyPreviewModal.vue"
   export default {
@@ -60,6 +63,7 @@
         articleListScorll,
         tool,
         MyModal,
         MyPreviewModal,
      },
      methods: {
         showScreen() {
@@ -83,6 +87,9 @@
         },
         showModal() {
            this.$refs.myModal.showModal();
         },
         showPreview() {
            this.$refs.MyPreviewModal.showModal();
         },
         afterVisibleChange(val) {},
         showDrawer1() {
@@ -197,8 +204,8 @@
   .blog-main {
      margin-top: 80px;
      padding-left: 5%;
      padding-right: 5%;
      padding-left: 3%;
      padding-right: 3%;
   }
   /*左右两边的盒子容器*/