Open luckean opened 1 week ago
4.2.6
正式
https://hm5rpp-5173.csb.app/
<script setup lang="ts"> import { Tabs,TabPane } from 'ant-design-vue/es'; const tabs = ['中文anc','中文/','中文中文','中文中文中文','中文中文中文中文中文','英文英文英文英文英文']; </script> <template> <div> <Tabs> <TabPane v-for="(item,index) in tabs" :key="index" :tab="item"></TabPane> </Tabs> </div> </template>
期望修复
出现小数点之后,计算出错,无法隐藏更多的图标
Version
4.2.6
Environment
正式
Reproduction link
https://hm5rpp-5173.csb.app/
Steps to reproduce
What is expected?
期望修复
What is actually happening?
出现小数点之后,计算出错,无法隐藏更多的图标