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