zhengyiming
4 天以前 67c311e859c789ddc8a208139e3f7d7dd6fddb99
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 {};