From a3a22a02629022342248957d7dfc9b43f2407371 Mon Sep 17 00:00:00 2001 From: jiangzeyin Date: Thu, 3 Jan 2019 19:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=8A=A4=E7=9B=91=E6=8E=A7=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=8E=B7=E5=8F=96id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/vm/manage/projectInfo.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/vm/manage/projectInfo.vm b/src/main/resources/vm/manage/projectInfo.vm index 7277e3585..431d24630 100644 --- a/src/main/resources/vm/manage/projectInfo.vm +++ b/src/main/resources/vm/manage/projectInfo.vm @@ -122,7 +122,7 @@ } rgb = hslToRgb.apply(this, HSL[size - 1]); } - return "
" + (d.runLibDesc || "") + " / " + (d.useLibDesc || "") + "
"; + return "
" + (d.runLibDesc || "") + " / " + (d.useLibDesc || "") + "
"; } }, {field: 'createTime', title: '创建时间', width: '13%'},