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,7 +188,7 @@
188 } 188 }
189 189
190 .tt_table>.tt_table_head { 190 .tt_table>.tt_table_head {
191 - border-bottom: 2px solid #8e44ad; 191 + border-bottom: 2px solid #96b9d7;
192 } 192 }
193 193
194 .tt_table dl { 194 .tt_table dl {
@@ -326,7 +326,7 @@ @@ -326,7 +326,7 @@
326 ng-init="colIndex = $index" 326 ng-init="colIndex = $index"
327 ng-click="$saTimeTableCtrl.$$cell_click(rowIndex, colIndex, cell)" 327 ng-click="$saTimeTableCtrl.$$cell_click(rowIndex, colIndex, cell)"
328 ng-dblclick="$saTimeTableCtrl.$$cell_dbclick(rowIndex, colIndex, cell)" 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 {{cell.fcsj}} 330 {{cell.fcsj}}
331 </dd> 331 </dd>
332 332