star7th 6 years ago
parent
commit
62882c4c34
1 changed files with 4 additions and 4 deletions
  1. 4 4
      web_src/src/components/item/show/show_regular_item/OpBar.vue

+ 4 - 4
web_src/src/components/item/show/show_regular_item/OpBar.vue

@@ -23,12 +23,12 @@
         <div class="op-bar" v-if="show_op_bar">
 
              <span v-if="!item_info.is_login">
-                <el-tooltip class="item" effect="dark" v-if="lang =='zh-cn'" :content="$t('about_showdoc')" placement="left">
-                <a href="https://www.showdoc.cc/help" target="_blank"><i class="el-icon-tickets" ></i></a>
+                <el-tooltip class="item" effect="dark" :content="$t('index_login_or_register')" placement="top">
+                      <router-link to="/user/login"><i class="el-icon-user" ></i></router-link>
                 </el-tooltip>
 
-                <el-tooltip class="item" effect="dark" :content="$t('index_login_or_register')" placement="top">
-                      <router-link to="/user/login"><i class="el-icon-arrow-right" ></i></router-link>
+                <el-tooltip class="item" effect="dark" v-if="lang =='zh-cn'" :content="$t('about_showdoc')" placement="top">
+                <a href="https://www.showdoc.cc/help" target="_blank"><i class="el-icon-arrow-right" ></i></a>
                 </el-tooltip>