mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 20:39:07 +08:00
amis-saas-6892 [Feature] 编辑器fx 交互优化
Change-Id: I8024b4c76232cc8c2429fc83838cd9bef6bf01f0
This commit is contained in:
parent
a85d435fd6
commit
eb6dbe918a
@ -59,11 +59,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-ResultBox {
|
||||
&-tooltipBox {
|
||||
flex: 1;
|
||||
max-width: calc(100% - 39px); // 避免表达式内容太长撑开面板
|
||||
}
|
||||
|
||||
&-ResultBox {
|
||||
flex-wrap: nowrap !important; // 不换行,避免被其他样式覆盖
|
||||
margin-right: 3px;
|
||||
max-width: calc(100% - 39px); // 避免表达式内容太长撑开面板
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0 0.75rem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user