调整样式

This commit is contained in:
weinan2087
2022-11-01 19:37:13 +08:00
parent 018240b031
commit 9902e57a66

View File

@@ -93,7 +93,7 @@ export default {
let screenWidth = window.screen.availWidth;
if (screenWidth <= 1440) {
this.editContent = 'edit-content-low';
this.rowNum = 11;
this.rowNum = 10;
}
},