Showing
2 changed files
with
18 additions
and
1 deletions
@@ -709,7 +709,7 @@ export const QxParameterSetting: React.FC<ParameterSettingProps> = (props) => { | @@ -709,7 +709,7 @@ export const QxParameterSetting: React.FC<ParameterSettingProps> = (props) => { | ||
709 | onClick={() => onAddTree(nodeData.id)} | 709 | onClick={() => onAddTree(nodeData.id)} |
710 | /> | 710 | /> |
711 | ) : ( | 711 | ) : ( |
712 | - <div style={{ opacity: 0, height: 32, width: 32 }} /> | 712 | + <div style={{ opacity: 0, height: 16, width: 16 }} /> |
713 | )} | 713 | )} |
714 | <Button | 714 | <Button |
715 | className="title-btn-del" | 715 | className="title-btn-del" |
@@ -137,10 +137,17 @@ | @@ -137,10 +137,17 @@ | ||
137 | 137 | ||
138 | .title-btn-del { | 138 | .title-btn-del { |
139 | opacity: 0.01; | 139 | opacity: 0.01; |
140 | + height: 32px; | ||
141 | + width: 16px; | ||
142 | + margin-right: 4px; | ||
140 | } | 143 | } |
141 | 144 | ||
142 | .title-btn { | 145 | .title-btn { |
143 | opacity: 0.01; | 146 | opacity: 0.01; |
147 | + height: 32px; | ||
148 | + width: 16px; | ||
149 | + margin-left: 8px; | ||
150 | + margin-right: 6px; | ||
144 | } | 151 | } |
145 | 152 | ||
146 | .select-tree { | 153 | .select-tree { |
@@ -185,6 +192,8 @@ | @@ -185,6 +192,8 @@ | ||
185 | } | 192 | } |
186 | 193 | ||
187 | .box-input { | 194 | .box-input { |
195 | + width: 100%; | ||
196 | + | ||
188 | &:focus-within { | 197 | &:focus-within { |
189 | border-radius: 4px; | 198 | border-radius: 4px; |
190 | border-inline-end-width: 1px; | 199 | border-inline-end-width: 1px; |
@@ -480,6 +489,14 @@ | @@ -480,6 +489,14 @@ | ||
480 | } | 489 | } |
481 | } | 490 | } |
482 | 491 | ||
492 | + .ant-tree-treenode { | ||
493 | + width: 100%; | ||
494 | + | ||
495 | + .ant-tree-node-content-wrapper { | ||
496 | + width: 100%; | ||
497 | + } | ||
498 | + } | ||
499 | + | ||
483 | .opt-btn { | 500 | .opt-btn { |
484 | .ant-select-selection-item { | 501 | .ant-select-selection-item { |
485 | color: #242835; | 502 | color: #242835; |