style: 浏览器缩放提示样式调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<transition name="el-zoom-in-center">
|
||||
<div v-show="browserWindowZoom" class="zoom">
|
||||
<div v-show="browserWindowZoom" class="zoom" style="z-index: 101;">
|
||||
<i class="nz-icon nz-icon-about-full"></i>
|
||||
<span>{{$t('tip.zoomStatusPrompt')}}</span>
|
||||
<button class="zoom-button" @click="doNotAskAgain">{{$t('tip.doNotAskAgain')}}</button>
|
||||
|
||||
@@ -651,7 +651,7 @@ export default {
|
||||
this.severitySelect.forEach((item, index) => {
|
||||
this.$set(item, 'searchType', 'severity')
|
||||
})
|
||||
console.log(this.severitySelect)
|
||||
// console.log(this.severitySelect)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user