picker 增加 title 显示 (#30)

* picker 增加 title 显示
This commit is contained in:
Yao
2017-05-17 11:59:46 +08:00
committed by 张敏
parent 28ae410736
commit 85ef16f51c
5 changed files with 82 additions and 4 deletions

View File

@@ -27,6 +27,17 @@
float: right;
}
@e title {
height: 40px;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
word-break: break-all;
text-align: center;
}
@e columns {
position: relative;
overflow: hidden;