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-09 15:58:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf24a870729dbc4e433318f042ca717bb3ca18de
cf24a870
1 parent
a97c7736
✨ feat: 样式调整
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/components/DonateBar/index.vue
src/views/client/privacyNotice.vue
src/components/DonateBar/index.vue
View file @
cf24a87
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-31 18:32:38
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-0
8 21:21:09
* @LastEditTime: 2022-06-0
9 15:26:44
* @FilePath: /tswj/src/components/DonateBar/index.vue
* @Description: 爱心助力底部固定栏
-->
...
...
@@ -68,7 +68,7 @@ const showDonate = ref(false);
.text {
text-align: center;
padding: 0.7rem;
margin:
0.8
rem;
margin:
1.2
rem;
font-size: 1rem;
font-weight: bold;
border-radius: 24px;
...
...
src/views/client/privacyNotice.vue
View file @
cf24a87
...
...
@@ -84,6 +84,7 @@ const videoInfo = {
p {
padding-bottom: 1rem;
line-height: 1.75;
}
}
...
...
@@ -97,7 +98,7 @@ const videoInfo = {
align-items: center;
box-sizing: content-box;
background-color: white;
padding:
1
rem 0;
padding:
0.7
rem 0;
box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.07);
.button {
...
...
Please
register
or
login
to post a comment