李志伟 3 年 前
コミット
3fc6e46282
共有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,7 +84,7 @@ export default (props) => {
84 84
   }
85 85
 
86 86
   return (
87
-    <SpinBox loading={loading} style={{ height: 'calc(100% - 46px)' }}>
87
+    <SpinBox loading={loading}>
88 88
       <scroll-view
89 89
         scrollY
90 90
         style={{ height: '100%' }}

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

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

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

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