inleft
2022-08-05 2795bef55b825acd0065d991e835c5f616ec4724
src/components/swichLabel/main1-home.vue
@@ -30,6 +30,9 @@
                     <a-button @click="showDrawer" style="padding:0px 10px">
                        <a-icon type="left-circle" />
                     </a-button>
                     <a-button @click="showMessage" style="margin-top:10px;padding:0px 10px">
                        <a-icon type="message" />
                     </a-button>
                  </a-affix>
               </a-col>
               <keep-alive>
@@ -40,7 +43,8 @@
            </a-col>
            <a-col v-bind="colApiRight">
               <tool @showModal="showModal" @showPreview="showPreview" @showScreen="showScreen" @showMessage="showMessage" />
               <tool @showModal="showModal" @showPreview="showPreview" @showScreen="showScreen"
                  @showMessage="showMessage" />
            </a-col>
         </a-row>
      </div>