Commit 7979f2d6089c6036c4cd2983364beb7a9f230b80

Authored by 邱嘉伟
1 parent 07e0d43f

fix: disable图标显示问题

... ... @@ -20,7 +20,6 @@
20 20 overflow: hidden;
21 21 white-space: nowrap;
22 22 text-overflow: ellipsis;
23   - text-overflow: ellipsis;
24 23 }
25 24 }
26 25
... ... @@ -268,6 +267,14 @@
268 267 }
269 268 }
270 269
  270 +.drop-icon {
  271 + position: absolute;
  272 + top: 10px;
  273 + left: -46px;
  274 + opacity: 1;
  275 + display: block;
  276 +}
  277 +
271 278 .qx-parameter-tree-list .ant-tree-list {
272 279 .ant-tree-treenode:not(.ant-tree-treenode-disabled) {
273 280 background-color: transparent !important;
... ... @@ -277,14 +284,6 @@
277 284 background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
278 285 padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
279 286
280   - .drop-icon {
281   - position: absolute;
282   - top: 10px;
283   - left: -46px;
284   - opacity: 1;
285   - display: block;
286   - }
287   -
288 287 &:hover {
289 288 background-color: @N3 !important;
290 289
... ... @@ -317,18 +316,6 @@
317 316 display: flex;
318 317 }
319 318
320   - .ant-table-tbody .ant-table-row {
321   - // .drop-icon{
322   - // opacity: 0.01;
323   - // }
324   -
325   - // &:hover {
326   - // .drop-icon{
327   - // opacity: 1;
328   - // }
329   - // }
330   - }
331   -
332 319 .table-expanded {
333 320 color: #7c7e86;
334 321 margin-left: 8px;
... ...