|
@@ -276,11 +276,14 @@ export default {
|
|
|
.text {
|
|
|
background-image: url("../../../assets/image/text.png");
|
|
|
background-size: 100% 100%;
|
|
|
- margin: 0.5em 3px 0 3px;
|
|
|
+ margin: 0.5em 1px 0 1px;
|
|
|
+ font-size: 1rem;
|
|
|
height: 1.3em;
|
|
|
line-height: 1.3em;
|
|
|
color: #c31212;
|
|
|
- font-size: 0.8rem;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
</style>
|
|
|
<style></style>
|