提交 064af212 编写于 作者: 骆昊的技术专栏's avatar 骆昊的技术专栏

修改了add.html样式代码

上级 39f70bd3
......@@ -3,13 +3,19 @@
<head>
<meta charset="UTF-8">
<title>添加</title>
<style>
.err {
color: red;
font-size: 14px;
}
</style>
</head>
<body>
<h2>添加违章记录</h2>
<hr>
<p>
{% for err in errors %}
<div style="color: red; font-size: 12px;">{{ err }}</div>
<div class="err">{{ err }}</div>
{% endfor %}
</p>
<form action="/add" method="post">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册