shish 2 anos atrás
pai
commit
e5efc44e2d
1 arquivos alterados com 5 adições e 12 exclusões
  1. 5 12
      ghs/src/pages/layout/topbar/index.vue

+ 5 - 12
ghs/src/pages/layout/topbar/index.vue

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