|
@@ -6,12 +6,12 @@
|
|
|
<a-col :flex="1">
|
|
<a-col :flex="1">
|
|
|
<a-form :model="searchForm" ref="searchFormRef" :auto-label-width="true">
|
|
<a-form :model="searchForm" ref="searchFormRef" :auto-label-width="true">
|
|
|
<a-row :gutter="10">
|
|
<a-row :gutter="10">
|
|
|
- <a-col :sm="6" :xs="24">
|
|
|
|
|
|
|
+ <a-col :sm="4" :xs="24">
|
|
|
<a-form-item label="游戏" field="game_id">
|
|
<a-form-item label="游戏" field="game_id">
|
|
|
<game-select v-model="searchForm.game_id" multiple />
|
|
<game-select v-model="searchForm.game_id" multiple />
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :sm="6" :xs="24">
|
|
|
|
|
|
|
+ <a-col :sm="4" :xs="24">
|
|
|
<a-form-item label="对比方式" field="compare_type">
|
|
<a-form-item label="对比方式" field="compare_type">
|
|
|
<a-select
|
|
<a-select
|
|
|
v-model="searchForm.compare_type"
|
|
v-model="searchForm.compare_type"
|
|
@@ -43,7 +43,7 @@
|
|
|
</a-row>
|
|
</a-row>
|
|
|
</a-form>
|
|
</a-form>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-divider style="height: 84px" direction="vertical" />
|
|
|
|
|
|
|
+ <a-divider style="height: 34px" direction="vertical" />
|
|
|
<a-col flex="80px" :style="{ textAlign: 'right' }">
|
|
<a-col flex="80px" :style="{ textAlign: 'right' }">
|
|
|
<a-space direction="vertical" :size="20">
|
|
<a-space direction="vertical" :size="20">
|
|
|
<a-button type="primary" @click="search">
|
|
<a-button type="primary" @click="search">
|
|
@@ -52,12 +52,6 @@
|
|
|
</template>
|
|
</template>
|
|
|
{{ '搜索' }}
|
|
{{ '搜索' }}
|
|
|
</a-button>
|
|
</a-button>
|
|
|
- <a-button @click="resetSearch">
|
|
|
|
|
- <template #icon>
|
|
|
|
|
- <icon-refresh />
|
|
|
|
|
- </template>
|
|
|
|
|
- {{ '重置' }}
|
|
|
|
|
- </a-button>
|
|
|
|
|
</a-space>
|
|
</a-space>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|