style: project 页面 右侧图表 alertTable Box select 样式调整
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user