| | |
| | | { |
| | | "globals": { |
| | | "AppLocalConfig": true, |
| | | "BackType": true, |
| | | "Component": true, |
| | | "ComponentPublicInstance": true, |
| | | "ComputedRef": true, |
| | | "DirectiveBinding": true, |
| | | "EffectScope": true, |
| | | "ExtractDefaultPropTypes": true, |
| | | "ExtractPropTypes": true, |
| | | "ExtractPublicPropTypes": true, |
| | | "InjectionKey": true, |
| | | "MaybeRef": true, |
| | | "MaybeRefOrGetter": true, |
| | | "OssAssets": true, |
| | | "PropType": true, |
| | | "Ref": true, |
| | | "RouterPath": true, |
| | | "Slot": true, |
| | | "Slots": true, |
| | | "TabBarPageRouter": true, |
| | | "TaskStatus": true, |
| | | "TaskStatusColor": true, |
| | | "TaskStatusText": true, |
| | | "VNode": true, |
| | | "WritableComputedRef": true, |
| | | "acceptHMRUpdate": true, |
| | |
| | | "mapStores": true, |
| | | "mapWritableState": true, |
| | | "markRaw": true, |
| | | "myClient": true, |
| | | "nextTick": true, |
| | | "onActivated": true, |
| | | "onBeforeMount": true, |
| | |
| | | "toValue": true, |
| | | "triggerRef": true, |
| | | "unref": true, |
| | | "useAccessLogin": true, |
| | | "useAccessPersonalInfo": true, |
| | | "useAttrs": true, |
| | | "useAuth": true, |
| | | "useCssModule": true, |
| | | "useCssVars": true, |
| | | "useGoLogin": true, |
| | | "useId": true, |
| | | "useIsLogin": true, |
| | | "useLink": true, |
| | | "useLoginedJump": true, |
| | | "useModel": true, |
| | | "useMyCertificationAuditInfo": true, |
| | | "useRoute": true, |
| | | "useRouter": true, |
| | | "useSlots": true, |
| | | "useSwitchTab": true, |
| | | "useTemplateRef": true, |
| | | "useUser": true, |
| | | "useUserResume": true, |
| | | "watch": true, |
| | | "watchEffect": true, |
| | | "watchPostEffect": true, |
| | | "watchSyncEffect": true, |
| | | "AppLocalConfig": true, |
| | | "BackType": true, |
| | | "HomeOrderType": true, |
| | | "OssAssets": true, |
| | | "TabBarPageRouter": true, |
| | | "TaskStatus": true, |
| | | "TaskStatusColor": true, |
| | | "TaskStatusText": true, |
| | | "myClient": true, |
| | | "useAccessLogin": true, |
| | | "useAccessPersonalInfo": true, |
| | | "useAuth": true, |
| | | "useGoLogin": true, |
| | | "useIsLogin": true, |
| | | "useLoginedJump": true, |
| | | "useMyCertificationAuditInfo": true, |
| | | "useSwitchTab": true, |
| | | "useTaskList": true, |
| | | "useUser": true, |
| | | "useUserResume": true, |
| | | "useUpdateResume": true |
| | | } |
| | | } |
| | |
| | | direction, |
| | | { fullHeight, noContent: !showPaneContent, flexTitle, noSmile: !showSmile }, |
| | | ]" |
| | | :style="tabsStyle" |
| | | > |
| | | <div :class="['pro-tabs__titles_wrapper', { isTransparent }]"> |
| | | <scroll-view |
| | |
| | | return { marginLeft: px, marginRight: px }; |
| | | }); |
| | | const refRandomId = Math.random().toString(36).slice(-8); |
| | | |
| | | const systemInfo = Taro.getSystemInfoSync(); |
| | | console.log('systemInfo: ', systemInfo); |
| | | |
| | | const tabsStyle = computed(() => { |
| | | if (systemInfo.platform === 'ios') { |
| | | return { overflow: 'visible' }; |
| | | } else { |
| | | return {}; |
| | | } |
| | | }); |
| | | </script> |
| | | |
| | | <style lang="scss"> |