| | |
| | | <i |
| | | class="iconfont iconchushaixuanxiang close" |
| | | style="margin-left:200px;cursor:pointer;color:#ccc" |
| | | @click="VideoPhotoData.uploadDiaplay = false" |
| | | @click="closeUploadImg" |
| | | ></i> |
| | | </h2> |
| | | <p class="compearValue"> |
| | |
| | | data() { |
| | | return { |
| | | tempUploadImg: "", |
| | | tempImg: require("../../assets/nobody.png"), |
| | | selectedIcon: require("../../assets/duihao.png"), |
| | | tempImg: "/images/search/nobody.png", |
| | | selectedIcon: "/images/search/duihao.png", |
| | | bigPhoto: [], |
| | | displayUpload: true, |
| | | clickNum: 0, |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | closeUploadImg() { |
| | | console.log(location.href) |
| | | this.VideoPhotoData.uploadDiaplay = false |
| | | }, |
| | | selectChange() { |
| | | if (!this.compareTabs.includes("esData") && this.compareTabs.length > 0) { |
| | | for (let i = 0; i < this.VideoPhotoData.tabsForUploadImg.length; i++) { |
| | |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | padding: 5px; |
| | | .el-button--info{ |
| | | color: #222; |
| | | } |
| | | .upload-area { |
| | | width: 300px; |
| | | height: 100%; |
| | |
| | | padding: 5px; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | display: inline-block; |
| | | vertical-align: middle; |
| | | img { |
| | | width: 100%; |
| | | object-fit: contain; |
| | | cursor: pointer; |
| | | border-radius: 3px; |