mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 09:57:37 +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,
|
||||
|
||||
// 表单布局
|
||||
formLabelPosition: $A(window).width() > 425 ? 'right' : 'top',
|
||||
formLabelWidth: $A(window).width() > 425 ? 'auto' : '',
|
||||
formLabelPosition: $A(window).width() > 576 ? 'right' : 'top',
|
||||
formLabelWidth: $A(window).width() > 576 ? 'auto' : '',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user