修改 弹框样式

This commit is contained in:
GGJ
2024-09-30 15:37:33 +08:00
parent d59ee50549
commit e67438cc76
15 changed files with 127 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div style="width: 600px">
<div style="width: 540px">
<el-select v-model="interval" style="min-width: 90px; width: 90px; margin-right: 10px" @change="timeChange">
<el-option v-for="item in timeOptions" :key="item.value" :label="item.label" :value="item.value" />
</el-select>