perf: 优化ipad表单显示
This commit is contained in:
4
resources/assets/js/store/state.js
vendored
4
resources/assets/js/store/state.js
vendored
@@ -158,6 +158,6 @@ export default {
|
||||
reportUnreadNumber: 0,
|
||||
|
||||
// 表单布局
|
||||
formLabelPosition: $A(window).width() > 768 ? 'right' : 'top',
|
||||
formLabelWidth: $A(window).width() > 768 ? 'auto' : '',
|
||||
formLabelPosition: $A(window).width() > 425 ? 'right' : 'top',
|
||||
formLabelWidth: $A(window).width() > 425 ? 'auto' : '',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user