mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 18:07:05 +00:00
perf: 优化ipad表单显示
This commit is contained in:
parent
81817fbfaf
commit
b64b1cd654
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' : '',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user