Commit 219018898462ef8ab322131b7dab8675f87b6860

Authored by 陈洋
2 parents e0227d6f 6251cbce

Merge remote-tracking branch 'origin/feature/dataflow' into feature/dataflow

... ... @@ -10,4 +10,13 @@
10 10 background-color: #fff !important;
11 11 border-top: 1px solid @N4 !important;
12 12 }
  13 + .qx-input-select-dropdown__list-empty {
  14 + display: flex;
  15 + align-items: center;
  16 + justify-content: center;
  17 + flex-direction: column;
  18 + overflow: hidden;
  19 + height: 100%;
  20 + margin: 0;
  21 + }
13 22 }
... ...