diff --git a/src/components/pic-upload/index.vue b/src/components/pic-upload/index.vue index d10a9f5..92409a5 100644 --- a/src/components/pic-upload/index.vue +++ b/src/components/pic-upload/index.vue @@ -15,7 +15,11 @@ :src="resourcesUrl + modelValue" class="pic" > - + @@ -85,4 +89,8 @@ const beforeAvatarUpload = (file) => { .pic-uploader-component :deep(.el-upload:hover) { border-color: #409EFF; } +:deep(.el-upload) { + width: 148px; + height: 148px; +} diff --git a/src/components/tiny-mce/add-or-upload.vue b/src/components/tiny-mce/add-or-upload.vue deleted file mode 100644 index 4528de4..0000000 --- a/src/components/tiny-mce/add-or-upload.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - diff --git a/src/components/tiny-mce/index.vue b/src/components/tiny-mce/index.vue index 09d366c..705b535 100644 --- a/src/components/tiny-mce/index.vue +++ b/src/components/tiny-mce/index.vue @@ -9,13 +9,26 @@ :init="init" api-key="i6mv006qcwsfu1t7ebisntg5w261vpowkwirnx9cnse3ho5o" /> +
- + + + 点击上传图片 + +
@@ -23,7 +36,11 @@