UNPKG

@yelon/theme

Version:

ng-yunzai theme system library.

18 lines (17 loc) 459 B
.search__form-mixin(@enabled) when(@enabled = true) { /** * Search form, [Demo](https://ng-yunzai.surge.sh/#/pro/list/table-list) * * 搜索表单, [示例](https://ng-yunzai.gitee.io/#/pro/list/table-list) */ .search__form { .@{ant-prefix}-form-item { margin-right: 0; margin-bottom: @form-item-margin-bottom; } .@{ant-prefix}-form-item-control { flex: 1; } } } .search__form-mixin(@search__form-enabled);