固定查询按钮宽度
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user