Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
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
yanyanhong
traceSourceMb
Commits
74c900c8
Commit
74c900c8
authored
Jan 04, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改编辑存证页的存证名称下边距
parent
8b3cdf99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Detail.vue
src/views/proof/Detail.vue
+3
-3
No files found.
src/views/proof/Detail.vue
View file @
74c900c8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<li
@
click=
"reSendBlockChain(id)"
>
重新上链
</li>
<li
@
click=
"reSendBlockChain(id)"
>
重新上链
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"px-4 bg-white mb
-4
"
>
<div
class=
"px-4 bg-white mb"
>
<van-field
v-model=
"name"
label=
"填写存证名称"
placeholder=
"请输入"
v-if=
"!proofName"
/>
<van-field
v-model=
"name"
label=
"填写存证名称"
placeholder=
"请输入"
v-if=
"!proofName"
/>
</div>
</div>
<template-detail
:detailInformation=
"detail"
class=
"detail"
style=
"margin-bottom:70px;"
></template-detail>
<template-detail
:detailInformation=
"detail"
class=
"detail"
style=
"margin-bottom:70px;"
></template-detail>
...
@@ -379,8 +379,8 @@ export default class Detail extends Vue {
...
@@ -379,8 +379,8 @@ export default class Detail extends Vue {
.px-4
{
.px-4
{
padding
:
0
16px
;
padding
:
0
16px
;
}
}
.mb
-4
{
.mb
{
margin-bottom
:
1
6
px
;
margin-bottom
:
1
0
px
;
}
}
.bg-white
{
.bg-white
{
background
:
white
;
background
:
white
;
...
...
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