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