bug
This commit is contained in:
		| @@ -800,6 +800,9 @@ export default { | ||||
|     box-sizing: border-box; | ||||
|     font-size: 14px; | ||||
|     color: #FFFFFF; | ||||
|     overflow: hidden; | ||||
|     text-overflow: ellipsis; | ||||
|     white-space: nowrap; | ||||
|     text-shadow: 0 2px 4px rgba(0,0,0,0.50); | ||||
|  | ||||
|     &.mark0 { | ||||
| @@ -820,6 +823,14 @@ export default { | ||||
|       box-shadow: 0 4px 4px 0 #000000, inset 0 0 8px 4px #C312CA; | ||||
|     } | ||||
|  | ||||
|     .mark-contaienr { | ||||
|       width: 56px; | ||||
|       overflow: hidden; | ||||
|       text-overflow: ellipsis; | ||||
|       white-space: nowrap; | ||||
|       text-align: center; | ||||
|     } | ||||
|  | ||||
|     // &.mark1::after { | ||||
|     //   position: absolute; | ||||
|     //   z-index: -1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user