UNPKG

@ttk/component

Version:

ttk组件库

74 lines (73 loc) 2.01 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .mk-activeLabelSelect { color: #005a9f; width: 205px; height: auto; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; } .mk-activeLabelSelect .mk-activeLabelSelect-label { width: 75px; } .mk-activeLabelSelect .mk-activeLabelSelect-label .ant-select-selection-selected-value { padding-right: 20px; } .mk-activeLabelSelect .mk-activeLabelSelect-label .ant-select-selection { background: #eee; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } .mk-activeLabelSelect .mk-activeLabelSelect-value { width: 130px; } .mk-activeLabelSelect .mk-activeLabelSelect-value .ant-select-selection { border-top-left-radius: 0; border-bottom-left-radius: 0; } .mk-activeLabelSelect .ant-select-selection { height: 30px; } .mk-activeLabelSelect .ant-select-selection-selected-value { height: 30px; /*line-height: 230px 6px;*/ font-size: 13px; padding-right: 8px; } .mk-activeLabelSelect .ant-select-selection__rendered { padding-right: 6px; margin: 0; margin-left: 8px; } .mk-activeLabelSelect .ant-select-arrow { right: 3px !important; } .activeLabelSelect-option { font-size: 13px; font-weight: normal; } .activeLabelSelect-option-label-dropDown { width: 90px !important; } .activeLabelSelect-option-label-dropDown .ant-select-dropdown-menu { max-height: 216px; } .activeLabelSelect-option-value-dropDown { width: 200px !important; } @media screen and (max-width: 1200px) { .mk-activeLabelSelect { width: 180px; } .mk-activeLabelSelect .mk-activeLabelSelect-label { width: 65px; } .mk-activeLabelSelect .mk-activeLabelSelect-value { width: 115px; } .activeLabelSelect-option-value-dropDown { width: 180px !important; } }