49 lines
903 B
Plaintext
49 lines
903 B
Plaintext
@import "~ant-design-vue/es/style/themes/default.less";
|
|
|
|
.ant-pro-global-header-index-right {
|
|
margin-right: 8px;
|
|
|
|
&.ant-pro-global-header-index-dark {
|
|
.ant-pro-global-header-index-action {
|
|
color: hsla(0, 0%, 100%, .85);
|
|
|
|
&:hover {
|
|
background: #1890ff;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-pro-account-avatar {
|
|
.antd-pro-global-header-index-avatar {
|
|
margin: ~'calc((@{layout-header-height} - 24px) / 2)' 0;
|
|
margin-right: 8px;
|
|
color: @primary-color;
|
|
vertical-align: top;
|
|
background: rgba(255, 255, 255, 0.85);
|
|
}
|
|
}
|
|
|
|
.menu {
|
|
.anticon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.ant-dropdown-menu-item {
|
|
min-width: 100px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-layout-sider {
|
|
flex: 0 0 230px;
|
|
max-width: 230px;
|
|
min-width: 230px;
|
|
width: 230px;
|
|
}
|
|
|
|
.ant-pro-basicLayout-content{
|
|
height: calc(100vh - 95px) !important;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|