mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
amis-saas-6513 [Improvement.] 测试:【组件优化第五批】时间轴自定义选项下的时间、标题字符长度过长,输入框显示问题;
Change-Id: I0e9b2805378e9b86457ff0d44c1d6fef4cb4b260
This commit is contained in:
parent
4d96c1f337
commit
9cc71d3cca
@ -19,6 +19,12 @@
|
||||
flex: 1;
|
||||
margin-left: #{px2rem(20px)};
|
||||
margin-right: #{px2rem(44px)};
|
||||
input {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
&-input {
|
||||
flex: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user