From fc285b1f0c42f75b56bdfba48500105f503f303f Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Thu, 16 Nov 2023 18:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/house/list-summary.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/house/list-summary.html b/src/main/resources/templates/house/list-summary.html index 8066cdb..21bf784 100644 --- a/src/main/resources/templates/house/list-summary.html +++ b/src/main/resources/templates/house/list-summary.html @@ -35,6 +35,7 @@ #contentBody .center .main .floor .unit .house {width: 200px; height: 100px; border: 1px solid #e6e6e6; box-sizing: border-box; display: inline-block; font-size: 14px; cursor: pointer; text-align: center; line-height: 100px; user-select:none; transition: background-color .3s, font-weight .3s;} #contentBody .center .main .floor .unit .house:hover {font-weight: bold; background-color: #f2f2f2;} #contentBody .center .main .floor .unit .house .info {display: flex; justify-content: center; align-items: center;} + #contentBody .center .main .floor .unit .house .info .name {} #contentBody .center .main .floor .unit .house .info .option {display: none;}