Parcourir la source

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

张延森 il y a 3 ans
Parent
révision
282c19437e

+ 1
- 1
src/components/CompoentsOrder/complete/index.jsx Voir le fichier

@@ -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 Voir le fichier

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

+ 1
- 1
src/pages/MineUserAll/AllOrder/index.jsx Voir le fichier

@@ -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'