| | |
| | | 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, |
| | |
| | | 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; |