李志伟 3 年之前
父節點
當前提交
a7b909c09b
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      src/layout/components/Navbar.vue
  2. 1
    1
      src/views/Prize/index.vue

+ 2
- 2
src/layout/components/Navbar.vue 查看文件

@@ -11,8 +11,8 @@
11 11
           <i class="el-icon-caret-bottom" />
12 12
         </div>
13 13
         <el-dropdown-menu slot="dropdown">
14
-          <el-dropdown-item divided style="border:0;margin:0" @click.native="logout">
15
-            <span style="display:block;">安全退出</span>
14
+          <el-dropdown-item @click.native="logout">
15
+            <span>安全退出</span>
16 16
           </el-dropdown-item>
17 17
         </el-dropdown-menu>
18 18
       </el-dropdown>

+ 1
- 1
src/views/Prize/index.vue 查看文件

@@ -5,7 +5,7 @@
5 5
       <el-table-column prop="name" label="名称" />
6 6
       <el-table-column prop="thumb" label="图片">
7 7
         <template slot-scope="scope">
8
-          <el-image :src="scope.row.gameImage" style="width: 100px; height: 100px" />
8
+          <el-image :src="scope.row.thumb" style="width: 100px; height: 100px" />
9 9
         </template>
10 10
       </el-table-column>
11 11
       <el-table-column prop="totalNum" label="库存" />