File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
>
10
10
upload
11
11
</el-button >
12
- <el-dialog :visible.sync =" dialogVisible" >
12
+ <el-dialog
13
+ :visible.sync =" dialogVisible"
14
+ :modal-append-to-body =" false"
15
+ >
13
16
<el-upload
14
17
:multiple =" true"
15
18
:file-list =" defaultFileList"
Original file line number Diff line number Diff line change @@ -204,11 +204,12 @@ export default class extends Vue {
204
204
position : absolute ;
205
205
right : 6px ;
206
206
top : 6px ;
207
+ z-index : 1002 ;
208
+ }
207
209
208
- & .fullscreen {
209
- z-index : 10000 ;
210
- position : fixed ;
211
- }
210
+ .fullscreen .editor-custom-btn-container {
211
+ z-index : 10000 ;
212
+ position : fixed ;
212
213
}
213
214
214
215
.editor-upload-btn {
Original file line number Diff line number Diff line change @@ -10704,9 +10704,9 @@ range-parser@^1.2.1, range-parser@~1.2.1:
10704
10704
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
10705
10705
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
10706
10706
10707
- "raphael@git+ https://github.com/nhn/raphael.git#2.2.0-c":
10707
+ "raphael@https://github.com/nhn/raphael.git#2.2.0-c":
10708
10708
version "2.2.0-c"
10709
- resolved "git+ https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
10709
+ resolved "https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
10710
10710
dependencies:
10711
10711
eve "git://github.com/adobe-webplatform/eve.git#eef80ed"
10712
10712
You can’t perform that action at this time.
0 commit comments