mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-03 23:58:10 +00:00
fix: 🐛代码修复
This commit is contained in:
parent
6b229eed6d
commit
d17c1fba40
@ -17,7 +17,7 @@
|
|||||||
<el-form-item label="图片">
|
<el-form-item label="图片">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="upload"
|
ref="upload"
|
||||||
class="bd-uplod"
|
class="bd-upload"
|
||||||
:action="actionURL"
|
:action="actionURL"
|
||||||
list-type="picture-card"
|
list-type="picture-card"
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
@ -194,7 +194,7 @@ const onConfirm = () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.bd-uplod {
|
.bd-upload {
|
||||||
::v-deep(.el-upload--picture-card) {
|
::v-deep(.el-upload--picture-card) {
|
||||||
height: 78px;
|
height: 78px;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<el-form-item label="应用图标">
|
<el-form-item label="应用图标">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="upload"
|
ref="upload"
|
||||||
class="bd-uplod"
|
class="bd-upload"
|
||||||
:action="actionURL"
|
:action="actionURL"
|
||||||
list-type="picture-card"
|
list-type="picture-card"
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
@ -214,7 +214,7 @@ const onConfirm = () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.bd-uplod {
|
.bd-upload {
|
||||||
::v-deep(.el-upload--picture-card) {
|
::v-deep(.el-upload--picture-card) {
|
||||||
height: 78px;
|
height: 78px;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user