mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
no message
This commit is contained in:
parent
dca8eca669
commit
112b70dcad
4
resources/assets/js/store/state.js
vendored
4
resources/assets/js/store/state.js
vendored
@ -158,6 +158,6 @@ export default {
|
|||||||
reportUnreadNumber: 0,
|
reportUnreadNumber: 0,
|
||||||
|
|
||||||
// 表单布局
|
// 表单布局
|
||||||
formLabelPosition: $A(window).width() > 425 ? 'right' : 'top',
|
formLabelPosition: $A(window).width() > 576 ? 'right' : 'top',
|
||||||
formLabelWidth: $A(window).width() > 425 ? 'auto' : '',
|
formLabelWidth: $A(window).width() > 576 ? 'auto' : '',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user