mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
amis-saas-5155 [Bug] 测试:【组件优化第四批】单选框选项数值过长时,默认值页面显示跳出页面(可优化)
Change-Id: I2884d704d1af637038bff6d75e532403925db7be
This commit is contained in:
parent
d9c801d20a
commit
f51bffba89
@ -47,7 +47,8 @@
|
||||
}
|
||||
|
||||
&-custom-renderer {
|
||||
flex: 1;
|
||||
width: calc( 100% - 36px);
|
||||
flex: 1 1 auto;
|
||||
margin-right: 3px;
|
||||
border: none;
|
||||
padding: 0;
|
||||
@ -57,6 +58,11 @@
|
||||
border: 1px dashed #e8e9eb;
|
||||
}
|
||||
}
|
||||
&-select-style {
|
||||
.cxd-Select-valueWrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&-ResultBox {
|
||||
flex: 1;
|
||||
@ -83,7 +89,7 @@
|
||||
font-size: 12px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
span.c-func {
|
||||
color: #ae4597;
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user