style: 期限档位表内标的资产类型多选容器撑满单元格,标签横向排列
This commit is contained in:
@@ -163,3 +163,9 @@ p {
|
||||
.border.detail table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
/*标的资产类型多选(期限档位表单元格内):chosen 初始化取原生 select 的固有宽度(约 150px),
|
||||
窄容器放不下第二个已选标签,导致标签逐行竖排;单元格空间充足,容器撑满即可横向排列*/
|
||||
.border.detail .chosen-container-multi {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user