Commit 7b7afaef by peijy

打印准考证,注意事项去掉

parent 381582e6
......@@ -228,11 +228,11 @@
<th style="height: 30px;text-align: center;">{{ form.examAddress }}</th>
</tr>
</table>
<br/>
<div style="width: 800px;height:600px; margin: auto">
<b style="font-size: 16px; line-height: 30px">注意事项:</b>
<p v-html="form.notice" style="line-height: 22px; font-size: 14px"></p>
</div>
<!-- <br/>-->
<!-- <div style="width: 800px;height:600px; margin: auto">-->
<!-- <b style="font-size: 16px; line-height: 30px">注意事项:</b>-->
<!-- <p v-html="form.notice" style="line-height: 22px; font-size: 14px"></p>-->
<!-- </div>-->
</div>
</el-card>
<div slot="footer" class="dialog-footer">
......@@ -609,7 +609,7 @@ export default {
.main {
width: 95%;
height: 1200px;
//height: 1200px;
margin: auto;
border: 1px solid rgb(101, 98, 98);
}
......
......@@ -48,8 +48,8 @@ module.exports = {
//学校内网
// target: `http://10.20.100.201:57321`,
// target: `http://47.105.176.202:5115`,
target: `http://172.16.100.114:5131`,
// target: 'http://192.168.31.14:5131',
// target: `http://172.16.100.96:5131`,
target: 'http://192.168.31.12:5131',
// target: `http://172.18.6.157:8848`,
changeOrigin: true,
pathRewrite: {
......
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