最近的兼容

兩行超出省略號。。。

width: 226px;
                                line-height: 18px;
                                // vertical-align: bottom;
                                overflow : hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                word-wrap: break-word;
                                word-break: break-all;
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;

:style 高度的適配

``
timeLinesStyle: {web

width: '100%',
    height: 'calc(100vh - 530px)',
    overflow: 'auto'
  },

``code

相關文章
相關標籤/搜索