* Modify the style of copy project title.

This commit is contained in:
liumengyi
2024-03-22 14:11:05 +08:00
parent a2943e8878
commit 26af9fbd9d
+1 -1
View File
@@ -109,7 +109,7 @@ if(!empty($copyProjects))
set('data-id', $id),
set('data-pinyin', zget($copyPinyinList, $name, '')),
icon(setClass('text-gray'), $lang->icons['project']),
span($name, set::title($name))
span($name, set::title($name), setClass('text-left'))
);
}
}