From 4b511a9e8a23bdb8a4d0d2e6c1c1cd453e74694d Mon Sep 17 00:00:00 2001 From: shaoying Date: Sat, 5 Jun 2021 17:57:16 +0800 Subject: [PATCH] opt some --- page/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/page/index.css b/page/index.css index 0f91c1e8..919971d3 100644 --- a/page/index.css +++ b/page/index.css @@ -366,6 +366,9 @@ fieldset>form.option>div.item input.args.tiny { fieldset>form.option>div.item input.args { width:82px; height:21px; font-size:16px; } +fieldset>form.option>div.item input[name=text] { + width:240px; +} fieldset>form.option>div.item input[name=cmd] { background-color:black; color:white; width:160px;