调整样式

This commit is contained in:
weinan2087
2022-11-01 19:47:32 +08:00
parent 9902e57a66
commit a1fd70aa2f

View File

@@ -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 = 10; this.rowNum = 11;
} }
}, },