Commit 5fed471f7fbd80d1d299eeb851acb26f65613083
1 parent
be79dd15
道闸
Showing
2 changed files
with
4 additions
and
2 deletions
src/views/newssection.vue
... | ... | @@ -95,13 +95,14 @@ export default { |
95 | 95 | @include newsType("../assets/img/errortype1.png"); |
96 | 96 | } |
97 | 97 | .text{ |
98 | - width:calc(100% - 100px); | |
98 | + width:calc(100% - 123px); | |
99 | 99 | overflow:hidden; |
100 | 100 | text-overflow:ellipsis; |
101 | 101 | } |
102 | 102 | .time{ |
103 | 103 | padding-left: 23px; |
104 | - width: 65px; | |
104 | + padding-right: 23px; | |
105 | + width: 81px; | |
105 | 106 | } |
106 | 107 | } |
107 | 108 | } | ... | ... |