|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="ioc-query-form">
|
|
|
- <a-form layout="inline" :form="formData">
|
|
|
+ <a-form layout="inline" :form="formData" style="position: relative">
|
|
|
<a-form-item label="单位名称:" class="formItem" v-if="visible.company">
|
|
|
<a-select default-value="0" style="width: 200px" v-model="formData.companyId">
|
|
|
<!--<a-select-option value="0"> 全部 </a-select-option>-->
|
|
@@ -31,7 +31,7 @@
|
|
|
<timeRange :time-range.sync="formData.timeRange" ref="timeRange" style="width: 250px"></timeRange>
|
|
|
</a-form-item>
|
|
|
<slot name="extraItem"></slot>
|
|
|
- <a-form-item class="formItem" style="float: right; margin-right: 3%">
|
|
|
+ <a-form-item class="formItem" style="position: absolute;right: 0">
|
|
|
<a-space size="middle">
|
|
|
<a-button type="primary" size="small" style="width: 70px; background-color: #b3b3b3; border: none" @click="formReset"
|
|
|
>重置</a-button
|