Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
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
rl
hls-rljj-wx
Commits
a6ecae38
Commit
a6ecae38
authored
May 07, 2022
by
liangliang.wang01
🤸🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化账单页面,尝试解决跳转时出现的盒子变形问题。
parent
bb7232b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
21 deletions
+14
-21
cmbPolyPay.vue
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
+14
-21
No files found.
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
View file @
a6ecae38
...
...
@@ -24,10 +24,10 @@
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
状态:
<span
style=
"font-weight: 700;
color: rgba(198, 0, 0, 0.5);"
>
{{
item
.
status
}}
</span></div>
</div>
<button
@
click=
"download(index)"
>
账单下载
</button>
<router-link
:to=
"
{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}">
<img
src=
"../../../assets\image\right-arrow@2x.png"
class=
"more"
alt=
""
>
<router-link
:to=
"
{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}" class="more">
<img
src=
"../../../assets\image\right-arrow@2x.png"
alt=
""
>
</router-link>
<button
@
click=
"download(index)"
>
账单下载
</button>
</article>
</div>
<div
v-else-if=
"ListNum == 0"
class=
"billList"
>
...
...
@@ -167,6 +167,7 @@ export default {
.billList {
//账单卡片
width: 100%;
padding-bottom: 30px;
.article {
position: relative;
border: 1px solid #d0d0d0;
...
...
@@ -175,18 +176,18 @@ export default {
height: 200px;
width: 98%;
.text {
margin-left: 45px;
float: left;
line-height: 16px;
margin-left: 5px;
margin-right: 0px;
position: relative;
top:50%;
transform: translateY(-50%);
.cont-type{
padding-top: 2px;
width:
100
%;
width:
97
%;
word-wrap:break-word;
}
// :nth-child(1){
// width: 200px;
// }
}
.icon {
//左侧图标
...
...
@@ -194,6 +195,7 @@ export default {
float: left;
width: 40px;
padding-left: 5px;
margin-right: 0;
top: 50%;
transform: translateY(-20px);
img {
...
...
@@ -201,10 +203,6 @@ export default {
height: 40px;
}
}
.left-icon {
width: 40px;
margin-right: 0;
}
button {
position: absolute;
bottom: 12px;
...
...
@@ -218,17 +216,12 @@ export default {
border-radius: 5px;
};
.more {
position: absolute
;
right: 5px
;
top: 50%
;
transform: translateY(-16px)
;
top:50%
;
transform: translateY(-50%)
;
position: relative
;
float: left
;
};
box-shadow: 3px 3px 3px 3px #b6b6b6;
};
padding-bottom: 30px;
.text {
margin-left: 15px;
line-height: 16px;
}
}
</
style
>
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