[update] 拆分细节

This commit is contained in:
zhaomeijing
2022-06-14 15:18:25 +08:00
parent bc0e0186df
commit 58d1c1258f
6 changed files with 13 additions and 14 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<template>
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="6" :sm="8" v-for="(item,index) in searchList" :key="index" style="line-height: 48px">
<a-col :md="10" :sm="8" v-for="(item,index) in searchList" :key="index" style="line-height: 48px">
<template v-if="index < 3">
<div class="box-title-text" v-if="item.field_show_type == '0'">
<div class="title-text" :title="item.db_field_txt">
@@ -241,6 +241,7 @@
}
.box-input {
min-width: 200px;
display: inline-block;
width: 70%;
height: 38px;