diff --git a/src/views/welcome/index.vue b/src/views/welcome/index.vue index ac6ae49..19cf7c9 100644 --- a/src/views/welcome/index.vue +++ b/src/views/welcome/index.vue @@ -59,74 +59,105 @@ onMounted(async () => { @@ -321,15 +325,13 @@ onMounted(async () => { .goods-right { display: flex; align-items: center; - width: 450px; .goods-progress { flex: 1; - margin-right: 12px; + margin-right: 2px; } .goods-count { - width: 60px; text-align: right; font-size: 14px; color: var(--el-text-color-primary); @@ -344,5 +346,22 @@ onMounted(async () => { } } } + + .goods-container { + .goods-right { + width: 150px; + } + .goods-count { + width: 45px; + } + } + .order-container { + .goods-right { + width: 250px; + } + .goods-count { + width: 60px; + } + } } \ No newline at end of file