@@ -306,6 +306,7 @@ export default defineComponent({
})
},
async upPhoto(e: any) {
+ conosle.log(e, 'upload')
const photoUrl = e.target.files[0]
;(this as any).$refs.headInput.value = null
if (photoUrl != undefined) {
@@ -298,7 +298,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- max-width: 100%;
+ max-width: 230px;
.musicTag {
margin-right: 6px;