From fbf958ea928339bc503ba7101ab00fc4e6bcd0ee Mon Sep 17 00:00:00 2001 From: harveyshao Date: Mon, 18 Jul 2022 00:00:31 +0800 Subject: [PATCH] opt some --- page/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/index.css b/page/index.css index af3601cb..7749e587 100644 --- a/page/index.css +++ b/page/index.css @@ -91,7 +91,7 @@ body>div.carte { padding:0; } body>div.carte div.item { background-color:#0e3369b3; padding:3px 12px; } body>div.input div.content { overflow:auto; } body>div.input td { padding:5px; } -body>div.input select { width:179px; } +body>div.input select { width:181px; } body>div.input input[type=text] { width:171px; } body>div.input input[name=password] { padding:5px; border:0; width:171px; background:white; } body>div.input input[name=username] { padding:5px; border:0; width:171px; }