Skip to content

Commit

Permalink
文字修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangchengjun committed Oct 28, 2024
1 parent d4136f5 commit 8c1bc29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!--
* @Description:
* @Author: 欧阳承珺
* @LastEditors: 欧阳承珺
* @Date: 2024-10-25 10:38:30
* @LastEditTime: 2024-10-28 15:37:53
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>贵安新区全域数字化赋能门户</title>
</head>
<body>
<div id="app"></div>
Expand All @@ -29,8 +36,7 @@
if (dpr >= 2 && isMac) {
cardinal = 160
}
document.documentElement.style.fontSize =
(scale * cardinal) / dpr + 'px'
document.documentElement.style.fontSize = (scale * cardinal) / dpr + 'px'
}

resize()
Expand Down
2 changes: 1 addition & 1 deletion src/views/deviceCenter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<section class="banner-area">
<div class="title">贵鸿设备中心</div>
<div class="des">繁荣鸿蒙生态发展,赋能智盖城市管理、服务提质增效</div>
<div class="des">繁荣鸿蒙生态发展,赋能智慧城市管理、服务提质增效</div>
</section>

<section class="device-area">
Expand Down

0 comments on commit 8c1bc29

Please sign in to comment.