From 2f34531c6056febc15c610e3fc624c509436b805 Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 25 Jan 2021 01:14:35 +0800 Subject: [PATCH] opt some --- page/index.css | 1 + plugin/local/team/plan.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/page/index.css b/page/index.css index 532cf700..4c02fd3e 100644 --- a/page/index.css +++ b/page/index.css @@ -245,6 +245,7 @@ fieldset>div.output div.project { fieldset>div.output div.project div.item { padding:2px 10px; text-align:left; clear:both; cursor:pointer; + white-space:pre; } fieldset>div.output div.project div.item:hover { background-color:red; diff --git a/plugin/local/team/plan.css b/plugin/local/team/plan.css index e251d25d..dbab07fa 100644 --- a/plugin/local/team/plan.css +++ b/plugin/local/team/plan.css @@ -24,3 +24,7 @@ fieldset.plan>div.output td.over { fieldset.plan>div.output td div.date { color:gray; } +fieldset.plan>div.output div.project { + max-height:400px; + overflow:auto; +}