mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
数据列表新增圆点,文本颜色,文本微章+细节优化
This commit is contained in:
@ -703,6 +703,27 @@ class FormHandleModule
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
// 字段
|
||||
case 'field' :
|
||||
// 是否开启弹出提示
|
||||
if(isset($v['is_popover']) && $v['is_popover'] == 1)
|
||||
{
|
||||
// 是否指定弹出提示数据字段
|
||||
if(empty($v['popover_field']) && !empty($v['view_key']) && !is_array($v['view_key']))
|
||||
{
|
||||
$v['popover_field'] = $v['view_key'];
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
// 图片
|
||||
case 'images' :
|
||||
if(empty($v['images_shape']))
|
||||
{
|
||||
$v['images_shape'] = 'radius';
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user