|
@@ -234,9 +234,10 @@
|
|
trigger="click"
|
|
trigger="click"
|
|
|
|
|
|
>
|
|
>
|
|
- <div class="openCeBox"
|
|
|
|
- v-loading="aiscoLoading"
|
|
|
|
- element-loading-spinner="../../../../assets/KekeLoading.gif">
|
|
|
|
|
|
+ <div class="openCeBox">
|
|
|
|
+ <div v-if="aiscoLoading" class="openCeBoxLoading">
|
|
|
|
+ 小可努力生成中,请稍等片刻<img style="width: 50px;" src="../../../../assets/KekeLoading.gif" alt="">
|
|
|
|
+ </div>
|
|
<div style="display: flex;justify-content: space-between;align-items: center;">
|
|
<div style="display: flex;justify-content: space-between;align-items: center;">
|
|
<div class="TopTit">智能分析列</div>
|
|
<div class="TopTit">智能分析列</div>
|
|
<el-popover
|
|
<el-popover
|
|
@@ -5551,6 +5552,21 @@ ${JSON.stringify(item.array)}
|
|
font-size: 14px !important;
|
|
font-size: 14px !important;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.openCeBoxLoading{
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ z-index: 10;
|
|
|
|
+ background: #fff;
|
|
|
|
+ opacity: .8;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ color: #000;
|
|
}
|
|
}
|
|
.TopTit{
|
|
.TopTit{
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|