@@ -881,6 +881,7 @@ const uploadImage = (file: any) => {
height: 18px;
margin-right: 20px;
content: "";
+ margin-top: 6px;
background-color: #0083ff;
}
@@ -1,7 +1,7 @@
<template>
<div>
<PageMain class="vh100">
- <SearchForm :fields="fields" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" />
+ <SearchForm :fields="fields" :isOffset="true" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" />
<ComplexTable :tableData="tableData" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
:pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange" uniqueIdName="costId">
<template v-slot:table-title-btn>