Commit 5fed471f7fbd80d1d299eeb851acb26f65613083

Authored by liuqimichale
1 parent be79dd15

道闸

src/views/newssection.vue
@@ -95,13 +95,14 @@ export default { @@ -95,13 +95,14 @@ export default {
95 @include newsType("../assets/img/errortype1.png"); 95 @include newsType("../assets/img/errortype1.png");
96 } 96 }
97 .text{ 97 .text{
98 - width:calc(100% - 100px); 98 + width:calc(100% - 123px);
99 overflow:hidden; 99 overflow:hidden;
100 text-overflow:ellipsis; 100 text-overflow:ellipsis;
101 } 101 }
102 .time{ 102 .time{
103 padding-left: 23px; 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,6 +60,7 @@ export default {
60 .ydp-dz-wrap{ 60 .ydp-dz-wrap{
61 display: flex; 61 display: flex;
62 text-align: center; 62 text-align: center;
  63 + padding: 0 23px;
63 li{ 64 li{
64 height: 100%; 65 height: 100%;
65 flex: 1; 66 flex: 1;