!2 修复模块-数据报表中心样式异常问题,忽略由于node版本不同导致lock文件不同,只需要保留package.json即可

Merge pull request !2 from yxx7318/master
This commit is contained in:
Dftre 2025-07-31 03:53:15 +00:00 committed by Gitee
commit df252d049e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 10 additions and 27188 deletions

5
.gitignore vendored
View File

@ -46,3 +46,8 @@ debug.log
# 不排除下列文件名 # 不排除下列文件名
!important_file.txt !important_file.txt
# 忽略由于node版本不同导致lock文件不同只需要保留package.json即可
package-lock.json
yarn.lock
pnpm-lock.yaml

13030
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -21,7 +21,7 @@
</view> </view>
<!-- 公司区域下拉列表 --> <!-- 公司区域下拉列表 -->
<drop-down ref="companyDrop" @tap="changDrop(2)" @changeItem="changeLocation" :list="locationArray" <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> </drop-down>
</view> </view>
<uni-calendar ref="calendar" :insert="false" :start-date="startDate" :end-date="endDate" :clearDate="false" <uni-calendar ref="calendar" :insert="false" :start-date="startDate" :end-date="endDate" :clearDate="false"
@ -245,6 +245,8 @@ body {
} }
.head { .head {
display: flex;
justify-content: space-between;
padding: 0 16rpx 14rpx 16rpx; padding: 0 16rpx 14rpx 16rpx;
color: #fff; color: #fff;
background-color: #40A2ED; background-color: #40A2ED;

5080
yarn.lock

File diff suppressed because it is too large Load Diff