Commit 4cb0c01e33803fb22bc37f1abecbc2f3fb02a325

Authored by zhiyangdu
1 parent 07ae936b

样式兼容

src/components/cardTabs/cardTabs.less
... ... @@ -24,7 +24,9 @@
24 24 color: #999999 !important;
25 25 margin-right: 20px;
26 26 display: -webkit-box;
  27 + /*! autoprefixer: off */
27 28 -webkit-box-orient: vertical;
  29 + /*! autoprefixer: on */
28 30 -webkit-line-clamp: 1;
29 31 overflow: hidden;
30 32 text-align: center;
... ...