vue-ant-patterns
Version:
vue-ant-patterns
33 lines (29 loc) • 627 B
text/less
@import '../../../lib/style/themes/index.less';
@import '../../../lib/style/mixins/flex.less';
@depot-prefix-cls: ~'@{depot-prefix}-biz-temptable';
@depot-prefix-query-cls: ~'@{depot-prefix}-biz-blur-query';
.@{depot-prefix-cls} {
.flex;
.flex-col;
.flex-grow;
&-showSelect {
background-color: #f0ad291a;
padding: 8px 16px;
margin-bottom: 8px;
.ant-tag {
color: #000;
font-size: 14px;
cursor: pointer;
i {
color: #000;
}
}
}
.bottom-tools {
margin-top: -50px;
}
}
.@{depot-prefix-query-cls}-highlight {
background-color: #ffc069;
padding: 0;
}