|
@@ -22,7 +22,7 @@ function gotoXXzx() {
|
|
|
<div
|
|
|
class="header w-full h-50px leading-50px line px-8 text-xl text-white tracking-wider flex justify-between items-center">
|
|
|
<div>{{ APP_TITLE }}</div>
|
|
|
- <div class="flex space-x-4">
|
|
|
+ <div class="flex space-x-8">
|
|
|
<div class="relative cursor-pointer" @click="gotoXXzx">
|
|
|
<img :src="IconMessage" alt="" class="h-24px">
|
|
|
<div class="absolute text-sm -right-2 -top-2 z-2 bg-red-600 text-xs tracking-normal rounded px-2px">{{ unreadNum
|