style: alert Rule 下拉框样式调整

This commit is contained in:
@changcode
2021-09-27 15:39:23 +08:00
parent 4aba56b702
commit c1ed41785a
7 changed files with 18 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="pop-custom" :class="{'pop-custom-top' : tableClass}" v-clickoutside="esc">
<div class="pop-custom" :class="{'pop-custom-top' : tableClass || operationTrue}" v-clickoutside="esc">
<div class="pop-title">{{$t('overall.select')}}</div>
<div class="pop-box custom-labels">
<div style="height: 100%; overflow: auto;">
@@ -45,7 +45,8 @@ export default {
originalTableTitle: Array, // 原始title
tableId: String,
allowedAll: { default: false },
tableClass: Boolean
tableClass: Boolean,
operationTrue: Boolean
},
data () {
return {