Commit fe84e207 authored by 黄奎's avatar 黄奎

111

parent a3cf976a
......@@ -65,10 +65,13 @@
<tbody :key="`r_tb_`+rootIndex">
<template v-for="(timeItem,timeIndex) in TimeList">
<tr :key="`r_time_`+rootIndex+timeIndex">
<td style="width:120px;">
{{timeItem.Name}}({{timeItem.ClassHours}}课时)
<td style="width:120px;background:#385491;color:white;">
<q-tooltip>
{{timeItem.StartTime}}~{{timeItem.EndTime}}
</q-tooltip>
{{timeItem.Name}}
<br />
{{timeItem.StartTime}}~{{timeItem.EndTime}}
({{timeItem.ClassHours}}课时)
</td>
<template v-for="(aItem, aIndex) in rootItem.RList">
<template v-if="aItem.Dept_Id==8">
......@@ -446,6 +449,10 @@
min-width: 100%;
}
.viewbox .appointtable th {
background: #C2D6EC;
}
.viewbox .appointtable td,
.viewbox .appointtable th {
border-right: 1px solid #2a363b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment