Skip to content

Commit

Permalink
style(showInfo): 修改版本label
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Aug 13, 2023
1 parent 50e4f0d commit 666a704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/showInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ export default function showInfo() {
background-color: #8ad5b3;
padding: 5px 9px;
border-radius: 3px 0 0 3px;
margin: 10px 0;
`
let styleVer = `font-size: 14px;
color: #fff;
background-color: #607d8b;
padding: 5px 9px;
border-radius: 0 3px 3px 0;
margin: 6px 0;
`
let detailedVer = repoVer + '.' + shortHash + '.' + buildBranch + '.' + shownTime

Expand Down

0 comments on commit 666a704

Please sign in to comment.