tianyunperfect 1 rok pred
rodič
commit
41e607d9c1
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      simple-demo/send_memos.html

+ 3 - 3
simple-demo/send_memos.html

@@ -137,7 +137,7 @@
                         <el-image v-for="img in resourceMap[item.id]"
                                   :src="'https://memos_assert.tianyunperfect.cn/' + img + '?width=150'"
                                   :preview-src-list="['https://memos_assert.tianyunperfect.cn/' + img]"
-                                  style="height: 200px; width: 200px; margin: 10px 10px 0 0; cursor: pointer">
+                                  style="height: 200px; margin: 10px 10px 0 0; cursor: pointer">
 
                         </el-image>
                     </div>
@@ -178,7 +178,7 @@
                 <div v-for="img in resourceMap[tmpItem.id]">
                     <el-image :src="'https://memos_assert.tianyunperfect.cn/' + img + '?width=150'"
                               :preview-src-list="['https://memos_assert.tianyunperfect.cn/' + img]"
-                              style="height: 200px; width: 200px; margin: 10px 10px 0 0; cursor: pointer">
+                              style="height: 200px; margin: 10px 10px 0 0; cursor: pointer">
                     </el-image>
                 </div>
 
@@ -220,7 +220,7 @@
             contentList: [],
             sendBtnAble: true,
             resourceMap: {}, // 资源map,
-            commonTags: ['todo', '日记', '梦记', '美食', '备份', '歌曲', '电影', '随笔'],
+            commonTags: ['todo', '日记', '梦记', '美食', '备份', '歌曲', '电影', '随笔','社会'],
         },
         watch: {
             tagChecked: function () {