File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" g-core-image-upload-btn" >
3
3
<slot >{{text}}</slot >
4
- <form class =" g-core-image-upload-form" v-show =" !hasImage" method =" post" enctype =" multipart/form-data" action =" /api2/common_user/cropHeadUrl" style =" display : block ; cursor : pointer ; position : absolute ; left : 0px ; top : 0px ; width : 1242 px ; height : 61 px ; opacity : 0 ; margin : 0px ; padding : 0px ; overflow : hidden ;" >
4
+ <form class =" g-core-image-upload-form" v-show =" !hasImage" method =" post" enctype =" multipart/form-data" action =" /api2/common_user/cropHeadUrl" style =" display : block ; cursor : pointer ; position : absolute ; left : 0px ; top : 0px ; opacity : 0 ; margin : 0px ; padding : 0px ; overflow : hidden ;" >
5
5
<input v-bind:disabled =" uploading" v-bind:id =" 'g-core-upload-input-' + formID" v-bind:name =" name" v-bind:multiple =" multiple" type =" file" v-bind:accept =" inputAccept" v-on:change =" change" style =" width : 100% ; height : 100% ;" >
6
6
</form >
7
7
<div class =" g-core-image-corp-container" v-bind:id =" 'vciu-modal-' + formID" v-show =" hasImage" >
You can’t perform that action at this time.
0 commit comments