Commit 7b5d99d6504b000a142cc5407711cec553c6505c

Authored by 邱嘉伟
1 parent 4105d0e6

fix :样式修复

... ... @@ -709,7 +709,7 @@ export const QxParameterSetting: React.FC<ParameterSettingProps> = (props) => {
709 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 714 <Button
715 715 className="title-btn-del"
... ...
... ... @@ -137,10 +137,17 @@
137 137
138 138 .title-btn-del {
139 139 opacity: 0.01;
  140 + height: 32px;
  141 + width: 16px;
  142 + margin-right: 4px;
140 143 }
141 144
142 145 .title-btn {
143 146 opacity: 0.01;
  147 + height: 32px;
  148 + width: 16px;
  149 + margin-left: 8px;
  150 + margin-right: 6px;
144 151 }
145 152
146 153 .select-tree {
... ... @@ -185,6 +192,8 @@
185 192 }
186 193
187 194 .box-input {
  195 + width: 100%;
  196 +
188 197 &:focus-within {
189 198 border-radius: 4px;
190 199 border-inline-end-width: 1px;
... ... @@ -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 500 .opt-btn {
484 501 .ant-select-selection-item {
485 502 color: #242835;
... ...