Browse Source

feat: 适配上传壁纸图片大小展示

332777428@qq.com 6 months ago
parent
commit
7bed11b4c6
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/views/operation/piano/index.vue
  2. 1 1
      vue.config.js

+ 2 - 2
src/views/operation/piano/index.vue

@@ -1,4 +1,4 @@
-<!-- 运营管理 说明书管理 -->
+<!-- 运营管理 上传壁纸 -->
 <template>
 <template>
   <div class="app-container">
   <div class="app-container">
     <!-- 搜索 -->
     <!-- 搜索 -->
@@ -24,7 +24,7 @@
         show-overflow-tooltip
         show-overflow-tooltip
       />
       />
 
 
-      <el-table-column label="图片" align="center">
+      <el-table-column label="图片" align="center" width="100px">
         <template slot-scope="scope">
         <template slot-scope="scope">
           <el-image :src="scope.row.pic" />
           <el-image :src="scope.row.pic" />
         </template>
         </template>

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
          target: `https://o3tapi.radio1964.com/admin`,
          target: `https://o3tapi.radio1964.com/admin`,
         // target: `http://192.168.0.217:2678/admin`, // 付新保
         // target: `http://192.168.0.217:2678/admin`, // 付新保
         // target: `http://192.168.0.174:2027`, // 陈浩
         // target: `http://192.168.0.174:2027`, // 陈浩
-        // target: `http://10.0.2.17:2027`,
+        // target: `http://10.0.2.17:2027`
         changeOrigin: true,
         changeOrigin: true,
         pathRewrite: {
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''
           ['^' + process.env.VUE_APP_BASE_API]: ''