UNPKG

vue-ant-patterns

Version:

vue-ant-patterns

55 lines (52 loc) 1.1 kB
@import '../../../lib/style/themes/index.less'; @import '../../../lib/style/mixins/flex.less'; @depot-prefix-cls: ~'@{depot-prefix}-header-search'; .ant-select-dropdown-menu { padding: 0; .desp { font-size: 14px; } .desc { font-size: 12px; color: rgba(0, 0, 0, 0.45); white-space: pre-wrap; } .highlight { color: #005bac; } } .header-search-popover { padding: 24px; .ant-popover-inner { background-color: #4b5873; width: 340px; } .ant-popover-inner-content { padding: 16px; color: #fff; } &.ant-popover-placement-right, &.ant-popover-placement-rightTop, &.ant-popover-placement-rightBottom { padding-left: 30px; } .popover-info-item { line-height: 2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .emp-tags { width: 80px; flex-wrap: wrap; } .pinfo-tagcs { padding: 4px; margin-bottom: 8px; line-height: 1; background: rgba(255, 255, 255, 0.1); color: #fff; border: 0; border-radius: 2px; } }