luocong2016
2023-02-22 c2a159155c36dd669d7c32ad661f4e3cbb814a65
fix: 重复点击全屏会抖动 (#2571)

1个文件已修改
4 ■■■ 已修改文件
src/views/demo/feat/full-screen/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>