Commit b63bbf0e by yuwei

项目初始化

parent b42d0a49
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<el-col :span="18"> <el-col :span="18">
<el-card class="box-card" shadow="always"> <el-card class="box-card" shadow="always">
<div v-if="tableName"> <div v-if="tableName">
<el-form ref="queryForm" :model="queryParams" size="mini" :inline="true"> <el-form ref="queryForm" class="queryForm" :model="queryParams" size="mini" :inline="true">
<el-form-item v-for="(item, index) in queryParams.conditions" :label="item.columnName" :prop="item.column" :key="index"> <el-form-item v-for="(item, index) in queryParams.conditions" :label="item.columnName" :prop="item.column" :key="index">
<template v-if="item.dictList && item.dictList.length > 0"> <template v-if="item.dictList && item.dictList.length > 0">
<el-select v-model.trim="item.value" clearable placeholder="请选择"> <el-select v-model.trim="item.value" clearable placeholder="请选择">
...@@ -525,4 +525,9 @@ export default { ...@@ -525,4 +525,9 @@ export default {
font-size: 18px; font-size: 18px;
margin-top: 20%; margin-top: 20%;
} }
.queryForm{
.el-input {
width: unset;
}
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment