Commit 5fed471f7fbd80d1d299eeb851acb26f65613083

Authored by liuqimichale
1 parent be79dd15

道闸

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 }
... ...
src/views/youdaopingsection.vue
... ... @@ -60,6 +60,7 @@ export default {
60 60 .ydp-dz-wrap{
61 61 display: flex;
62 62 text-align: center;
  63 + padding: 0 23px;
63 64 li{
64 65 height: 100%;
65 66 flex: 1;
... ...