| | |
| | | color: unset; |
| | | } |
| | | |
| | | // 重置按钮中文字与图标距离 |
| | | .ant-btn > .anticon + span, .ant-btn > span + .anticon { |
| | | margin-left: 5px; |
| | | // 重置按钮加载中样式 |
| | | .ant-btn.ant-btn-loading .anticon:not(.anticon-loading) { |
| | | transition: all 0.3s; |
| | | } |
| | | .ant-btn.ant-btn-loading >.anticon-loading + span .anticon, .ant-btn.ant-btn-loading >.anticon-loading + .anticon { |
| | | width: 0; |
| | | opacity: 0; |
| | | margin-left: 0px!important; |
| | | margin-right: 0px!important; |
| | | } |
| | | |
| | | // 设置下拉搜索滚动条样式 |
| | |
| | | .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked):not(.ant-radio-button-wrapper-disabled):hover { |
| | | color: var(--mk-sys-color); |
| | | } |
| | | } |
| | | |
| | | // 鼠标悬浮增加下划线 |
| | | .mk-hover-underline:hover { |
| | | text-decoration: underline!important; |
| | | } |