This commit is contained in:
朱菊兰 2024-08-02 16:35:22 +08:00
parent ad7ef729d0
commit ad0acc0f22
2 changed files with 7 additions and 8 deletions

View File

@ -48,7 +48,7 @@ $base-sub-menu-background:#0B253F;
$base-sub-menu-hover:#0b50ff;
$base-sidebar-width: 248px;
$base-sidebar-width: 282px;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

View File

@ -46,7 +46,7 @@
</template>
<script>
import logoImg from '@/assets/logo/logo.png';
import logoImg from '@/assets/logo/cnbm.png';
import variables from '@/assets/styles/variables.scss';
export default {
@ -98,20 +98,19 @@ export default {
width: 100%;
& .sidebar-logo {
width: 32px;
height: 40px;
width: 34px;
height: 34px;
vertical-align: middle;
margin-right: 12px;
margin-right: 8px;
}
& .sidebar-title {
display: inline-block;
margin: 0;
color: #fff;
font-weight: 600;
font-weight: 500;
line-height: 50px;
font-size: 18px;
letter-spacing: 1px;
font-size: 26px;
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
vertical-align: middle;
}