Commit 7b7afaef by peijy

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

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