From 0be0c44e8b282f0d778a51d207b0ad711fc15160 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Wed, 16 Oct 2024 13:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E6=B1=87=E6=80=BB=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=961?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageSalesSummary/index.vue | 19 +++++++++++-------- pageStaff/index.vue | 6 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/pageSalesSummary/index.vue b/pageSalesSummary/index.vue index 3b062f7..e52bffa 100644 --- a/pageSalesSummary/index.vue +++ b/pageSalesSummary/index.vue @@ -232,12 +232,13 @@ justify-content: space-around; background-color: #fff; padding-bottom: 20rpx; + padding-top: 16rpx; .timelistbox { position: relative; .time-item { - width: 90rpx; + font-size: 28rpx; text-align: center; padding-bottom: 10rpx; } @@ -245,20 +246,20 @@ .xian { width: 40rpx; height: 3rpx; - background-color: #459DFF; + background-color: #318AFE; position: absolute; - left: 26rpx; + left: 16rpx; bottom: 0; } } .time-selected { - color: #459DFF; + color: #318afe; + font-size: 32rpx!important; } } .pageSalesSummaryContent { - width: 694rpx; height: 320rpx; margin: 20rpx 28rpx; background-image: url('./svg/bgimg.svg'); @@ -281,7 +282,7 @@ // width: calc(100% - 5px); overflow-x: scroll; white-space: nowrap; - margin: 0 28rpx; + margin: 32rpx 28rpx; margin-right: 30rpx; border-radius: 30rpx 30rpx 0 0; @@ -295,7 +296,8 @@ .table-scroll thead { display: table-row; background-color: bisque; - + font-size: 24rpx; + height: 82rpx; } .table-scroll tbody { @@ -312,7 +314,7 @@ overflow: hidden; text-overflow: ellipsis; min-width: 250rpx; - border: 2rpx solid #7E9BD4; + border: 1.2rpx solid #7E9BD4; } .bottombtn { @@ -322,6 +324,7 @@ text-align: center; margin: 0rpx auto; background: #F1F1F1; + font-size: 24rpx; border-radius: 0rpx 0rpx 28rpx 28rpx; } diff --git a/pageStaff/index.vue b/pageStaff/index.vue index b8e8201..bc80ff8 100644 --- a/pageStaff/index.vue +++ b/pageStaff/index.vue @@ -11,7 +11,7 @@ - + 是否启用用 @@ -121,12 +121,12 @@ .liststyle { >li { - width: 694rpx; + // width: 694rpx; height: 192rpx; background: #FFFFFF; border-radius: 10rpx 10rpx 10rpx 10rpx; padding: 0 16rpx; - margin: 32rpx auto; + margin: 32rpx 16rpx; >view { display: flex;