mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-10 00:42:07 +08:00
27 lines
489 B
Plaintext
27 lines
489 B
Plaintext
@root-entry-name: 'default';
|
|
@import '~knowdesign/es/basic/style/themes/index';
|
|
@import '~knowdesign/es/basic/style/mixins/index';
|
|
|
|
.query-select {
|
|
.horizontal {
|
|
.@{ant-prefix}-col {
|
|
display: flex;
|
|
.@{ant-prefix}-select {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|
|
.label-name {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
font-size: 13px;
|
|
color: #495057;
|
|
display: inline-block;
|
|
}
|
|
.@{ant-prefix}-row {
|
|
.@{ant-prefix}-select {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|