From b432b3af176d868053237cd85f76138375fbb3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=8F=91?= Date: Mon, 25 Aug 2025 16:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85:=20=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/order-list.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/style/order-list.css diff --git a/src/style/order-list.css b/src/style/order-list.css new file mode 100644 index 0000000..f43dc6a --- /dev/null +++ b/src/style/order-list.css @@ -0,0 +1,3 @@ +.selected-line-order-protable { + background-color: #add8e6; +} \ No newline at end of file