Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-27 15:58:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bd10a28318fee524d76439fe126a782eac22eb0
2bd10a28
1 parent
e604e2a1
fix 移动端最大宽度优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/App.vue
src/App.vue
View file @
2bd10a2
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-
04 14:47:58
* @LastEditTime: 2024-07-
27 15:57:16
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -207,6 +207,9 @@ onMounted(async () => {
// const visitorId = result.visitorId
// console.log(visitorId)
// })
if (is_wx.value) {
document.getElementById('app').style.maxWidth = '100vw';
}
}
// TAG:检查是否更新
...
...
Please
register
or
login
to post a comment