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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div  class="form-body form-inline" style="width:100%; height: 300px;">
    <div style="width:100%; height: 300px;">
        <div style="width:100%;float:left">
            <div class="form-group" style="width:100%; height: 30px;">
                <label class="col-md-3 control-label" style="font-weight:normal;float:left;"  data-dojo-attach-point="shangchuanren"  >上传人:</label>
                <div class="col-md-9" style="font-weight:normal;float:left;" >
                    <span data-dojo-attach-point="creator" >--</span> 
                </div>
            </div> 
            <div class="form-group" style="width:100%; height: 30px;">
                <label class="col-md-3 control-label" style="font-weight:normal;float:left;"  data-dojo-attach-point="mingcheng" >名称:</label>
                <div class="col-md-9" style="font-weight:normal;float:left;" >
                    <span data-dojo-attach-point="name" >--</span> 
                </div>
            </div> 
            <div class="form-group"  style="width:100%; height: 30px;">
                <label class="col-md-3 control-label" style="font-weight:normal;float:left;"  data-dojo-attach-point="weizhi">位置描述:</label>
                <div class="col-md-9" style="font-weight:normal;float:left;">
                     <span data-dojo-attach-point="location" >--</span> 
                </div>
            </div> 
 
             
            <div class="form-group" style="width:100%; height: 160px;">
                <label class="col-md-3 control-label" style="font-weight:normal;"  data-dojo-attach-point="miaoshu">描述:</label>
                <div class="col-md-9"> 
                  <div data-dojo-attach-point="nt" style="height: 130px;overflow-y: auto;" >--</div>   
                </div>
            </div>
        </div>
 
    </div>
 
</div>