@steedos-widgets/sortable 3.6.4-beta.5 → 3.6.4-beta.7

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.
@@ -55734,7 +55734,7 @@ function getMobileLines(tpls){
55734
55734
  }
55735
55735
  if(isLeft){
55736
55736
  // 左侧半行
55737
- lineChildrenClassName = "steedos-listview-item-left truncate h-5";
55737
+ lineChildrenClassName = "steedos-listview-item-left truncate";
55738
55738
  if(item.field.is_wide){
55739
55739
  // 左侧全行样式可以单独写,如果需要配置两行省略号效果,可以加样式类 two-lines-truncate
55740
55740
  lineChildrenClassName = "steedos-listview-item-wide";
@@ -55746,7 +55746,7 @@ function getMobileLines(tpls){
55746
55746
  }
55747
55747
  else {
55748
55748
  // 右侧半行,这里加样式类 flex flex-shrink-0,是为了省略号只显示在左半行,右半行文字一般比较短,如果也加省略号效果的话,左侧文字多的话,右侧没几个字就显示省略号了
55749
- lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0 h-5";
55749
+ lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0";
55750
55750
  }
55751
55751
  //支持字段amis属性配置classname,识别classname的类型,与原样式合并
55752
55752
  var className;