liyupi/yulegeyu

Found a Error

Opened this issue · 0 comments

  1. 打包时发现了一个错误:
    src/pages/IndexPage.vue:33:68 - error TS2345: Argument of type 'null' is not assignable to parameter of type 'GameConfigType | undefined'.

         33      <a-button block style="margin-bottom: 16px" @click="toGamePage(null)">
    
  2. 还有发现偶尔会出现剩余几个卡片均不相同,无法消除。

  3. 建议更改鼠标样式,给卡片加上hover或者点击效果。

  4. 移出的卡片栏长度的变化会影响整个界面布局的变化,建议改固定定位。

  5. 快速点击撤回或者移出时,偶尔会出现吞卡片的现象