UNPKG

ui-vue-antd

Version:

An enterprise-class UI design language and Vue-based implementation

72 lines (71 loc) 2.29 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ .ant-select-auto-complete { font-family: "Microsoft YaHei", "Monospaced Number", "Microsoft YaHei", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.5; color: rgba(0, 0, 0, 0.65); box-sizing: border-box; margin: 0; padding: 0; list-style: none; } .ant-select-auto-complete.ant-select .ant-select-selection { border: 0; box-shadow: none; } .ant-select-auto-complete.ant-select .ant-select-selection__rendered { margin-left: 0; margin-right: 0; height: 100%; line-height: 32px; } .ant-select-auto-complete.ant-select .ant-select-selection__placeholder { margin-left: 12px; margin-right: 12px; } .ant-select-auto-complete.ant-select .ant-select-selection--single { height: auto; } .ant-select-auto-complete.ant-select .ant-select-search--inline { position: static; float: left; } .ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered { margin-right: 0 !important; } .ant-select-auto-complete.ant-select .ant-input { background: transparent; border-width: 1px; line-height: 1.5; height: 32px; } .ant-select-auto-complete.ant-select .ant-input:focus, .ant-select-auto-complete.ant-select .ant-input:hover { border-color: #21cc8a; } .ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered { line-height: 40px; } .ant-select-auto-complete.ant-select-lg .ant-input { padding-top: 6px; padding-bottom: 6px; height: 40px; font-size: 16px; } .ant-select-auto-complete.ant-select-lg .ant-select-selection__placeholder { font-size: 16px; } .ant-select-auto-complete.ant-select-lg .anticon.anticon-search { font-size: 21px; } .ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered { line-height: 24px; } .ant-select-auto-complete.ant-select-sm .ant-input { padding-top: 1px; padding-bottom: 1px; height: 24px; }