修改全局悬浮框添加最大高度
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user