|
@@ -6,7 +6,7 @@
|
|
|
<!-- <span v-if="$projectName == 'business'">{{ shopInfo.name }}</span> -->
|
|
<!-- <span v-if="$projectName == 'business'">{{ shopInfo.name }}</span> -->
|
|
|
<!-- <span v-else>花卉宝</span> -->
|
|
<!-- <span v-else>花卉宝</span> -->
|
|
|
<!-- <span class="app-size-32 app-bold"> - </span> -->
|
|
<!-- <span class="app-size-32 app-bold"> - </span> -->
|
|
|
- <span>后台管理系统</span>
|
|
|
|
|
|
|
+ <span>销花宝后台</span>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <icon-svg name="icon-menu"></icon-svg> -->
|
|
<!-- <icon-svg name="icon-menu"></icon-svg> -->
|
|
|
</div>
|
|
</div>
|
|
@@ -29,8 +29,6 @@
|
|
|
<li-notice></li-notice>
|
|
<li-notice></li-notice>
|
|
|
</ul> -->
|
|
</ul> -->
|
|
|
|
|
|
|
|
- <div class="layout-global-kd" @click="layoutGlobalKd()">开单</div>
|
|
|
|
|
-
|
|
|
|
|
<div class="user" v-if="userInfo">
|
|
<div class="user" v-if="userInfo">
|
|
|
<el-dropdown trigger="click" :hide-on-click="false" @command="onCommand">
|
|
<el-dropdown trigger="click" :hide-on-click="false" @command="onCommand">
|
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
@@ -171,18 +169,13 @@ export default {
|
|
|
// width: 40px;
|
|
// width: 40px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
-
|
|
|
|
|
.avatar {
|
|
.avatar {
|
|
|
- height: 32px;
|
|
|
|
|
- width: 32px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ width: 30px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
display: block;
|
|
display: block;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
}
|
|
}
|
|
|
- // .icon-svg {
|
|
|
|
|
- // height: 22px;
|
|
|
|
|
- // width: 22px;
|
|
|
|
|
- // }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.el-menu {
|
|
.el-menu {
|
|
@@ -276,8 +269,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
.avatar {
|
|
|
- height: 32px;
|
|
|
|
|
- width: 32px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ width: 30px;
|
|
|
border-radius: 32px;
|
|
border-radius: 32px;
|
|
|
margin-right: 4px;
|
|
margin-right: 4px;
|
|
|
}
|
|
}
|