Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
04a5c133
Commit
04a5c133
authored
Jun 04, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
履约记录微调
parent
c3cb5637
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
performanceRecord.vue
src/components/order/performanceRecord.vue
+6
-4
No files found.
src/components/order/performanceRecord.vue
View file @
04a5c133
...
...
@@ -4,7 +4,7 @@
<text>
履约记录
</text>
</view>
<view
v-if=
"orderRecords.length == 0"
class=
"no-record-view"
>
当前暂无履约记录
</view>
<view
v-else
class=
"record-list-view
"
>
<view
v-else
:class=
"['record-list-view',
{'short': orderRecords.length
<
=
showLenght
}]
"
>
<view
class=
"record-right-view"
>
<view
class=
"dashed-line-view"
></view>
<view
class=
"order-list"
>
...
...
@@ -100,7 +100,9 @@
.record-list-view
{
position
:
relative
;
&
.short
{
padding-bottom
:
30rpx
;
}
.record-right-view
{
position
:
relative
;
display
:
flex
;
...
...
@@ -189,7 +191,7 @@
text-align
:
center
;
color
:
#2272FF
;
font-size
:
26rpx
;
margin
-top
:
30rpx
;
padding
-top
:
30rpx
;
padding-bottom
:
30rpx
;
}
...
...
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