toptips add min height

This commit is contained in:
pangxie1991 2016-12-26 15:01:43 +08:00
parent 8ec6023f88
commit ce431b8415

View File

@ -3,6 +3,8 @@
position: fixed;
-webkit-transform: translateZ(0) translateY(-100%);
width: 100%;
/* 至少有一行的高度,保证第一次动画显示正常 */
min-height: 32px;
top: 0;
line-height: 2.3;
font-size: 14px;