Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfp-program
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
sfp-program
Commits
c3d5f62e
Commit
c3d5f62e
authored
Sep 29, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
76b016d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
pages/footer/footer.vue
+1
-1
pages/housePurchase/loanBalance.vue
+9
-6
No files found.
pages/footer/footer.vue
View file @
c3d5f62e
...
...
@@ -24,7 +24,7 @@
<
style
>
.supportDeclarationContainer
{
padding-bottom
:
60
px
;
padding-bottom
:
160
r
px
;
text-align
:
center
;
color
:
#ccc
;
display
:
flex
;
...
...
pages/housePurchase/loanBalance.vue
View file @
c3d5f62e
...
...
@@ -16,8 +16,10 @@
<input
class=
"uni-input"
type=
"
{{
item
.
type
}}
" v-model="item.value" placeholder="请输入" :disabled="isReadonly"/>
<span>
{{
item
.
unit
}}
</span>
</div>
<div
v-else-if=
"item.type==='select'"
style=
"width:30%"
>
<uni-data-select
v-model=
"item.value"
:localdata=
"repaymentMethodLists"
></uni-data-select>
<div
v-else-if=
"item.type==='select'"
style=
"width:55%"
>
<view
class=
"btn_wrapper"
>
<button
class=
"min-btn"
@
click=
"slectedMethod1=listItem.value;item.value=listItem.value"
:class=
"
{actived:slectedMethod1 == listItem.value}" type="default" plain="true" v-for="listItem of repaymentMethodLists">
{{
listItem
.
text
}}
</button>
</view>
</div>
</li>
</ul>
...
...
@@ -56,6 +58,7 @@
data
(){
return
{
slectedMethod
:
1
,
slectedMethod1
:
1
,
accumulationFundParams
:[
{
id
:
'00'
,
text
:
'公积金贷款余额'
,
value
:
null
,
type
:
'digit'
,
unit
:
'元'
,
alias
:
'oldHouseLoanBalance'
},
{
id
:
'01'
,
text
:
'公积金还款方式'
,
value
:
null
,
type
:
'select'
,
unit
:
''
,
alias
:
'oldCalcuteType'
},
...
...
@@ -336,15 +339,15 @@
&.actived{
color
:
#6B4000
;
}
&
.actived
::
after
{
&
.actived
::
before
{
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
80%
;
top
:
20%
;
right
:
0
;
bottom
:
0
;
width
:
0
;
height
:
0
;
border
:
40
rpx
solid
#fed9a1
;
border
:
18
rpx
solid
#fed9a1
;
border-top-color
:
transparent
;
border-left-color
:
transparent
;
}
...
...
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