Skip to content

Commit 6f7fa76

Browse files
committed
feat(ui): the tablet width is now 768px
1 parent a799638 commit 6f7fa76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/frontend/editor/mixins/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Vue.mixin({
115115
deviceWidthMap() {
116116
return {
117117
mobile: 375,
118-
tablet: 1024,
118+
tablet: 768,
119119
}
120120
},
121121
},

app/frontend/editor/views/page-preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default {
148148
}
149149
150150
.tablet {
151-
width: 1024px;
151+
width: 768px;
152152
height: 100%;
153153
/* max-height: 1366px; */
154154
}

0 commit comments

Comments
 (0)