wupengfei
4 天以前 538f0972c19b96af2ee361c6af4fc86c41127171
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 {};