2
schangxiang@126.com
2024-08-16 b47c50a2a514def7374b32d7194b2c599cba5625
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div ng-init="init()">
     <div style="margin-top:148px;"></div>
          <div ng-style="setStyle({top: '148px',position: 'absolute', width:screen.width + 'px'})">
 
               <div class="machine_btn" ng-repeat="d in data">
               <div><span ng-bind="d.ConveyorName"></span></div>
               <button ng-style="setStyle({width:'180px', height:'100px', background:d.$background})" ng-disabled="d.$disabled" ng-click="view(d)"></button>
          </div>
 
          <div class="clear"></div>
     </div>
 
</div>