Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
71d7fc57
Commit
71d7fc57
authored
Apr 08, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改备注显示;
parent
1d64af36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/pages/StudentPayment/PayProjectHistoryDetails/PayProjectHistoryDetails.vue
...ent/PayProjectHistoryDetails/PayProjectHistoryDetails.vue
+6
-3
No files found.
src/pages/StudentPayment/PayProjectHistoryDetails/PayProjectHistoryDetails.vue
View file @
71d7fc57
...
@@ -47,7 +47,8 @@
...
@@ -47,7 +47,8 @@
{{
ChargeProDetail
.
chargeName
||
""
}}
{{
ChargeProDetail
.
chargeName
||
""
}}
</view>
</view>
<van-notice-bar
:scrollable=
"ChargeProDetail.descInfo.length>20?true:false"
background=
"#ffffff"
<van-notice-bar
:scrollable=
"ChargeProDetail.descInfo.length>20?true:false"
background=
"#ffffff"
color=
"#333333"
style=
"padding: 0; font-family: PingFang SC;font-weight: 500;color: #999999;"
:text=
"ChargeProDetail.descInfo||''"
/>
color=
"#333333"
style=
"padding: 0; font-family: PingFang SC;font-weight: 500;color: #999999;"
:text=
"ChargeProDetail.descInfo||''"
/>
</view>
</view>
<!-- 备注 -->
<!-- 备注 -->
<view
class=
"remarks"
style=
"height: auto;"
>
<view
class=
"remarks"
style=
"height: auto;"
>
...
@@ -128,7 +129,7 @@
...
@@ -128,7 +129,7 @@
{{
remarksType
[
ChargeProDetail
.
notesType
-
1
]
}}
{{
remarksType
[
ChargeProDetail
.
notesType
-
1
]
}}
</text>
</text>
<view
class=
"remarksTextarea"
>
<view
class=
"remarksTextarea"
>
{{
remarks
}}
{{
ChargeProDetail
.
remarks
||
''
}}
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -286,7 +287,8 @@
...
@@ -286,7 +287,8 @@
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
page
,
.tainer
{
page
,
.tainer
{
background
:
#F3F5F6
;
background
:
#F3F5F6
;
height
:
100vh
;
height
:
100vh
;
}
}
...
@@ -473,6 +475,7 @@
...
@@ -473,6 +475,7 @@
margin
:
0
auto
;
margin
:
0
auto
;
}
}
}
}
.headerImg
{
.headerImg
{
width
:
750rpx
;
width
:
750rpx
;
height
:
480rpx
;
height
:
480rpx
;
...
...
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