fix<已知bug>

v2
liyansheng 2024-12-22 22:17:43 +08:00
parent 366eee15a7
commit 55053e635c
2 changed files with 6 additions and 9 deletions

View File

@ -92,7 +92,7 @@
<input type="submit" value="我已确认"> <input type="submit" value="我已确认">
</form> </form>
<br> <br>
<a href="/orders">返回订单列表</a> <a href="/orders?action=my">返回订单列表</a>
</div> </div>
</body> </body>
</html> </html>

View File

@ -31,11 +31,6 @@
margin-top: 20px; margin-top: 20px;
} }
a {
color: #4682b4;
text-decoration: none;
margin: 0 10px;
}
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
@ -121,9 +116,11 @@
</div> </div>
<h1>订单列表</h1> <h1>订单列表</h1>
<a href="/orders?action=all">全部</a> | <div>
<p> <a href="/orders?action=all">全部</a> |
<a href="/orders?action=waiting">待发货</a> | <a href="/orders?action=waiting">待发货</a> |
<a href="/orders?action=sent">已发货</a> <a href="/orders?action=sent">已发货</a></p>
</div>
<br> <br>
<br> <br>
<table border="1"> <table border="1">