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-05-14 15:34:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ca704111381443bac56d35295ddc0d70f42cb39
9ca70411
1 parent
17bf6f55
fix 留言栏颜色样式调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/client/videoDetailComment.vue
src/views/client/videoDetailComment.vue
View file @
9ca7041
...
...
@@ -313,9 +313,9 @@ export default {
margin: 0.8rem;
font-size: 0.85rem;
border-radius: 24px;
border: 1px solid F7F7F7;
color: #
B7B7B7
;
background-color: #F
FFFFF
;
//
border: 1px solid F7F7F7;
color: #
713610
;
background-color: #F
9D95C
;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
}
}
...
...
Please
register
or
login
to post a comment