未验证 提交 e866d1be 编写于 作者: L lilyzhou 提交者: GitHub

[Fix-6038][ui] width of "SQL Statement" in Dag FormLineModal will be shrunk if...

[Fix-6038][ui] width of "SQL Statement" in Dag FormLineModal will be shrunk if sql line is too long (#6040)

This closes #6038
上级 e0eea995
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
width: 130px; width: 130px;
text-align: right; text-align: right;
margin-right: 8px; margin-right: 8px;
flex-shrink: 0;
>span { >span {
font-size: 14px; font-size: 14px;
color: #777; color: #777;
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
} }
.cont-box { .cont-box {
flex: 1; flex: 1;
max-width: calc(100% - 138px);
.label-box { .label-box {
width: 100%; width: 100%;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册