mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
调整样式
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
|||||||
let screenWidth = window.screen.availWidth;
|
let screenWidth = window.screen.availWidth;
|
||||||
if (screenWidth <= 1440) {
|
if (screenWidth <= 1440) {
|
||||||
this.editContent = 'edit-content-low';
|
this.editContent = 'edit-content-low';
|
||||||
this.rowNum = 11;
|
this.rowNum = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user