diff --git a/css/projectList.css b/css/projectList.css index 92c4ca3..44baa33 100644 --- a/css/projectList.css +++ b/css/projectList.css @@ -205,6 +205,10 @@ height: 300px; color: #7f7f7f; } +.boxbox .content .content-left .empty-box .text { + font-size: 14px; + margin-top: 10px; +} .boxbox .content .screen-box { width: 360px; background-color: #fff; diff --git a/css/projectList.less b/css/projectList.less index 012fb64..8730ecd 100644 --- a/css/projectList.less +++ b/css/projectList.less @@ -240,6 +240,10 @@ flex-direction: column; height: 300px; color: #7f7f7f; + .text { + font-size: 14px; + margin-top: 10px; + } } }