diff --git a/css/projectList.css b/css/projectList.css index 3778aac..8e1d1ea 100644 --- a/css/projectList.css +++ b/css/projectList.css @@ -200,6 +200,11 @@ color: #7f7f7f; line-height: 20px; } +.boxbox .content .content-left .empty-box { + flex-direction: column; + height: 100%; + color: #7F7F7F; +} .boxbox .content .screen-box { width: 360px; background-color: #fff; diff --git a/css/projectList.less b/css/projectList.less index 1da98ae..42646ba 100644 --- a/css/projectList.less +++ b/css/projectList.less @@ -235,6 +235,12 @@ // } } } + + .empty-box { + flex-direction: column; + height: 100%; + color: #7F7F7F; + } } .screen-box {