李志伟 3 gadus atpakaļ
vecāks
revīzija
3fc6e46282

+ 1
- 1
src/components/CompoentsOrder/complete/index.jsx Parādīt failu

84
   }
84
   }
85
 
85
 
86
   return (
86
   return (
87
-    <SpinBox loading={loading} style={{ height: 'calc(100% - 46px)' }}>
87
+    <SpinBox loading={loading}>
88
       <scroll-view
88
       <scroll-view
89
         scrollY
89
         scrollY
90
         style={{ height: '100%' }}
90
         style={{ height: '100%' }}

+ 1
- 1
src/components/SlideView/index.jsx Parādīt failu

56
             const { height } = res[0]
56
             const { height } = res[0]
57
             if (height && height !== contentHeightRef.current) {
57
             if (height && height !== contentHeightRef.current) {
58
               setActStyle({
58
               setActStyle({
59
-                height: `calc(${height}px - 30px)`,
59
+                height: `calc(${height}px - 20px)`,
60
               })
60
               })
61
               contentHeightRef.current = height
61
               contentHeightRef.current = height
62
             }
62
             }

+ 1
- 1
src/pages/MineUserAll/AllOrder/index.jsx Parādīt failu

53
       <view className='index-navbar'>
53
       <view className='index-navbar'>
54
         <CustomNav title='我的订单' />
54
         <CustomNav title='我的订单' />
55
       </view>
55
       </view>
56
-      <View className='index-container'>
56
+      <View className='index-container' style={{display:'flex',flexDirection:'column',boxSizing:'border-box'}}>
57
         <view className='index-tabs'>
57
         <view className='index-tabs'>
58
           <mp-tabs
58
           <mp-tabs
59
             tabClass='tabs-Unselected'
59
             tabClass='tabs-Unselected'