amis-saas-6892 [Feature] 编辑器fx 交互优化

Change-Id: I8024b4c76232cc8c2429fc83838cd9bef6bf01f0
This commit is contained in:
jiatianqi 2022-11-01 15:16:49 +08:00
parent a85d435fd6
commit eb6dbe918a

View File

@ -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;