|
@@ -337,7 +337,7 @@ export default {
|
|
|
<option value="">Product</option>
|
|
|
<option v-for="item in productList" :key="item.id" :value="item.code">{{ item.name }}</option>
|
|
|
</select>
|
|
|
- <div @click="getOverviewProduct" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px px-10px py-4px text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
+ <div @click="getOverviewProduct" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px flex items-center justify-center text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
</div>
|
|
|
<div class="flex flex-wrap justify-between mt-24px">
|
|
|
<div class="h-56px flex-1 bg-[#F6F7F9] border-[#D9D9D9] border-1px rounded-4px py-18px pl-24px pr-40px flex justify-between items-center mr-24px">
|
|
@@ -380,7 +380,7 @@ export default {
|
|
|
<option value="3">Last 30 Days</option>
|
|
|
<option value="4">This Month</option>
|
|
|
</select>
|
|
|
- <div @click="getChartStatistics()" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px px-10px py-4px text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
+ <div @click="getChartStatistics()" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px flex items-center justify-center text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
</div>
|
|
|
<div></div>
|
|
|
</div>
|
|
@@ -422,7 +422,7 @@ export default {
|
|
|
<option value="">Product</option>
|
|
|
<option v-for="item in productList" :key="item.id" :value="item.code">{{ item.name }}</option>
|
|
|
</select>
|
|
|
- <div @click="getTeamMemberData" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px px-10px py-4px text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
+ <div @click="getTeamMemberData" class="w-70px h-28px border-[#1460F3] border-1px rounded-4px flex items-center justify-center text-14px leading-20px text-[#1460F3] cursor-pointer">Confirm</div>
|
|
|
</div>
|
|
|
<div class="flex flex-wrap justify-between mt-24px">
|
|
|
<div class="h-56px bg-[#F6F7F9] border-[#D9D9D9] border-1px rounded-4px py-18px pl-24px pr-40px flex-auto flex justify-between items-center mr-24px">
|