需求变更-6

This commit is contained in:
aixianling
2024-10-22 15:36:53 +08:00
parent aaf651b8ba
commit 197dc4bcdb

View File

@@ -25,8 +25,8 @@ export default {
<div class="flex gap">
<div style="width: 430px;">
<app-sub-title/>
<app-sales-performance style="margin-bottom: 20px"/>
<app-key-goods/>
<app-sales-performance style="margin-bottom: 10px"/>
<app-key-goods style="height: 208px"/>
</div>
<app-map class="fill"/>
</div>
@@ -36,8 +36,9 @@ export default {
</div>
</div>
<div style="width: 480px;">
<app-hour-sale/>
<app-hour-count/>
<app-sub-title text="全门店时段销售"/>
<app-hour-sale style="height: 600px"/>
<app-hour-count style="height: 260px"/>
</div>
</div>
</section>