提交 b8d3b268 authored 作者: lidongxu's avatar lidongxu

style(sliderbar): 修复:左侧菜单首页图表折叠偏移问题,替换新版本 logo

上级 6bf26d6d
src/assets/logo/logo.png

183.4 KB | W: | H:

src/assets/logo/logo.png

21.3 KB | W: | H:

src/assets/logo/logo.png
src/assets/logo/logo.png
src/assets/logo/logo.png
src/assets/logo/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -76,8 +76,16 @@
white-space: nowrap !important;
}
.el-menu-item .el-menu-tooltip__trigger {
display: inline-block !important;
.el-menu-item {
.el-menu-tooltip__trigger {
// display: inline-block !important;
display: flex;
padding: 0 !important;
justify-content: center;
.svg-icon{
margin-right: 0;
}
}
}
// menu hover
......@@ -111,6 +119,7 @@
}
}
// 侧边栏导航隐藏时
.hideSidebar {
.sidebar-container {
width: 54px !important;
......
......@@ -61,13 +61,10 @@ const getLogoTextColor = computed(() => {
.sidebar-logo-container {
position: relative;
width: 100%;
// height: 50px;
// line-height: 50px;
height: 80px;
line-height: 80px;
background: v-bind(getLogoBackground);
text-align: center;
overflow: hidden;
padding-top: 10px;
& .sidebar-logo-link {
// height: 100%;
......@@ -76,8 +73,7 @@ const getLogoTextColor = computed(() => {
& .sidebar-logo {
// width: 32px;
// height: 32px;
width: 120px;
height: 68px;
width: 160px;
vertical-align: middle;
// margin-right: 12px;
}
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论