微调log页面

This commit is contained in:
寻欢·李 2018-04-23 14:46:59 +08:00
parent e8fffa38a9
commit 69ffd158b2

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container calendar-list-container">
<div class="filter-container">
<el-select v-model="listQuery.type" filterable placeholder="请选择">
<el-select style="width: 200px;" v-model="listQuery.type" filterable placeholder="请选择">
<el-option v-for="item in dicts" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>