|  |  | 
 |  |  |             float: left; | 
 |  |  |             width: 16%; | 
 |  |  |             text-align: center; | 
 |  |  |             margin-top: 10px; | 
 |  |  |         } | 
 |  |  |         .io-mode-box label { | 
 |  |  |             font-weight: bolder; | 
 |  |  | 
 |  |  |  | 
 |  |  |             <!-- plc异常日志监控版 --> | 
 |  |  |             <div id="plc-error" class="main-board" style="padding-left: 10px"> | 
 |  |  |                 <!-- 头部 --> | 
 |  |  | <!--                <div class="plc-log-header">--> | 
 |  |  | <!--                    <!– 设备任务操作 –>--> | 
 |  |  | <!--                    <div class="io-mode-oper">--> | 
 |  |  | <!--                        <fieldset>--> | 
 |  |  | <!--                            <legend>入出库模式(IO-Mode)</legend>--> | 
 |  |  | <!--                            <div class="io-mode-box">--> | 
 |  |  | <!--                                <label>F2</label>--> | 
 |  |  | <!--                                <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>--> | 
 |  |  | <!--                            </div>--> | 
 |  |  | <!--                            <div class="io-mode-box">--> | 
 |  |  | <!--                                <label>F4</label>--> | 
 |  |  | <!--                                <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>--> | 
 |  |  | <!--                            </div>--> | 
 |  |  | <!--                        </fieldset>--> | 
 |  |  | <!--                    </div>--> | 
 |  |  | <!--                    <!–            <div style="height: 40%">–>--> | 
 |  |  | <!--                    <!–                <span>东侧PLC执行指令</span>–>--> | 
 |  |  | <!--                    <!–            </div>–>--> | 
 |  |  | <!--                    <!–            <div style="height: 40%">–>--> | 
 |  |  | <!--                    <!–                <span>西侧PLC执行指令</span>–>--> | 
 |  |  | <!--                    <!–            </div>–>--> | 
 |  |  | <!--                    <!–                    <div>–>--> | 
 |  |  | <!--                    <!–                        <span style="color: #1E9FFF">PLC异常信息表:</span>–>--> | 
 |  |  | <!--                    <!–                    </div>–>--> | 
 |  |  | <!--                </div>--> | 
 |  |  |                 <!-- 主体 --> | 
 |  |  |                 <div class="plc-log-body"> | 
 |  |  |                     <div> | 
 |  |  | 
 |  |  |                     <table id="plc-error-table"> | 
 |  |  |                         <thead> | 
 |  |  |                         <tr> | 
 |  |  |                             <th style="width: 200px">序号</th> | 
 |  |  |                             <th style="width: 200px">站点</th> | 
 |  |  |                             <th style="width: 400px">PLC错误描述</th> | 
 |  |  |                             <th style="width: 400px">异常</th> | 
 |  |  |                         </tr> |