Skip to content

Commit

Permalink
Merge pull request #174 from DWmister/master
Browse files Browse the repository at this point in the history
fixed: 富文本编辑器上传按钮显示问题
  • Loading branch information
Armour authored Nov 1, 2020
2 parents 0621b6b + 770d3bb commit 6bc162c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion src/components/Tinymce/components/EditorImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
>
upload
</el-button>
<el-dialog :visible.sync="dialogVisible">
<el-dialog
:visible.sync="dialogVisible"
:modal-append-to-body="false"
>
<el-upload
:multiple="true"
:file-list="defaultFileList"
Expand Down
9 changes: 5 additions & 4 deletions src/components/Tinymce/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,12 @@ export default class extends Vue {
position: absolute;
right: 6px;
top: 6px;
z-index: 1002;
}
&.fullscreen {
z-index: 10000;
position: fixed;
}
.fullscreen .editor-custom-btn-container {
z-index: 10000;
position: fixed;
}
.editor-upload-btn {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10704,9 +10704,9 @@ range-parser@^1.2.1, range-parser@~1.2.1:
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==

"raphael@git+https://github.com/nhn/raphael.git#2.2.0-c":
"raphael@https://github.com/nhn/raphael.git#2.2.0-c":
version "2.2.0-c"
resolved "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
resolved "https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
dependencies:
eve "git://github.com/adobe-webplatform/eve.git#eef80ed"

Expand Down

0 comments on commit 6bc162c

Please sign in to comment.