From b1bdbb34493d64eb6cd9d8cc0cfb03ea10451f42 Mon Sep 17 00:00:00 2001 From: xxssyyyyssxx Date: Mon, 29 Nov 2021 15:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E7=9A=84input=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_budget_edit.ftl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 6fff1d7..e050350 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -17,6 +17,9 @@ select[readonly] option { display: none; } + input[readonly]{ + background-color: #eee; + }