github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/ui/src/components/SelectLang/index.less (about) 1 @import "~ant-design-vue/es/style/themes/default"; 2 3 @header-menu-prefix-cls: ~'@{ant-prefix}-pro-header-menu'; 4 @header-drop-down-prefix-cls: ~'@{ant-prefix}-pro-drop-down'; 5 6 .@{header-menu-prefix-cls} { 7 8 .anticon { 9 margin-right: 8px; 10 } 11 .ant-dropdown-menu-item { 12 min-width: 160px; 13 } 14 } 15 16 .@{header-drop-down-prefix-cls} { 17 18 line-height: @layout-header-height; 19 vertical-align: top; 20 cursor: pointer; 21 22 > i { 23 font-size: 16px !important; 24 transform: none !important; 25 26 svg { 27 position: relative; 28 top: -1px; 29 } 30 } 31 }