Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
d0a377d5
Commit
d0a377d5
authored
Aug 26, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
d4a02383
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
index.vue
setting/dataStatistics/index.vue
+16
-2
No files found.
setting/dataStatistics/index.vue
View file @
d0a377d5
...
...
@@ -3,7 +3,7 @@
<view
class=
"header-content"
:style=
"
{paddingTop:statusBarHeight+'px' }">
<image
class=
"logo-bg"
:src=
"assetsPath +'/logo_v1.png'"
mode=
"widthFix"
></image>
</view>
<view
class=
"container-box"
:style=
"
{
t
op: statusBarHeight+'px'}">
<view
class=
"container-box"
:style=
"
{
paddingT
op: statusBarHeight+'px'}">
<view
class=
"store-name-box"
>
<view
class=
"flex-row"
>
<text
class=
"cuIcon-back text-white text-bold"
@
tap=
"onBack"
></text>
...
...
@@ -20,6 +20,7 @@
</view>
</picker>
</view>
<scroll-view
scroll-y=
"true"
class=
"scroll-view"
>
<view
class=
"data-statistics-content"
>
<view
class=
"statistics"
>
<view
class=
"date-list"
>
...
...
@@ -158,6 +159,7 @@
</view>
</view>
</view>
</scroll-view>
</view>
<u-calendar
:show=
"show"
:minDate=
"minDate"
:maxDate=
"maxDate"
mode=
"range"
:defaultDate=
"defaultDate"
:monthNum=
'13'
@
confirm=
"onConfirm"
@
close=
"onCancel"
></u-calendar>
</view>
...
...
@@ -314,6 +316,8 @@
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
height
:
100vh
;
overflow
:
hidden
;
.header-content
{
position
:
fixed
;
top
:
0
;
...
...
@@ -332,8 +336,10 @@
.container-box
{
position
:
absolute
;
left
:
0
;
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
min-height
:
90vh
;
height
:
100%
;
}
}
.store-name-box
{
...
...
@@ -370,6 +376,8 @@
}
}
.data-statistics-content
{
position
:
absolute
;
left
:
0
;
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
...
...
@@ -477,4 +485,9 @@
}
}
}
.scroll-view
{
display
:
flex
;
flex
:
1
;
width
:
100%
;
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment