nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div>
     <div style="width: 100%;height:40px;">
         <input type="text" class="jimu-input" style="min-width: 215px; float: left;" value="" data-dojo-attach-point="keyNode" />
         <div  class="jimu-btn" data-dojo-attach-event="click:query"> 查询</div>
 
     </div>
     <div data-dojo-attach-point="qjGrid" id="qjGrid" style="height:95%;width: 100%;">
             <div class="load-box-list">
                 <div class="rote-load">
                     <img src="./images/rote.jpg" alt="">
                     <span>正在加载</span>
                 </div>
             </div>
 
     </div>
 
    <div style="width: 100%;height:40px;padding: 10px;">
        <label style="color: red;"></label>
    </div>
</div>