...
|
...
|
@@ -279,6 +279,7 @@ export default { |
|
|
font-size: 40px;
|
|
|
color: #fff;
|
|
|
line-height: 56px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -357,11 +358,11 @@ export default { |
|
|
overflow: hidden;
|
|
|
z-index: 1;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
margin-left: -48px;
|
|
|
|
|
|
.title-inner {
|
|
|
max-width: 90%;
|
|
|
font-weight: bold;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
...
|
...
|
|