@ledvance/group-ui-biz-bundle 1.0.157 → 1.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@ const MoodItem = (props: MoodItemProps) => {
|
|
|
78
78
|
<View style={styles.contentContainer}>
|
|
79
79
|
{/* 顶部内容 */}
|
|
80
80
|
<View style={styles.row}>
|
|
81
|
-
<Text style={styles.headText}>{mood.name}</Text>
|
|
81
|
+
<Text style={styles.headText} numberOfLines={2}>{mood.name}</Text>
|
|
82
82
|
{/* checkbox 的 TouchableOpacity 现在也应用了阴影样式 */}
|
|
83
83
|
<TouchableOpacity style={styles.checkbox} onPress={() => onSwitch(!enable)}>
|
|
84
84
|
<Image
|