| | |
| | | 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; |
| | | } |
| | | |
| | | // 设置下拉搜索滚动条样式 |
| | |
| | | background: var(--mk-sys-color5); |
| | | } |
| | | |
| | | .ant-calendar-today { |
| | | .ant-calendar-today:not(.ant-calendar-disabled-cell):not(.ant-calendar-selected-day) { |
| | | .ant-calendar-date { |
| | | color: var(--mk-sys-color); |
| | | border-color: var(--mk-sys-color4); |
| | | } |
| | | } |
| | | .ant-calendar-today.ant-calendar-disabled-cell { |
| | | .ant-calendar-date { |
| | | color: var(--mk-sys-color); |
| | | } |
| | |
| | | vertical-align: bottom; |
| | | } |
| | | } |
| | | .fixed-table-height { |
| | | tr, td, th { |
| | | overflow: hidden; |
| | | } |
| | | ::-webkit-scrollbar { |
| | | width: 17px; |
| | | height: 17px; |
| | | } |
| | | ::-webkit-scrollbar-thumb { |
| | | background: rgba(193, 193, 193, 0.7); |
| | | } |
| | | ::-webkit-scrollbar-track { |
| | | background: #fafafa; |
| | | } |
| | | .ant-table-body { |
| | | border-bottom: 1px solid rgba(0, 0, 0, .05); |
| | | .ant-table-fixed { |
| | | border-bottom: 0; |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 系统色设置 |
| | | .mk-main-view { |
| | |
| | | |
| | | .ant-col.ant-col-0 { |
| | | display: inline-block; |
| | | } |
| | | .mk-cell-btn.ant-col-0 { |
| | | width: auto; |
| | | float: left; |
| | | } |
| | | |
| | | .ant-dropdown { |
| | |
| | | .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; |
| | | } |