ソースを参照

Merge branch 'dev' of http://git.ycjcjy.com/shigongli/miniapp-v2 into dev

张延森 3 年 前
コミット
282c19437e
共有3 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 1
    1
      src/components/CompoentsOrder/complete/index.jsx
  2. 1
    1
      src/components/SlideView/index.jsx
  3. 1
    1
      src/pages/MineUserAll/AllOrder/index.jsx

+ 1
- 1
src/components/CompoentsOrder/complete/index.jsx ファイルの表示

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 ファイルの表示

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

+ 1
- 1
src/pages/MineUserAll/AllOrder/index.jsx ファイルの表示

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'