From f6612cc130d2f6c0181e6b55afe56b1b43ae40ee Mon Sep 17 00:00:00 2001 From: xxssyyyyssxx Date: Thu, 4 Nov 2021 11:31:02 +0800 Subject: [PATCH] =?UTF-8?q?select=20readonly=E7=9A=84=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_budget_edit.ftl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 86c7105..d9c43de 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -13,6 +13,10 @@ margin-left: 0; margin-top: 0!important; } + + select[readonly] option { + display: none; + }