Sign in
guzijian
/
bsth-alcohol-sign-web
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fbde5c8dbe0117cdf26134024f1a298a185ab199
Authored by
guzijian
2023-11-06 10:36:10 +0800
1 parent
14888df1
fix: update style
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/home/index.vue
src/views/home/index.vue
View file @
fbde5c8
...
...
@@ -355,6 +355,9 @@ const handleGlobalInfo = (data, num) => {
355
355
.big-view-container-box {
356
356
height: 70%;
357
357
width: 100%;
358
+ display: contents;
359
+ font-size: 2.3vw;
360
+ font-weight: bold;
358
361
}
359
362
360
363
.big-view-container-time {
...
...