index.less 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 @import '~@qx/ui/src/style/variable.less'; .qx-base-condition-list { &-item { display: flex; align-items: center; &__idx { color: @N9; margin-right: 4px; width: 24px; display: inline-block; } } }