下单页高亮显示上一个操作的订单,并修复换货名称异常 #13

Merged
longbot merged 3 commits from longbot/WEB:Improvement-order-page into main 2025-08-25 08:09:36 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit b432b3af17 - Show all commits

3
src/style/order-list.css Normal file
View File

@ -0,0 +1,3 @@
.selected-line-order-protable {
background-color: #add8e6;
}