zhengyiming
5 天以前 6754c0ab6f6b74513ff4b03876e33c7636dbaa4f
packages/components/src/Tabs/ProTabs.vue
@@ -406,10 +406,9 @@
const refRandomId = Math.random().toString(36).slice(-8);
const systemInfo = Taro.getSystemInfoSync();
console.log('systemInfo: ', systemInfo);
const tabsStyle = computed(() => {
  if (systemInfo.platform === 'ios') {
  if (systemInfo.platform.toLowerCase() === 'ios') {
    return { overflow: 'visible' };
  } else {
    return {};