修改全局悬浮框添加最大高度

This commit is contained in:
guanj
2026-07-21 15:10:48 +08:00
parent 5eb5a01b50
commit 472babe0ce
4 changed files with 81 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div :style="{ width: isMinuteData ? '750px' : '610px' }">
<div :style="{ width: isMinuteData ? '750px' : '620px' }">
<el-select v-model="interval" style="min-width: 90px; width: 90px; margin-right: 10px" @change="timeChange" filterable>
<el-option v-for="item in timeOptions" :key="item.value" :label="item.label" :value="item.value" />
</el-select>