|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="pb_content" style="background: #F0F2F5;" v-loading="uploadWorkLoading">
|
|
|
+ <div class="pb_content" style="background: #F0F2F5;" v-loading.fullscreen.lock="uploadWorkLoading">
|
|
|
<div class="pb_content_body" style="position: relative; margin: 0">
|
|
|
<div class="right">
|
|
|
<div style="width: 100%; height: 100%; overflow: auto" ref="stepBox">
|
|
|
@@ -197,7 +197,7 @@
|
|
|
</div>
|
|
|
<!-- 基础信息弹窗 -->
|
|
|
<el-dialog :title="lang.ssBasicInfo" :visible.sync="dialogVisibleBasicInfo" :append-to-body="true" width="90%"
|
|
|
- :before-close="handleClose" class="dialog_diy" v-loading="uploadWorkLoading">
|
|
|
+ :before-close="handleClose" class="dialog_diy">
|
|
|
<div>
|
|
|
<div class="whiteBg" style="background:unset;padding: 0;">
|
|
|
<div>
|