小优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user