Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 258 Bytes

layout-padding.md

File metadata and controls

10 lines (9 loc) · 258 Bytes
<View className="bg-black">
  <ClLayout padding="normal" paddingDirection="around">
    <View className="bg-cyan" style={{ height: "100%", width: "100%" }}>
      上下左右黑色的内容是 padding 的距离
    </View>
  </ClLayout>
</View>