Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
2648b0c8
Commit
2648b0c8
authored
Nov 17, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分css样式修改
parent
47da4fa6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
Assets.vue
src/views/userCenter/Assets.vue
+12
-10
choosePackage.vue
src/views/userCenter/choosePackage.vue
+3
-1
No files found.
src/views/userCenter/Assets.vue
View file @
2648b0c8
<
template
>
<div
class=
"user-assets"
>
<div
class=
"title"
>
剩余燃料
账户资产
<!--
<span
@
click=
"Queryrecord"
>
燃料记录
</span>
-->
</div>
<div
class=
"content-info"
>
...
...
@@ -17,11 +17,10 @@
></el-progress>
</div>
<div
class=
"gas-info"
>
<p>
剩余燃料
</p>
<p>
可上链次数
</p>
<h2>
{{
balance
||
0
}}
</h2>
</div>
<p
class=
"surplus"
>
可上链次数
{{
balance
||
0
}}
次
<span
@
click=
"Recharge"
>
充值燃料
</span>
</p>
</div>
...
...
@@ -193,16 +192,19 @@ export default {
}
.surplus {
text-align: center;
font-size: 12px;
font-weight: 400;
color: #353535;
line-height: 35px;
margin-top: 16px;
span {
font-size: 12px;
font-weight: 400;
color: rgba(74, 144, 226, 1);
line-height: 35px;
cursor: pointer;
width: 85px;
display: inline-block;
height: 30px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
line-height: 30px;
border-radius: 4px;
border: 1px solid #4D7CFE;
}
}
.user-assets {
...
...
src/views/userCenter/choosePackage.vue
View file @
2648b0c8
...
...
@@ -281,7 +281,9 @@ export default {
padding: 0;
li {
list-style: none;
width: 294px;
// width: 294px;
max-width: 294px;
min-width: 234px;
height: 420px;
float: left;
margin-right: 20px;
...
...
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