Commit 8adb9a00451a7ec2c97e03546c749808d972f7a4

Authored by 徐烜
1 parent 830b3b60

Update

src/main/resources/static/pages/scheduleApp/module/common/dts2/ttinfotable/saTimeTableTemplate.html
... ... @@ -188,7 +188,7 @@
188 188 }
189 189  
190 190 .tt_table>.tt_table_head {
191   - border-bottom: 2px solid #8e44ad;
  191 + border-bottom: 2px solid #96b9d7;
192 192 }
193 193  
194 194 .tt_table dl {
... ... @@ -326,7 +326,7 @@
326 326 ng-init="colIndex = $index"
327 327 ng-click="$saTimeTableCtrl.$$cell_click(rowIndex, colIndex, cell)"
328 328 ng-dblclick="$saTimeTableCtrl.$$cell_dbclick(rowIndex, colIndex, cell)"
329   - ng-if="$index == 0" style="width: 55px; border-right: 2px solid #8e44ad;">
  329 + ng-if="$index == 0" style="width: 55px; border-right: 2px solid #96b9d7;">
330 330 {{cell.fcsj}}
331 331 </dd>
332 332  
... ...