소스 검색

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 5 년 전
부모
커밋
a94187ddd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/live/head.vue

+ 1 - 1
src/layout/live/head.vue

@@ -12,7 +12,7 @@
           <p class="username">
             <span v-if="user.uid">
               {{ user.name }}
-              <button type="text" style="color:blue" @click="stnmae" v-if="user.role == '2' || user.role == '3'">
+              <button type="text" style="color:#999999;font-weight: bold;" @click="stnmae" v-if="user.role == '2' || user.role == '3'">
                 个人中心
               </button>
               <button type="button" class="logininfo" @click="zhuxiao">注销</button>