小优化

This commit is contained in:
weibl
2026-02-10 11:19:50 +08:00
parent 0c7d2bf059
commit 37df4f7d15

View File

@@ -123,8 +123,8 @@ const actionClickFun = (action: any) => {
.project-code {
font-size: 22px;
font-weight: 700;
color: #ffffff;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
color: #545454;
// text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
margin-bottom: 6px;
white-space: nowrap;
overflow: hidden;
@@ -136,8 +136,9 @@ const actionClickFun = (action: any) => {
.project-name {
font-size: 13px;
color: rgba(255, 255, 255, 0.95);
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
// color: rgba(255, 255, 255, 0.95);
color: #545454;
// text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;