openFuyao is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details. */
@import '@/styles/common.less';
.container_nav_bar{
.@{container-prefix}-menu{
background-color: @page-container-color;
.@{container-prefix}-menu-item,.@{container-prefix}-menu-submenu-title{
height: 48px !important;
padding: 6px 20px;
}
}
.collapse_arrow{
z-index: 999;
position: fixed;
cursor: pointer;
bottom: 32px;
border-radius: 50%;
left: 200px;
background: @page-container-color;
span{
padding: 10px;
border-radius: 50%;
border: 1px solid #dcdcdcff;
svg{
color: #89939B;
}
}
}
}
.collapse_self_bar{
.@{container-prefix}-menu{
width: 72px;
}
.collapse_arrow{
left: 52px;
}
}
openFuyao is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details. */
@import '@/styles/common.less';
@menu-box-shadow: inset -1px 0px 0px rgba(220,220,220,1);
.container_platform_box
{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
.container_nav_bar{
display: flex;
flex: 0 0 auto;
padding-top:20px;
height: calc(100vh - 64px);
width: 220px;
overflow-y: auto;
box-shadow: @menu-box-shadow;
background:#fff;
.container-platform-menu {
}
}
.container_content{
width: 100% !important;
overflow-x: hidden;
overflow-y: hidden;
background: @page-background-color;
}
.collapse_self_bar{
width: 72px;
}
.collapse_self_content{
width: calc(100vw - 72px);
}
.container_nav_bar::-webkit-scrollbar {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 6px;
border-radius: 6px;
position: absolute;
width: 8px;
height: 8px;
top: 0px;
bottom: 0px;
right: 0px;
visibility: hidden;
}
.container_nav_bar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
border-radius: 10px;
background: #fff;
}
.container_nav_bar::-webkit-scrollbar-thumb {
position: absolute;
border-radius: 99px !important;
cursor: pointer;
user-select: none;
height: 20px;
background: rgba(145,145,145,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.container_nav_bar::-webkit-scrollbar-thumb:window-inactive {
background: rgba(145,145,145,0.4);
}
}
@media screen and (max-width: 1279px) {
.container_platform_box{
.container_nav_bar{
width: 72px;
}
.container_content{
width: calc(100vw - 72px);
}
}
}
@media screen and (max-width: 1279px) {
.@{container-prefix}-menu{
width: 72px;
.@{container-prefix}-menu-item-icon{
vertical-align:-0.5em !important;
}
}
.container_nav_bar{
.collapse_arrow{
cursor: not-allowed;
left: 52px;
}
}
}