|
@@ -19,7 +19,7 @@
|
|
|
<div style="max-width: 800px;margin-top: 0px;display: flex;justify-content: center;align-items: center;">
|
|
|
<search :field="field" :searchResult="true" :searchValue="false" :countryList="queryParams.countryList"
|
|
|
@search="search"></search>
|
|
|
- <p><el-link style="width: 50px;margin-left: -60px;color: #409EFF;" @click="searches">检索式</el-link></p>
|
|
|
+ <p><el-link style="width: 50px;color: #409EFF;" @click="searches">检索式</el-link></p>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-button type="primary" size="small" @click="importToProject">导入专利</el-button>
|