!2 修复模块-数据报表中心样式异常问题,忽略由于node版本不同导致lock文件不同,只需要保留package.json即可
Merge pull request !2 from yxx7318/master
This commit is contained in:
commit
df252d049e
7
.gitignore
vendored
7
.gitignore
vendored
@ -45,4 +45,9 @@ debug.log
|
||||
!*.allowed_extension
|
||||
|
||||
# 不排除下列文件名
|
||||
!important_file.txt
|
||||
!important_file.txt
|
||||
|
||||
# 忽略由于node版本不同导致lock文件不同,只需要保留package.json即可
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
13030
package-lock.json
generated
13030
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
9075
pnpm-lock.yaml
9075
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user