style:信息查询样式修改
Showing
2 changed files
with
4 additions
and
5 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-27 09:53:16 | 4 | * @LastEditTime: 2023-05-29 09:36:27 |
5 | */ | 5 | */ |
6 | import dialogBox from '@/components/DialogBox' | 6 | import dialogBox from '@/components/DialogBox' |
7 | import LbTable from '@/components/LbTable' | 7 | import LbTable from '@/components/LbTable' |
8 | import Breadcrumb from "@/components/Breadcrumb.vue"; | 8 | import Breadcrumb from "@/components/Breadcrumb.vue"; |
9 | // 引入按钮 | 9 | // 引入按钮 |
10 | import btn from '@/components/Button.vue' | 10 | import btn from '@/components/Button.vue' |
11 | import Popup from '@/components/Popup/index' | ||
12 | import MessageBox from '@/components/MessageBox/index.js' | 11 | import MessageBox from '@/components/MessageBox/index.js' |
13 | export default { | 12 | export default { |
14 | install: (Vue) => { | 13 | install: (Vue) => { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description :接收报文查询 | 2 | * @Description :接收报文查询 |
3 | * @Autor : miaofang | 3 | * @Autor : miaofang |
4 | * @LastEditTime : 2023-05-18 13:11:18 | 4 | * @LastEditTime: 2023-05-29 09:57:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 接收报文查询 --> | 7 | <!-- 接收报文查询 --> |
8 | <div class="reportLog from-clues"> | 8 | <div class="reportLog from-clues"> |
9 | <!-- 头部搜索 --> | 9 | <!-- 头部搜索 --> |
10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
11 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 11 | <el-form ref="ruleForm" :model="form" label-width="90px"> |
12 | <Breadcrumb /> | 12 | <Breadcrumb /> |
13 | <el-row class="mb-5"> | 13 | <el-row class="mb-5"> |
14 | <el-col :span="6"> | 14 | <el-col :span="6"> |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | <el-col :span="6"> | 24 | <el-col :span="6"> |
25 | <el-form-item label="查询证件名称" prop="zjmc"> | 25 | <el-form-item label="查询证件名称" prop="zjmc" label-width="110px"> |
26 | <el-input v-model.trim="form.zjmc" clearable class="width100" placeholder="业务流水号"></el-input> | 26 | <el-input v-model.trim="form.zjmc" clearable class="width100" placeholder="业务流水号"></el-input> |
27 | </el-form-item> | 27 | </el-form-item> |
28 | </el-col> | 28 | </el-col> | ... | ... |
-
Please register or sign in to post a comment