|
|
@@ -331,6 +331,7 @@ $transition: all 0.5s;
|
|
|
background-size: 20px 20px; /* 或 contain, 100% 等 */
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
+ flex: 0 0 50px;
|
|
|
}
|
|
|
.file-grid-icon-1{
|
|
|
background-color: #dcfce7;
|
|
|
@@ -346,7 +347,7 @@ $transition: all 0.5s;
|
|
|
color: #333;
|
|
|
font-size: 14px;
|
|
|
overflow: hidden;
|
|
|
- width: 130px;
|
|
|
+ max-width: 130px;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|