固定查询按钮宽度

This commit is contained in:
fish
2026-05-03 21:14:31 +08:00
parent 526903bf4a
commit ad66aec880

View File

@@ -85,7 +85,7 @@ onMounted(async () => {
<el-input-number v-model="filter.limit" :min="10" :max="500" :step="50" />
</el-form-item>
<el-form-item>
<el-button type="primary" :loading="loading" @click="reload">查询</el-button>
<el-button type="primary" :loading="loading" style="width: 88px" @click="reload">查询</el-button>
</el-form-item>
<el-form-item label="快捷">
<el-button-group class="signal-group">