NEZ-2777 fix:Alert rule 新增页面 样式错误

This commit is contained in:
zhangyu
2023-04-17 11:29:53 +08:00
parent 7db4481c58
commit ffd6e1da7b
4 changed files with 4 additions and 5 deletions

View File

@@ -222,7 +222,7 @@
position: absolute;
right: 0;
top: 50px;
z-index: 1;
z-index: 11;
}
.facade-top{

View File

@@ -195,7 +195,7 @@
position: absolute;
right: 0;
top: 50px;
z-index: 1;
z-index: 11;
}
.facade-top{

View File

@@ -92,7 +92,6 @@
<el-option v-for="subItem in filterOperators" :id="'operator-'+subItem.key" :key="'Result' + subItem.value" :label="subItem.label" :value="subItem.value"></el-option>
</el-select>
</div>
{{$t('alert.config.enterRegular')}}
<el-input v-model="item.value" :placeholder="item.operator==='=~'?$t('alert.config.enterRegular'):$t('alert.config.enterThreshold')" size="small" type="text" style="flex:1"/>
</div>
</el-form-item>

View File

@@ -11,8 +11,8 @@
</div>
<div :class="{'top-tool-main-right-to-left': bottomBox.showSubList}" class="top-tool-right">
<div v-if="showLayout.indexOf('searchInput') > -1" class="top-tool-search margin-r-20" :class="{'project-search alert-table asset-table endpoint-table': searchRight}">
<search-input ref="searchInput" :from="from" :position='from' :inTransform="bottomBox.inTransform" :searchMsg="searchMsg" @search="search"></search-input>
<!-- <search-box :from="from" :position='from' :inTransform="bottomBox.inTransform" :searchMsg="searchMsg" @search="search"></search-box>-->
<!-- <search-input ref="searchInput" :from="from" :position='from' :inTransform="bottomBox.inTransform" :searchMsg="searchMsg" @search="search"></search-input>-->
<search-box :from="from" :position='from' :inTransform="bottomBox.inTransform" :searchMsg="searchMsg" @search="search"></search-box>
</div>
<template>
<slot name="top-tool-right"></slot>