Browse Source

'修改样式'

Limengbo 5 years ago
parent
commit
c9251abb40

+ 1 - 1
config/dev.env.js

@@ -5,5 +5,5 @@ const prodEnv = require('./prod.env')
 module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   BASE_API: '"https://whiteboardtest.ai160.com/sharedWhiteBoard"',
-  // BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"',
+  // BASE_API: '"https://whiteboard.ai160.com/sharedWhiteBoard"',
 })

+ 0 - 1
config/prod.env.js

@@ -2,5 +2,4 @@
 module.exports = {
   NODE_ENV: '"production"',
   BASE_API: '"https://whiteboard.ai160.com/sharedWhiteBoard"',
-  // BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"',
 }

+ 2 - 2
src/components/Breadcrumb/index.vue

@@ -1,9 +1,9 @@
 <template>
-  <div class="nav-icon">
+  <div class="nav-icon" style="margin-left: 70px">
     <img src="@/icons/image/icon.png" alt="">
     <el-breadcrumb class="app-breadcrumb" separator="/">
       <transition-group name="breadcrumb">
-        <el-breadcrumb-item v-for="(item,index) in levelList" v-if="item.meta.title" :key="item.path">
+        <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path">
           <span v-if="item.redirect==='noredirect'||index==levelList.length-1" class="no-redirect">{{ item.meta.title }}</span>
           <a v-else @click.prevent="handleLink(item)">{{ item.meta.title }}</a>
         </el-breadcrumb-item>

+ 3 - 0
src/views/browse/index.vue

@@ -113,5 +113,8 @@ export default {
   margin: 20px;
   text-align: center;
 }
+.el-icon-download {
+  cursor: pointer;
+}
 </style>
 

+ 0 - 1
src/views/layout/components/Navbar.vue

@@ -13,7 +13,6 @@
       <a href="https://efunimgs.ai160.com/sharedWhiteBoard/智能共享白板.msi">客户端下载</a>
       <el-dropdown class="avatar-container" trigger="click">
         <div class="avatar-wrapper">
-          <img :src="avatar+'?imageView2/1/w/80/h/80'" class="user-avatar">
           <span class="name">{{ name }}</span>
           <!--<img src="@/icons/image/vip.png" class="vip">-->
           <i class="el-icon-arrow-down"/>