|
@@ -2,18 +2,18 @@
|
|
|
<div>
|
|
|
<el-card>
|
|
|
<span class="title">监控ASIN每月平均评分</span>
|
|
|
- <div style="display: flex; align-items: baseline; justify-content: space-between">
|
|
|
+ <div class="mb-1" style="display: flex; align-items: baseline; justify-content: space-between">
|
|
|
<div style="display: flex; gap: 25px; margin-bottom: 10px">
|
|
|
<div>
|
|
|
- <span style="font-size: 14px; padding-right: 4px; color: #95969a;font-weight: 500">ASIN </span>
|
|
|
+ <span style="font-size: 14px; padding-right: 4px; ">ASIN </span>
|
|
|
<el-input v-model="searchAsin" clearable style="width: 180px" @change="fetchData"></el-input>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <span style="font-size: 14px; padding-right: 4px; color: #95969a;font-weight: 500">SKU </span>
|
|
|
+ <span style="font-size: 14px; padding-right: 4px; ">SKU </span>
|
|
|
<el-input v-model="searchSku" clearable style="width: 180px" @change="fetchData"></el-input>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <span style="font-size: 14px; color: #95969a;font-weight: 500">时间选择 </span>
|
|
|
+ <span class="mr-1" style="font-size: 14px; ">时间选择 </span>
|
|
|
<el-date-picker
|
|
|
v-model="asinMonthDate"
|
|
|
:clearable="false"
|