Explorar o código

fix: 重复点击全屏会抖动 (#2571)

luocong2016 %!s(int64=2) %!d(string=hai) anos
pai
achega
c2a159155c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/demo/feat/full-screen/index.vue

+ 3 - 1
src/views/demo/feat/full-screen/index.vue

@@ -1,7 +1,9 @@
 <template>
   <PageWrapper title="全屏示例">
     <CollapseContainer class="w-full h-32 bg-white rounded-md" title="Window Full Screen">
-      <a-button type="primary" @click="enter" class="mr-2"> Enter Window Full Screen </a-button>
+      <a-button type="primary" :disabled="isFullscreen" @click="enter" class="mr-2">
+        Enter Window Full Screen
+      </a-button>
       <a-button color="success" @click="toggle" class="mr-2"> Toggle Window Full Screen </a-button>
 
       <a-button color="error" @click="exit" class="mr-2"> Exit Window Full Screen </a-button>