fix:修复导入弹窗层级过低
This commit is contained in:
@@ -1270,6 +1270,10 @@ li {
|
||||
&>span{
|
||||
margin-right: 12px;
|
||||
}
|
||||
.exists-select{
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
}
|
||||
}
|
||||
.import-select-list{
|
||||
.import-select-item{
|
||||
|
||||
@@ -700,7 +700,6 @@ const unitOptions = [
|
||||
]
|
||||
const units = []
|
||||
window.addEventListener('load', function () {
|
||||
console.log(13213)
|
||||
if (units.length < 1) {
|
||||
unitOptions.forEach((item, index) => {
|
||||
item.children.forEach((n, i) => {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
:title="importBox.title"
|
||||
:visible.sync="importBox.show"
|
||||
width="580px"
|
||||
:modal-append-to-body="false"
|
||||
:append-to-body="true"
|
||||
@close="closeDialog"
|
||||
:class="{'import-failContent-dialog':importBox.type==3}"
|
||||
class="nz-dialog">
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="import-select">
|
||||
<div class="exists">
|
||||
<span>{{$t('overall.existed')}}</span>
|
||||
<el-select v-model="importBox.existed" style="flex:1" size="medium" popper-class="exists-select">
|
||||
<el-select v-model="importBox.existed" :popper-append-to-body="false" style="flex:1" size="medium" popper-class="exists-select">
|
||||
<el-option
|
||||
v-for="item in existedArr"
|
||||
:key="item.value"
|
||||
|
||||
@@ -4,7 +4,6 @@ import vm from '../../../../entrance/app/main'
|
||||
import exportHtml from '../../../../entrance/exportHtml/exportHtml'
|
||||
// const vm = window.dataJson ? exportHtml : app
|
||||
window.addEventListener('load', function () {
|
||||
console.log(123213)
|
||||
if (!window.dataJson) {
|
||||
commonOption.toolbox.feature.dataZoom.title.zoom = vm.$i18n.t('overall.toolBox.zoom')
|
||||
commonOption.toolbox.feature.dataZoom.title.back = vm.$i18n.t('overall.toolBox.back')
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user