fix: 实体详情关系弹框loading顺序调整,实体时间日期下拉层级调整

This commit is contained in:
@changcode
2022-06-17 14:05:03 +08:00
parent 39eadcac4c
commit 0377e887b7
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@
position: absolute;
right: 0;
top: 34px;
z-index: 1;
z-index: 2;
.date-range-panel-content-left {
padding-left: 10px;

View File

@@ -15,7 +15,7 @@
}
.refresh-list{
position: absolute;
z-index: 1;
z-index: 2;
background: #FFFFFF;
box-shadow: -1px 1px 10px -1px rgba(205,205,205,0.77);
border-radius: 2px;

View File

@@ -105,7 +105,7 @@
<span class="ship-body-list-security-length">{{ ship.length }}</span>
</span>
</template>
<span v-else class="no-recent-alerts"><i style="font-size: 14px;" class="el-icon-success"></i>{{$t('relationShip.noRecentAlerts')}}</span>
<span v-else-if="!loadingAlert && shipSeverity.length <= 0" class="no-recent-alerts"><i style="font-size: 14px;" class="el-icon-success"></i>{{$t('relationShip.noRecentAlerts')}}</span>
</div>
</div>
</div>