Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-17 14:02:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d4affd5f9dacf2bd557a23e1390ea47a071a4ba
3d4affd5
1 parent
7ea79fb9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
src/components/DonateCert/index.vue
src/components/DonateCert/index.vue
View file @
3d4affd
...
...
@@ -34,7 +34,7 @@
</div>
</div>
<div class="date">{{ item.donate_date }}</div>
<div
style="color: #713610; padding-left: 10%; font-size: 0.9rem; position: relative; bottom: 1rem;
">
<div
class="text
">
证书编号:{{ item.cert_code }}
</div>
<div style="height: 3rem;" />
...
...
@@ -159,6 +159,14 @@ export default {
text-align: right;
padding-right: 2rem;
}
.text {
color: #713610;
padding-left: 10%;
font-size: 0.9rem;
position: relative;
bottom: 1rem;
margin-top: 1rem;
}
.wrapper-border {
position: absolute;
// border: 0.5px solid #11D2B1;
...
...
Please
register
or
login
to post a comment