style: fix color of more button and scrollbar style (#3486)
* style(header): fix color of more button * style: fix scrollbar style
This commit is contained in:
		
							parent
							
								
									407f887584
								
							
						
					
					
						commit
						33edd78531
					
				| @ -1,4 +1,3 @@ | ||||
| .win { | ||||
| /* width */ | ||||
| ::-webkit-scrollbar { | ||||
|   width: 8px; | ||||
| @ -34,4 +33,3 @@ | ||||
| .rc-virtual-list-scrollbar-thumb:active { | ||||
|   background: var(--colorBgScrollBarActive) !important; | ||||
| } | ||||
| } | ||||
|  | ||||
| @ -10,6 +10,7 @@ import 'dayjs/plugin/weekday'; | ||||
| 
 | ||||
| // 重置浏览器样式
 | ||||
| import 'antd/dist/reset.css'; | ||||
| import './global.less'; | ||||
| 
 | ||||
| export * from '@emotion/css'; | ||||
| export * from './acl'; | ||||
|  | ||||
| @ -279,6 +279,9 @@ export const InternalAdminLayout = (props: any) => { | ||||
|             background-color: ${token.colorBgHeaderMenuActive} !important; | ||||
|             color: ${token.colorTextHeaderMenuActive} !important; | ||||
|           } | ||||
|           .ant-menu-submenu-horizontal.ant-menu-submenu-selected > .ant-menu-submenu-title { | ||||
|             color: ${token.colorTextHeaderMenuActive} !important; | ||||
|           } | ||||
|           .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover { | ||||
|             background-color: ${token.colorBgHeaderMenuHover} !important; | ||||
|             color: ${token.colorTextHeaderMenuHover} !important; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user