Browse Source

update service

luke 6 năm trước cách đây
mục cha
commit
d73a6b241e
2 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 3 4
      service/src/components/hader.vue
  2. 1 1
      service/src/css/index.css

+ 3 - 4
service/src/components/hader.vue

@@ -30,7 +30,7 @@
 					</el-dropdown>
 				</div>
 				<el-badge :value="unreadNum" class="item">
-					<el-button @click="openDrawer" style="margin:0 15px">
+					<el-button @click="openDrawer">
 						<i style="font-size:14px; color:#5399F5;" class="el-icon-chat-dot-square"> </i>消息中心
 					</el-button>
 				</el-badge>
@@ -228,8 +228,7 @@
 
 <style>
 	.el-badge__content.is-fixed {
-		position: absolute;
-		top: -2px !important;
-		right: 18px !important;
+		top: 8px !important;
+		right: 20px !important;
 	}
 </style>

+ 1 - 1
service/src/css/index.css

@@ -271,4 +271,4 @@ body {
   color: #fff !important;
   background-color: #409eff !important;
   border-color: #409eff !important;
-}
+}