09 2021 档案

摘要:public function getContentAttr($value, $data) { if (isset($data['content']) && !empty($data['content'])) { $content = $data['content']; $content = str 阅读全文
posted @ 2021-09-30 17:11 U丶Zero 阅读(505) 评论(0) 推荐(0)
摘要:Fast.config.openArea = ['100%','100%']; 以上方法只针对单一页面生效,如果想要全局设置: 打开文件I: public\assets\js\fast.js 找到Line150,把原先的area定义注释掉,重起一行代码: area: ["80%", "90%"], 阅读全文
posted @ 2021-09-30 14:48 U丶Zero 阅读(351) 评论(0) 推荐(0)
摘要:{field: 'intro', title: __('Intro'), operate: 'LIKE',cellStyle: {css: {"max-width": "300px","white-space":"pre-line","word-wrap":"break-word","word-br 阅读全文
posted @ 2021-09-15 09:42 U丶Zero 阅读(540) 评论(0) 推荐(0)