Commit fa515a2b authored by zhengke's avatar zhengke

修改

parent 074ff39e
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
.OCourseTable { .OCourseTable {
width: 400px; width: 600px;
text-align: center; text-align: center;
} }
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<td>{{sItem.AdvisorStatusName}}</td> <td>{{sItem.AdvisorStatusName}}</td>
<td>{{sItem.AdvisorDate}}</td> <td>{{sItem.AdvisorDate}}</td>
<td>{{sItem.AdvisorRate}}</td> <td>{{sItem.AdvisorRate}}</td>
<td>{{sItem.AdvisorRemark}}</td> <td style="width:300px;text-align:left;">{{sItem.AdvisorRemark}}</td>
</tr> </tr>
</table> </table>
</q-banner> </q-banner>
......
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