luke vor 6 Jahren
Ursprung
Commit
18f6808f51
2 geänderte Dateien mit 13 neuen und 1 gelöschten Zeilen
  1. 1 1
      pc_chat/src/components/ledgeBase.vue
  2. 12 0
      pc_chat/src/css/index.css

+ 1 - 1
pc_chat/src/components/ledgeBase.vue

@@ -171,7 +171,7 @@
 
 				this.$axios.post('/api/index/Message/index', this.ledgedata).then(res => {
 					if (res.data.status === 1) {
-						console.log('======获取数据=========', res.data.data);
+						// console.log('======获取数据=========', res.data.data);
 						let _img;
 						for (let i = 0; i < res.data.data.length; i++) {
 							_img = res.data.data[i].images.split(",");

+ 12 - 0
pc_chat/src/css/index.css

@@ -208,3 +208,15 @@ body {
     top: 0;
     line-height: 0;
 }
+
+.el-upload--picture-card {
+    width: 100px !important;
+    height: 100px !important;
+    line-height: 100px !important;
+}
+
+.el-upload-list--picture-card .el-upload-list__item {
+    width: 100px !important;
+    height: 100px !important;
+    line-height: 100px !important;
+}