酸雨
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- logo -->
|
||||
<div class="ele-admin-logo" @click="onLogoClick">
|
||||
<!-- <slot name="logo"/> -->
|
||||
<span style="font-size: 15px;" v-if="projectName">{{projectName}}</span>
|
||||
<span style="font-size: 15px; width: 58%;text-align: center;" v-if="projectName">{{projectName}}</span>
|
||||
</div>
|
||||
<!-- 左侧功能区 -->
|
||||
<div class="ele-admin-header-tool" v-if="showLeftTool">
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
.ele-admin-logo {
|
||||
width: @sidebar-width;
|
||||
height: @header-height;
|
||||
line-height: @header-height;
|
||||
// line-height: @header-height;
|
||||
line-height: 20px;
|
||||
box-shadow: @logo-light-shadow;
|
||||
background: @component-background;
|
||||
transition: @sidebar-transition;
|
||||
font-size: @logo-font-size;
|
||||
color: @logo-light-color;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user