style: project 页面 右侧图表 alertTable Box select 样式调整

This commit is contained in:
@changcode
2021-11-12 15:35:38 +08:00
parent 6a4671ac5e
commit 6ee703d2c3
3 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
v-loading="tools.loading" v-loading="tools.loading"
> >
<template v-slot:top-tool-right> <template v-slot:top-tool-right>
<el-select v-model="state" size="small" value-key="value" @change="getTableData"> <el-select v-model="state" size="small" value-key="value" popper-class="right-box-select-top right-public-box-dropdown-top" @change="getTableData">
<el-option v-for="item in stateOptions" :key="item.value" :label="$t(item.label)" :value="item.value"></el-option> <el-option v-for="item in stateOptions" :key="item.value" :label="$t(item.label)" :value="item.value"></el-option>
</el-select> </el-select>
</template> </template>

View File

@@ -1640,7 +1640,7 @@ export default {
.localStorage_list_box{ .localStorage_list_box{
position: absolute; position: absolute;
left: 10px; left: 10px;
top: 36px; top: 30px;
width: auto; width: auto;
min-width:250px; min-width:250px;
max-width: 350px; max-width: 350px;

View File

@@ -117,6 +117,7 @@ export default {
return { return {
url: 'visual/panel/chart', url: 'visual/panel/chart',
tableId: 'chartTemp', tableId: 'chartTemp',
orderBy: 'id',
/* 搜素相关 */ /* 搜素相关 */
searchMsg: { // 给搜索框子组件传递的信息 searchMsg: { // 给搜索框子组件传递的信息
searchLabelList: [ searchLabelList: [