jQuery MiniUI

 找回密码
 立即注册
查看: 2335|回复: 1
打印 上一主题 下一主题

mini-treegrid多次点击出现横向条框 [复制链接]

Rank: 1

跳转到指定楼层
楼主
发表于 2018-12-10 15:30:28 |只看该作者 |倒序浏览
div id="contractSubtitle_mini" class="mini-treegrid" style="width: 100%; height: 500px;"
                                                        multiSelect="true" treeColumn="demandName" showTreeIcon="true" showTreeLines="true"
                                                        idField="demandSid" parentField="parentSid" resultAsTree="false"
                                                        allowResize="false" checkOnTextClick="false" expandOnLoad="true"
                                                        allowCellEdit="true" showCheckBox="false" checkRecursive="true"
                                                        autoCheckParent="false" expandOnLoad="true" allowDrag="true"
                                                        allowLeafDropIn="true" allowDrop="true" allowCellSelect="true">
                                                        <div property="columns">
                                                                <div type="indexcolumn" width="45" headerAlign="center"
                                                                        field="IDS">序号</div>
                                                                <div field="demandName" name="demandName" width="300"
                                                                        headerAlign="center">
                                                                        名称 <input property="editor" class="mini-textbox" />
                                                                </div>
                                                                <div field="demandCode" name="demandCode" width="300"
                                                                        headerAlign="center">
                                                                        代码 <input property="editor" class="mini-textbox" />
                                                                </div>
                                                                <div field="sublistType" name="sublistType" width="200"
                                                                        headerAlign="center">
                                                                        类型
                                                                        <!--  <input property="editor" class="mini-textbox"  /> -->
                                                                </div>
                                                                <div field="sublistCost" name="sublistCost" width="200"
                                                                        headerAlign="center">
                                                                        目标成本 <input property="editor" class="mini-textbox" />
                                                                </div>
                                                                <div field="remark" name="remark" width="200"
                                                                        headerAlign="center">
                                                                        备注 <input property="editor" class="mini-textbox" />
                                                                </div>
                                                        </div>
                                                </div>

附件: 你需要登录才可以下载或查看附件。没有帐号?立即注册

Rank: 8Rank: 8

沙发
发表于 2018-12-10 15:32:51 |只看该作者
请提供html页面来重现问题,光这段代码看不出什么问题

Archiver|普加软件

GMT+8, 2024-5-6 04:21 , Processed in 1.022413 second(s), 10 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部