fix:修复模块-数据报表中心样式异常问题

This commit is contained in:
yxx7318 2025-07-24 13:45:23 +08:00
parent e269327484
commit 782137dc06
3 changed files with 2351 additions and 1510 deletions

View File

@ -6,7 +6,7 @@
<view class="number">{{item.now?item.now+"/":""}}{{item.expect}} [{{item.value}}%]</view>
<progress :percent="item.value" backgroundColor="#C9C9C9"
:border-radius="borderRadius?borderRadius+'rpx':'0px'"
:color="time"
active="true"
stroke-width="16" />
</view>
</view>

View File

@ -21,7 +21,7 @@
</view>
<!-- 公司区域下拉列表 -->
<drop-down ref="companyDrop" @tap="changDrop(2)" @changeItem="changeLocation" :list="locationArray"
:contentTop="top" contentRight="10" :selectWidth="showCalendar ? '200rpx' : '300rpx'" listWidth="75%">
:contentTop="top" contentRight="10" :selectWidth="showCalendar ? '200rpx' : '400rpx'" listWidth="75%">
</drop-down>
</view>
<uni-calendar ref="calendar" :insert="false" :start-date="startDate" :end-date="endDate" :clearDate="false"
@ -245,6 +245,8 @@ body {
}
.head {
display: flex;
justify-content: space-between;
padding: 0 16rpx 14rpx 16rpx;
color: #fff;
background-color: #40A2ED;

3855
yarn.lock

File diff suppressed because it is too large Load Diff