1f136a9c by xukangle

fix:logo样式修改

1 parent 04927a69
......@@ -144,12 +144,12 @@ header {
position: relative;
width: var(--g-sub-sidebar-width);
height: inherit;
padding-left: 18px;
// padding-left: 18px;
padding-right: 0;
background-color: inherit;
.logo {
width: 180px;
width: 179px;
height: 48px;
}
......
......@@ -36,7 +36,7 @@ const to = computed(() => {
z-index: 1000;
top: 0;
width: inherit;
padding: 0 10px;
// padding: 0 10px;
display: flex;
align-items: center;
justify-content: space-between;
......@@ -69,5 +69,8 @@ const to = computed(() => {
.el-divider {
height: 1.5rem;
margin-right: 0;
margin: 0;
}
}</style>
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!