浏览代码

1.修改ScedulePage布局

zhangmengjie 5 年之前
父节点
当前提交
c34d47f0af
共有 2 个文件被更改,包括 12 次插入4 次删除
  1. 10 2
      pages/components/PersonalInfo.js
  2. 2 2
      pages/components/SchedulePage.js

+ 10 - 2
pages/components/PersonalInfo.js

@@ -76,9 +76,17 @@ export default class PersonalInfo extends BasePage {
                   height: "90%",
                   alignItems: "center",
                   justifyContent: "center",
-                  borderRadius: 20
+                  borderRadius: 20,
+                  overflow: "hidden"
                 }}
-              />
+              >
+                <Header
+                  uri="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1295208965,3056573814&amp;fm=26&amp;gp=0.jpg"
+                  username="卡通笨笨熊"
+                  flowerNumber="123234"
+                  onPress={() => this.toNextPage("MainActivity")}
+                />
+              </View>
             </View>
             <View
               style={{

+ 2 - 2
pages/components/SchedulePage.js

@@ -214,8 +214,8 @@ export default class SchedulePage extends BasePage {
   loadFlatItem(data) {
     return (
       <ScheduleFlatItem
-        width={this.getWindowWidth() * 0.95}
-        height={60}
+        width={this.getWindowWidth() * 0.9}
+        height={50}
         data={data}
         onPress={() => this.aa(data.videourl)}
       />