vxe-table 4.3.5 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/button/style.css +465 -341
- package/es/checkbox/style.css +156 -127
- package/es/checkbox-group/style.css +1 -1
- package/es/colgroup/style.css +1 -1
- package/es/column/style.css +1 -1
- package/es/edit/style.css +1 -1
- package/es/export/src/hook.js +1 -0
- package/es/export/style.css +136 -108
- package/es/filter/src/hook.js +1 -1
- package/es/filter/style.css +103 -82
- package/es/form/src/form.js +5 -4
- package/es/form/style.css +201 -168
- package/es/form-gather/style.css +1 -1
- package/es/form-item/style.css +1 -1
- package/es/grid/style.css +61 -50
- package/es/icon/style/iconfont.1669214286403.ttf +0 -0
- package/es/icon/style/iconfont.1669214286403.woff +0 -0
- package/es/icon/style/iconfont.1669214286403.woff2 +0 -0
- package/es/icon/style.css +372 -195
- package/es/iconfont.1669214286403.ttf +0 -0
- package/es/iconfont.1669214286403.woff +0 -0
- package/es/iconfont.1669214286403.woff2 +0 -0
- package/es/input/style.css +771 -595
- package/es/keyboard/style.css +1 -1
- package/es/list/src/list.js +7 -1
- package/es/list/style.css +19 -14
- package/es/loading/style.css +52 -48
- package/es/menu/style.css +79 -59
- package/es/modal/style.css +311 -247
- package/es/optgroup/style.css +1 -1
- package/es/option/style.css +1 -1
- package/es/pager/style.css +307 -257
- package/es/pulldown/src/pulldown.js +9 -3
- package/es/pulldown/style.css +42 -31
- package/es/radio/style.css +184 -151
- package/es/radio-button/style.css +1 -1
- package/es/radio-group/style.css +1 -1
- package/es/select/style.css +108 -79
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/switch/style.css +87 -67
- package/es/table/src/column.js +2 -0
- package/es/table/src/columnInfo.js +1 -0
- package/es/table/src/table.js +16 -16
- package/es/table/style.css +1025 -835
- package/es/textarea/style.css +57 -41
- package/es/toolbar/style.css +216 -174
- package/es/tools/log.js +1 -1
- package/es/tooltip/style.css +87 -63
- package/es/v-x-e-table/index.js +1 -1
- package/es/v-x-e-table/style.css +424 -243
- package/es/validator/style.css +1 -1
- package/es/vxe-button/style.css +465 -341
- package/es/vxe-checkbox/style.css +156 -127
- package/es/vxe-checkbox-group/style.css +1 -1
- package/es/vxe-colgroup/style.css +1 -1
- package/es/vxe-column/style.css +1 -1
- package/es/vxe-form/style.css +201 -168
- package/es/vxe-form-gather/style.css +1 -1
- package/es/vxe-form-item/style.css +1 -1
- package/es/vxe-grid/style.css +61 -50
- package/es/vxe-icon/style.css +372 -195
- package/es/vxe-input/style.css +771 -595
- package/es/vxe-list/style.css +19 -14
- package/es/vxe-loading/style.css +52 -48
- package/es/vxe-modal/style.css +311 -247
- package/es/vxe-module-edit/style.css +1 -1
- package/es/vxe-module-export/style.css +136 -108
- package/es/vxe-module-filter/style.css +103 -82
- package/es/vxe-module-keyboard/style.css +1 -1
- package/es/vxe-module-menu/style.css +79 -59
- package/es/vxe-module-validator/style.css +1 -1
- package/es/vxe-optgroup/style.css +1 -1
- package/es/vxe-option/style.css +1 -1
- package/es/vxe-pager/style.css +307 -257
- package/es/vxe-pulldown/style.css +42 -31
- package/es/vxe-radio/style.css +184 -151
- package/es/vxe-radio-button/style.css +1 -1
- package/es/vxe-radio-group/style.css +1 -1
- package/es/vxe-select/style.css +108 -79
- package/es/vxe-switch/style.css +87 -67
- package/es/vxe-table/style.css +1025 -835
- package/es/vxe-textarea/style.css +57 -41
- package/es/vxe-toolbar/style.css +216 -174
- package/es/vxe-tooltip/style.css +87 -63
- package/lib/all.js +45 -115
- package/lib/all.min.js +1 -1
- package/lib/button/index.js +1 -7
- package/lib/button/index.min.js +1 -1
- package/lib/button/src/button.js +48 -113
- package/lib/button/src/button.min.js +1 -1
- package/lib/button/style/style.css +465 -341
- package/lib/button/style/style.min.css +1 -1
- package/lib/checkbox/index.js +1 -7
- package/lib/checkbox/index.min.js +1 -1
- package/lib/checkbox/src/checkbox.js +12 -32
- package/lib/checkbox/src/checkbox.min.js +1 -1
- package/lib/checkbox/src/group.js +13 -28
- package/lib/checkbox/src/group.min.js +1 -1
- package/lib/checkbox/style/style.css +156 -127
- package/lib/checkbox/style/style.min.css +1 -1
- package/lib/checkbox-group/index.js +1 -7
- package/lib/checkbox-group/index.min.js +1 -1
- package/lib/checkbox-group/style/style.css +1 -1
- package/lib/colgroup/index.js +5 -12
- package/lib/colgroup/index.min.js +1 -1
- package/lib/colgroup/style/style.css +1 -1
- package/lib/column/index.js +5 -12
- package/lib/column/index.min.js +1 -1
- package/lib/column/style/style.css +1 -1
- package/lib/dynamics/index.js +1 -5
- package/lib/dynamics/index.min.js +1 -1
- package/lib/edit/index.js +1 -5
- package/lib/edit/index.min.js +1 -1
- package/lib/edit/src/hook.js +102 -248
- package/lib/edit/src/hook.min.js +1 -1
- package/lib/edit/style/style.css +1 -1
- package/lib/export/index.js +4 -19
- package/lib/export/index.min.js +1 -1
- package/lib/export/src/export-panel.js +38 -77
- package/lib/export/src/export-panel.min.js +1 -1
- package/lib/export/src/hook.js +127 -380
- package/lib/export/src/hook.min.js +1 -1
- package/lib/export/src/import-panel.js +17 -39
- package/lib/export/src/import-panel.min.js +1 -1
- package/lib/export/src/util.js +10 -52
- package/lib/export/src/util.min.js +1 -1
- package/lib/export/style/style.css +136 -108
- package/lib/export/style/style.min.css +1 -1
- package/lib/filter/index.js +1 -10
- package/lib/filter/index.min.js +1 -1
- package/lib/filter/src/hook.js +31 -82
- package/lib/filter/src/hook.min.js +1 -1
- package/lib/filter/src/panel.js +25 -52
- package/lib/filter/src/panel.min.js +1 -1
- package/lib/filter/style/style.css +103 -82
- package/lib/filter/style/style.min.css +1 -1
- package/lib/footer/index.js +1 -7
- package/lib/footer/index.min.js +1 -1
- package/lib/footer/src/footer.js +51 -96
- package/lib/footer/src/footer.min.js +1 -1
- package/lib/form/index.js +1 -7
- package/lib/form/index.min.js +1 -1
- package/lib/form/src/form-config-item.js +27 -56
- package/lib/form/src/form-config-item.min.js +1 -1
- package/lib/form/src/form-gather.js +3 -12
- package/lib/form/src/form-gather.min.js +1 -1
- package/lib/form/src/form-item.js +23 -52
- package/lib/form/src/form-item.min.js +1 -1
- package/lib/form/src/form.js +78 -185
- package/lib/form/src/form.min.js +1 -1
- package/lib/form/src/itemInfo.js +1 -9
- package/lib/form/src/render.js +7 -26
- package/lib/form/src/render.min.js +1 -1
- package/lib/form/src/util.js +4 -28
- package/lib/form/src/util.min.js +1 -1
- package/lib/form/style/style.css +201 -168
- package/lib/form/style/style.min.css +1 -1
- package/lib/form-gather/index.js +1 -7
- package/lib/form-gather/index.min.js +1 -1
- package/lib/form-gather/style/style.css +1 -1
- package/lib/form-item/index.js +1 -7
- package/lib/form-item/index.min.js +1 -1
- package/lib/form-item/style/style.css +1 -1
- package/lib/grid/index.js +1 -7
- package/lib/grid/index.min.js +1 -1
- package/lib/grid/src/grid.js +97 -315
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/grid/style/style.css +61 -50
- package/lib/grid/style/style.min.css +1 -1
- package/lib/header/index.js +1 -7
- package/lib/header/index.min.js +1 -1
- package/lib/header/src/header.js +47 -87
- package/lib/header/src/header.min.js +1 -1
- package/lib/header/src/util.js +3 -14
- package/lib/header/src/util.min.js +1 -1
- package/lib/hooks/size.js +0 -2
- package/lib/icon/index.js +1 -7
- package/lib/icon/index.min.js +1 -1
- package/lib/icon/src/icon.js +2 -7
- package/lib/icon/style/iconfont.1669214286403.ttf +0 -0
- package/lib/icon/style/iconfont.1669214286403.woff +0 -0
- package/lib/icon/style/iconfont.1669214286403.woff2 +0 -0
- package/lib/icon/style/style.css +372 -195
- package/lib/icon/style/style.min.css +719 -1
- package/lib/iconfont.1669214286403.ttf +0 -0
- package/lib/iconfont.1669214286403.woff +0 -0
- package/lib/iconfont.1669214286403.woff2 +0 -0
- package/lib/index.common.js +3 -10
- package/lib/index.common.min.js +1 -1
- package/lib/index.umd.js +14466 -23839
- package/lib/index.umd.min.js +1 -1
- package/lib/input/index.js +1 -7
- package/lib/input/index.min.js +1 -1
- package/lib/input/src/date.js +0 -10
- package/lib/input/src/date.min.js +1 -1
- package/lib/input/src/input.js +217 -553
- package/lib/input/src/input.min.js +1 -1
- package/lib/input/src/number.js +0 -5
- package/lib/input/style/style.css +771 -595
- package/lib/input/style/style.min.css +1 -1
- package/lib/keyboard/index.js +1 -5
- package/lib/keyboard/index.min.js +1 -1
- package/lib/keyboard/src/hook.js +40 -106
- package/lib/keyboard/src/hook.min.js +1 -1
- package/lib/keyboard/style/style.css +1 -1
- package/lib/list/index.js +1 -7
- package/lib/list/index.min.js +1 -1
- package/lib/list/src/list.js +39 -91
- package/lib/list/src/list.min.js +1 -1
- package/lib/list/style/style.css +19 -14
- package/lib/loading/index.js +1 -4
- package/lib/loading/index.min.js +1 -1
- package/lib/loading/src/loading.js +1 -6
- package/lib/loading/style/style.css +52 -48
- package/lib/loading/style/style.min.css +1 -1
- package/lib/locale/lang/zh-HK.js +0 -3
- package/lib/locale/lang/zh-MO.js +0 -3
- package/lib/locale/lang/zh-TW.js +0 -3
- package/lib/menu/index.js +1 -10
- package/lib/menu/index.min.js +1 -1
- package/lib/menu/src/hooks.js +45 -109
- package/lib/menu/src/hooks.min.js +1 -1
- package/lib/menu/src/panel.js +10 -19
- package/lib/menu/src/panel.min.js +1 -1
- package/lib/menu/style/style.css +79 -59
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/index.js +5 -36
- package/lib/modal/index.min.js +1 -1
- package/lib/modal/src/modal.js +128 -315
- package/lib/modal/src/modal.min.js +1 -1
- package/lib/modal/style/style.css +311 -247
- package/lib/modal/style/style.min.css +1 -1
- package/lib/optgroup/index.js +1 -7
- package/lib/optgroup/index.min.js +1 -1
- package/lib/optgroup/style/style.css +1 -1
- package/lib/option/index.js +1 -7
- package/lib/option/index.min.js +1 -1
- package/lib/option/style/style.css +1 -1
- package/lib/pager/index.js +1 -7
- package/lib/pager/index.min.js +1 -1
- package/lib/pager/src/pager.js +74 -151
- package/lib/pager/src/pager.min.js +1 -1
- package/lib/pager/style/style.css +307 -257
- package/lib/pager/style/style.min.css +1 -1
- package/lib/pulldown/index.js +1 -7
- package/lib/pulldown/index.min.js +1 -1
- package/lib/pulldown/src/pulldown.js +46 -90
- package/lib/pulldown/src/pulldown.min.js +1 -1
- package/lib/pulldown/style/style.css +42 -31
- package/lib/pulldown/style/style.min.css +1 -1
- package/lib/radio/index.js +1 -7
- package/lib/radio/index.min.js +1 -1
- package/lib/radio/src/button.js +14 -32
- package/lib/radio/src/button.min.js +1 -1
- package/lib/radio/src/group.js +11 -22
- package/lib/radio/src/group.min.js +1 -1
- package/lib/radio/src/radio.js +15 -34
- package/lib/radio/src/radio.min.js +1 -1
- package/lib/radio/style/style.css +184 -151
- package/lib/radio/style/style.min.css +1 -1
- package/lib/radio-button/index.js +1 -7
- package/lib/radio-button/index.min.js +1 -1
- package/lib/radio-button/style/style.css +1 -1
- package/lib/radio-group/index.js +1 -7
- package/lib/radio-group/index.min.js +1 -1
- package/lib/radio-group/style/style.css +1 -1
- package/lib/select/index.js +1 -7
- package/lib/select/index.min.js +1 -1
- package/lib/select/src/optgroup.js +1 -5
- package/lib/select/src/option.js +1 -5
- package/lib/select/src/optionInfo.js +1 -9
- package/lib/select/src/select.js +103 -256
- package/lib/select/src/select.min.js +1 -1
- package/lib/select/src/util.js +0 -13
- package/lib/select/src/util.min.js +1 -1
- package/lib/select/style/style.css +108 -79
- package/lib/select/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/switch/index.js +1 -7
- package/lib/switch/index.min.js +1 -1
- package/lib/switch/src/switch.js +16 -35
- package/lib/switch/src/switch.min.js +1 -1
- package/lib/switch/style/style.css +87 -67
- package/lib/switch/style/style.min.css +1 -1
- package/lib/table/index.js +1 -7
- package/lib/table/index.min.js +1 -1
- package/lib/table/src/body.js +143 -262
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +138 -259
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/column.js +4 -13
- package/lib/table/src/column.min.js +1 -1
- package/lib/table/src/columnInfo.js +6 -35
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/group.js +2 -15
- package/lib/table/src/group.min.js +1 -1
- package/lib/table/src/props.js +25 -29
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +650 -1593
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +32 -102
- package/lib/table/src/util.min.js +1 -1
- package/lib/table/style/style.css +1025 -835
- package/lib/table/style/style.min.css +1 -1
- package/lib/textarea/index.js +1 -7
- package/lib/textarea/index.min.js +1 -1
- package/lib/textarea/src/textarea.js +31 -71
- package/lib/textarea/src/textarea.min.js +1 -1
- package/lib/textarea/style/style.css +57 -41
- package/lib/textarea/style/style.min.css +1 -1
- package/lib/toolbar/index.js +1 -7
- package/lib/toolbar/index.min.js +1 -1
- package/lib/toolbar/src/toolbar.js +60 -167
- package/lib/toolbar/src/toolbar.min.js +1 -1
- package/lib/toolbar/style/style.css +216 -174
- package/lib/toolbar/style/style.min.css +1 -1
- package/lib/tools/dom.js +6 -48
- package/lib/tools/dom.min.js +1 -1
- package/lib/tools/event.js +8 -20
- package/lib/tools/event.min.js +1 -1
- package/lib/tools/log.js +1 -6
- package/lib/tools/log.min.js +1 -1
- package/lib/tools/resize.js +3 -27
- package/lib/tools/utils.js +0 -16
- package/lib/tools/utils.min.js +1 -1
- package/lib/tools/vn.js +0 -5
- package/lib/tooltip/index.js +1 -8
- package/lib/tooltip/index.min.js +1 -1
- package/lib/tooltip/src/tooltip.js +47 -111
- package/lib/tooltip/src/tooltip.min.js +1 -1
- package/lib/tooltip/style/style.css +87 -63
- package/lib/v-x-e-table/index.js +13 -44
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/v-x-e-table/src/commands.js +0 -4
- package/lib/v-x-e-table/src/conf.js +31 -19
- package/lib/v-x-e-table/src/formats.js +0 -4
- package/lib/v-x-e-table/src/hooks.js +0 -3
- package/lib/v-x-e-table/src/interceptor.js +6 -18
- package/lib/v-x-e-table/src/interceptor.min.js +1 -1
- package/lib/v-x-e-table/src/menus.js +0 -4
- package/lib/v-x-e-table/src/renderer.js +66 -199
- package/lib/v-x-e-table/src/renderer.min.js +1 -1
- package/lib/v-x-e-table/src/setup.js +1 -6
- package/lib/v-x-e-table/src/store.js +3 -19
- package/lib/v-x-e-table/style/style.css +424 -243
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/validator/index.js +1 -5
- package/lib/validator/index.min.js +1 -1
- package/lib/validator/src/hook.js +50 -116
- package/lib/validator/src/hook.min.js +1 -1
- package/lib/validator/style/style.css +1 -1
- package/lib/vxe-button/index.js +3 -10
- package/lib/vxe-button/index.min.js +1 -1
- package/lib/vxe-button/style/style.css +465 -341
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-checkbox/index.js +3 -10
- package/lib/vxe-checkbox/index.min.js +1 -1
- package/lib/vxe-checkbox/style/style.css +156 -127
- package/lib/vxe-checkbox/style/style.min.css +1 -1
- package/lib/vxe-checkbox-group/index.js +3 -10
- package/lib/vxe-checkbox-group/index.min.js +1 -1
- package/lib/vxe-checkbox-group/style/style.css +1 -1
- package/lib/vxe-colgroup/index.js +3 -10
- package/lib/vxe-colgroup/index.min.js +1 -1
- package/lib/vxe-colgroup/style/style.css +1 -1
- package/lib/vxe-column/index.js +3 -10
- package/lib/vxe-column/index.min.js +1 -1
- package/lib/vxe-column/style/style.css +1 -1
- package/lib/vxe-form/index.js +3 -10
- package/lib/vxe-form/index.min.js +1 -1
- package/lib/vxe-form/style/style.css +201 -168
- package/lib/vxe-form/style/style.min.css +1 -1
- package/lib/vxe-form-gather/index.js +3 -10
- package/lib/vxe-form-gather/index.min.js +1 -1
- package/lib/vxe-form-gather/style/style.css +1 -1
- package/lib/vxe-form-item/index.js +3 -10
- package/lib/vxe-form-item/index.min.js +1 -1
- package/lib/vxe-form-item/style/style.css +1 -1
- package/lib/vxe-grid/index.js +3 -10
- package/lib/vxe-grid/index.min.js +1 -1
- package/lib/vxe-grid/style/style.css +61 -50
- package/lib/vxe-grid/style/style.min.css +1 -1
- package/lib/vxe-icon/index.js +3 -10
- package/lib/vxe-icon/index.min.js +1 -1
- package/lib/vxe-icon/style/style.css +372 -195
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-input/index.js +3 -10
- package/lib/vxe-input/index.min.js +1 -1
- package/lib/vxe-input/style/style.css +771 -595
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-list/index.js +3 -10
- package/lib/vxe-list/index.min.js +1 -1
- package/lib/vxe-list/style/style.css +19 -14
- package/lib/vxe-loading/index.js +3 -10
- package/lib/vxe-loading/index.min.js +1 -1
- package/lib/vxe-loading/style/style.css +52 -48
- package/lib/vxe-loading/style/style.min.css +1 -1
- package/lib/vxe-modal/index.js +3 -10
- package/lib/vxe-modal/index.min.js +1 -1
- package/lib/vxe-modal/style/style.css +311 -247
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-module-edit/index.js +3 -10
- package/lib/vxe-module-edit/index.min.js +1 -1
- package/lib/vxe-module-edit/style/style.css +1 -1
- package/lib/vxe-module-export/index.js +3 -10
- package/lib/vxe-module-export/index.min.js +1 -1
- package/lib/vxe-module-export/style/style.css +136 -108
- package/lib/vxe-module-export/style/style.min.css +1 -1
- package/lib/vxe-module-filter/index.js +3 -10
- package/lib/vxe-module-filter/index.min.js +1 -1
- package/lib/vxe-module-filter/style/style.css +103 -82
- package/lib/vxe-module-filter/style/style.min.css +1 -1
- package/lib/vxe-module-keyboard/index.js +3 -10
- package/lib/vxe-module-keyboard/index.min.js +1 -1
- package/lib/vxe-module-keyboard/style/style.css +1 -1
- package/lib/vxe-module-menu/index.js +3 -10
- package/lib/vxe-module-menu/index.min.js +1 -1
- package/lib/vxe-module-menu/style/style.css +79 -59
- package/lib/vxe-module-menu/style/style.min.css +1 -1
- package/lib/vxe-module-validator/index.js +3 -10
- package/lib/vxe-module-validator/index.min.js +1 -1
- package/lib/vxe-module-validator/style/style.css +1 -1
- package/lib/vxe-optgroup/index.js +3 -10
- package/lib/vxe-optgroup/index.min.js +1 -1
- package/lib/vxe-optgroup/style/style.css +1 -1
- package/lib/vxe-option/index.js +3 -10
- package/lib/vxe-option/index.min.js +1 -1
- package/lib/vxe-option/style/style.css +1 -1
- package/lib/vxe-pager/index.js +3 -10
- package/lib/vxe-pager/index.min.js +1 -1
- package/lib/vxe-pager/style/style.css +307 -257
- package/lib/vxe-pager/style/style.min.css +1 -1
- package/lib/vxe-pulldown/index.js +3 -10
- package/lib/vxe-pulldown/index.min.js +1 -1
- package/lib/vxe-pulldown/style/style.css +42 -31
- package/lib/vxe-pulldown/style/style.min.css +1 -1
- package/lib/vxe-radio/index.js +3 -10
- package/lib/vxe-radio/index.min.js +1 -1
- package/lib/vxe-radio/style/style.css +184 -151
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/lib/vxe-radio-button/index.js +3 -10
- package/lib/vxe-radio-button/index.min.js +1 -1
- package/lib/vxe-radio-button/style/style.css +1 -1
- package/lib/vxe-radio-group/index.js +3 -10
- package/lib/vxe-radio-group/index.min.js +1 -1
- package/lib/vxe-radio-group/style/style.css +1 -1
- package/lib/vxe-select/index.js +3 -10
- package/lib/vxe-select/index.min.js +1 -1
- package/lib/vxe-select/style/style.css +108 -79
- package/lib/vxe-select/style/style.min.css +1 -1
- package/lib/vxe-switch/index.js +3 -10
- package/lib/vxe-switch/index.min.js +1 -1
- package/lib/vxe-switch/style/style.css +87 -67
- package/lib/vxe-switch/style/style.min.css +1 -1
- package/lib/vxe-table/index.js +3 -10
- package/lib/vxe-table/index.min.js +1 -1
- package/lib/vxe-table/style/style.css +1025 -835
- package/lib/vxe-table/style/style.min.css +1 -1
- package/lib/vxe-textarea/index.js +3 -10
- package/lib/vxe-textarea/index.min.js +1 -1
- package/lib/vxe-textarea/style/style.css +57 -41
- package/lib/vxe-textarea/style/style.min.css +1 -1
- package/lib/vxe-toolbar/index.js +3 -10
- package/lib/vxe-toolbar/index.min.js +1 -1
- package/lib/vxe-toolbar/style/style.css +216 -174
- package/lib/vxe-toolbar/style/style.min.css +1 -1
- package/lib/vxe-tooltip/index.js +3 -10
- package/lib/vxe-tooltip/index.min.js +1 -1
- package/lib/vxe-tooltip/style/style.css +87 -63
- package/package.json +27 -33
- package/packages/export/src/hook.ts +1 -0
- package/packages/filter/src/hook.ts +1 -1
- package/packages/form/src/form.ts +5 -4
- package/packages/list/src/list.ts +8 -2
- package/packages/pulldown/src/pulldown.ts +11 -5
- package/packages/table/src/column.ts +2 -0
- package/packages/table/src/columnInfo.ts +1 -0
- package/packages/table/src/table.ts +95 -87
- package/packages/table/src/util.ts +1 -1
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/styles/icon.scss +10 -2
- package/styles/table.scss +1 -1
- package/styles/variable.scss +2 -2
- package/types/column.d.ts +6 -1
- package/types/list.d.ts +4 -4
- package/types/pulldown.d.ts +61 -61
- package/types/table.d.ts +11 -1
package/es/vxe-input/style.css
CHANGED
|
@@ -36,126 +36,137 @@
|
|
|
36
36
|
color: #606266;
|
|
37
37
|
border: 1px solid #dcdfe6;
|
|
38
38
|
background-color: #fff;
|
|
39
|
-
box-shadow: none;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
39
|
+
box-shadow: none;
|
|
40
|
+
}
|
|
41
|
+
.vxe-input--inner::-moz-placeholder {
|
|
42
|
+
color: #C0C4CC;
|
|
43
|
+
}
|
|
44
|
+
.vxe-input--inner::placeholder {
|
|
45
|
+
color: #C0C4CC;
|
|
46
|
+
}
|
|
47
|
+
.vxe-input--inner::-webkit-autofill {
|
|
48
|
+
background-color: #fff;
|
|
49
|
+
}
|
|
50
|
+
.vxe-input--inner[type=number] {
|
|
51
|
+
-webkit-appearance: none;
|
|
52
|
+
appearance: none;
|
|
53
|
+
-moz-appearance: textfield;
|
|
54
|
+
}
|
|
55
|
+
.vxe-input--inner[type=search], .vxe-input--inner[type=search]::-webkit-search-cancel-button, .vxe-input--inner[type=number]::-webkit-outer-spin-button, .vxe-input--inner[type=number]::-webkit-inner-spin-button {
|
|
56
|
+
-webkit-appearance: none;
|
|
57
|
+
appearance: none;
|
|
58
|
+
}
|
|
59
|
+
.vxe-input--inner[disabled] {
|
|
60
|
+
cursor: not-allowed;
|
|
61
|
+
color: #BFBFBF;
|
|
62
|
+
background-color: #f3f3f3;
|
|
63
|
+
}
|
|
59
64
|
|
|
60
65
|
.vxe-input {
|
|
61
66
|
display: inline-block;
|
|
62
67
|
position: relative;
|
|
63
|
-
width: 180px;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
68
|
+
width: 180px;
|
|
69
|
+
}
|
|
70
|
+
.vxe-input.is--disabled .vxe-input--date-picker-suffix,
|
|
71
|
+
.vxe-input.is--disabled .vxe-input--search-suffix,
|
|
72
|
+
.vxe-input.is--disabled .vxe-input--suffix,
|
|
73
|
+
.vxe-input.is--disabled .vxe-input--password-suffix,
|
|
74
|
+
.vxe-input.is--disabled .vxe-input--number-suffix {
|
|
75
|
+
cursor: no-drop;
|
|
76
|
+
}
|
|
77
|
+
.vxe-input:not(.is--disabled) .vxe-input--search-suffix,
|
|
78
|
+
.vxe-input:not(.is--disabled) .vxe-input--clear-icon,
|
|
79
|
+
.vxe-input:not(.is--disabled) .vxe-input--password-suffix,
|
|
80
|
+
.vxe-input:not(.is--disabled) .vxe-input--number-suffix {
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
.vxe-input:not(.is--disabled).is--active .vxe-input--inner {
|
|
84
|
+
border: 1px solid #409eff;
|
|
85
|
+
}
|
|
86
|
+
.vxe-input .vxe-input--prefix,
|
|
87
|
+
.vxe-input .vxe-input--suffix,
|
|
88
|
+
.vxe-input .vxe-input--extra-suffix {
|
|
89
|
+
display: flex;
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 0;
|
|
92
|
+
width: 1.6em;
|
|
93
|
+
height: 100%;
|
|
94
|
+
-webkit-user-select: none;
|
|
95
|
+
-moz-user-select: none;
|
|
96
|
+
user-select: none;
|
|
97
|
+
align-items: center;
|
|
98
|
+
justify-content: center;
|
|
99
|
+
color: #c0c4cc;
|
|
100
|
+
}
|
|
92
101
|
|
|
93
102
|
.vxe-input .vxe-input--prefix {
|
|
94
|
-
left: 0.2em;
|
|
95
|
-
|
|
103
|
+
left: 0.2em;
|
|
104
|
+
}
|
|
96
105
|
.vxe-input.is--prefix .vxe-input--inner {
|
|
97
|
-
padding-left: 1.8em;
|
|
106
|
+
padding-left: 1.8em;
|
|
107
|
+
}
|
|
98
108
|
|
|
99
109
|
.vxe-input .vxe-input--clear-icon {
|
|
100
|
-
display: none;
|
|
101
|
-
|
|
110
|
+
display: none;
|
|
111
|
+
}
|
|
102
112
|
.vxe-input .vxe-input--suffix,
|
|
103
113
|
.vxe-input .vxe-input--extra-suffix {
|
|
104
|
-
right: 0.2em;
|
|
105
|
-
|
|
114
|
+
right: 0.2em;
|
|
115
|
+
}
|
|
106
116
|
.vxe-input.is--suffix .vxe-input--inner {
|
|
107
|
-
padding-right: 1.8em;
|
|
108
|
-
|
|
117
|
+
padding-right: 1.8em;
|
|
118
|
+
}
|
|
109
119
|
.vxe-input.is--left .vxe-input--inner {
|
|
110
|
-
text-align: left;
|
|
111
|
-
|
|
120
|
+
text-align: left;
|
|
121
|
+
}
|
|
112
122
|
.vxe-input.is--center .vxe-input--inner {
|
|
113
|
-
text-align: center;
|
|
114
|
-
|
|
123
|
+
text-align: center;
|
|
124
|
+
}
|
|
115
125
|
.vxe-input.is--right .vxe-input--inner {
|
|
116
|
-
text-align: right;
|
|
117
|
-
|
|
126
|
+
text-align: right;
|
|
127
|
+
}
|
|
118
128
|
.vxe-input.is--controls.type--search .vxe-input--inner, .vxe-input.is--controls.type--password .vxe-input--inner, .vxe-input.is--controls.type--number .vxe-input--inner, .vxe-input.is--controls.type--integer .vxe-input--inner, .vxe-input.is--controls.type--float .vxe-input--inner, .vxe-input.is--controls.type--date .vxe-input--inner, .vxe-input.is--controls.type--datetime .vxe-input--inner, .vxe-input.is--controls.type--week .vxe-input--inner, .vxe-input.is--controls.type--month .vxe-input--inner, .vxe-input.is--controls.type--quarter .vxe-input--inner, .vxe-input.is--controls.type--year .vxe-input--inner, .vxe-input.is--controls.type--time .vxe-input--inner {
|
|
119
|
-
padding-right: 1.8em;
|
|
120
|
-
|
|
129
|
+
padding-right: 1.8em;
|
|
130
|
+
}
|
|
121
131
|
.vxe-input.is--controls.type--search .vxe-input--suffix, .vxe-input.is--controls.type--password .vxe-input--suffix, .vxe-input.is--controls.type--number .vxe-input--suffix, .vxe-input.is--controls.type--integer .vxe-input--suffix, .vxe-input.is--controls.type--float .vxe-input--suffix, .vxe-input.is--controls.type--date .vxe-input--suffix, .vxe-input.is--controls.type--datetime .vxe-input--suffix, .vxe-input.is--controls.type--week .vxe-input--suffix, .vxe-input.is--controls.type--month .vxe-input--suffix, .vxe-input.is--controls.type--quarter .vxe-input--suffix, .vxe-input.is--controls.type--year .vxe-input--suffix, .vxe-input.is--controls.type--time .vxe-input--suffix {
|
|
122
|
-
right: 1.6em;
|
|
123
|
-
|
|
132
|
+
right: 1.6em;
|
|
133
|
+
}
|
|
124
134
|
.vxe-input.is--suffix.is--controls.type--search .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--password .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--number .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--integer .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--float .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--date .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--datetime .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--week .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--month .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--quarter .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--year .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--time .vxe-input--inner {
|
|
125
|
-
padding-right: 3.2em;
|
|
126
|
-
|
|
135
|
+
padding-right: 3.2em;
|
|
136
|
+
}
|
|
127
137
|
.vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--suffix-icon {
|
|
128
|
-
display: none;
|
|
129
|
-
|
|
138
|
+
display: none;
|
|
139
|
+
}
|
|
130
140
|
.vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--clear-icon {
|
|
131
|
-
display: inline;
|
|
132
|
-
|
|
141
|
+
display: inline;
|
|
142
|
+
}
|
|
133
143
|
.vxe-input:not(.is--disabled) .vxe-input--suffix:hover .vxe-input--clear-icon {
|
|
134
|
-
color: #606266;
|
|
135
|
-
|
|
144
|
+
color: #606266;
|
|
145
|
+
}
|
|
136
146
|
.vxe-input:not(.is--disabled) .vxe-input--suffix:active .vxe-input--clear-icon {
|
|
137
|
-
color: #409eff;
|
|
138
|
-
|
|
147
|
+
color: #409eff;
|
|
148
|
+
}
|
|
139
149
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--search-suffix,
|
|
140
150
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--password-suffix {
|
|
141
|
-
color: #606266;
|
|
142
|
-
|
|
151
|
+
color: #606266;
|
|
152
|
+
}
|
|
143
153
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--search-suffix,
|
|
144
154
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--password-suffix {
|
|
145
|
-
color: #409eff;
|
|
146
|
-
|
|
155
|
+
color: #409eff;
|
|
156
|
+
}
|
|
147
157
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev:hover,
|
|
148
158
|
.vxe-input:not(.is--disabled) .vxe-input--number-next:hover {
|
|
149
|
-
color: #606266;
|
|
150
|
-
|
|
159
|
+
color: #606266;
|
|
160
|
+
}
|
|
151
161
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev:active,
|
|
152
162
|
.vxe-input:not(.is--disabled) .vxe-input--number-next:active {
|
|
153
|
-
color: #409eff;
|
|
154
|
-
|
|
163
|
+
color: #409eff;
|
|
164
|
+
}
|
|
155
165
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev.is--disabled,
|
|
156
166
|
.vxe-input:not(.is--disabled) .vxe-input--number-next.is--disabled {
|
|
157
167
|
cursor: no-drop;
|
|
158
|
-
color: #e4e7ed;
|
|
168
|
+
color: #e4e7ed;
|
|
169
|
+
}
|
|
159
170
|
|
|
160
171
|
.vxe-input .vxe-input--password-suffix,
|
|
161
172
|
.vxe-input .vxe-input--number-suffix,
|
|
@@ -163,47 +174,50 @@
|
|
|
163
174
|
.vxe-input .vxe-input--search-suffix {
|
|
164
175
|
position: relative;
|
|
165
176
|
width: 100%;
|
|
166
|
-
height: 100%;
|
|
167
|
-
|
|
177
|
+
height: 100%;
|
|
178
|
+
}
|
|
168
179
|
.vxe-input .vxe-input--date-picker-icon,
|
|
169
180
|
.vxe-input .vxe-input--search-icon,
|
|
170
181
|
.vxe-input .vxe-input--password-icon {
|
|
171
182
|
position: absolute;
|
|
172
183
|
left: 50%;
|
|
173
184
|
top: 50%;
|
|
174
|
-
transform: translate(-50%, -50%);
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
185
|
+
transform: translate(-50%, -50%);
|
|
186
|
+
}
|
|
187
|
+
.vxe-input .vxe-input--date-picker-icon[class*=vxe-icon-],
|
|
188
|
+
.vxe-input .vxe-input--search-icon[class*=vxe-icon-],
|
|
189
|
+
.vxe-input .vxe-input--password-icon[class*=vxe-icon-] {
|
|
190
|
+
font-size: 1.2em;
|
|
191
|
+
}
|
|
180
192
|
.vxe-input .vxe-input--date-picker-suffix {
|
|
181
193
|
display: flex;
|
|
182
194
|
align-items: center;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
195
|
+
justify-content: center;
|
|
196
|
+
}
|
|
197
|
+
.vxe-input .vxe-input--date-picker-suffix .vxe-input--panel-icon {
|
|
198
|
+
transition: transform 0.2s ease-in-out;
|
|
199
|
+
}
|
|
187
200
|
.vxe-input .vxe-input--number-prev,
|
|
188
201
|
.vxe-input .vxe-input--number-next {
|
|
189
202
|
position: relative;
|
|
190
203
|
display: block;
|
|
191
204
|
height: 50%;
|
|
192
205
|
width: 100%;
|
|
193
|
-
text-align: center;
|
|
194
|
-
|
|
206
|
+
text-align: center;
|
|
207
|
+
}
|
|
195
208
|
.vxe-input .vxe-input--number-prev-icon,
|
|
196
209
|
.vxe-input .vxe-input--number-next-icon {
|
|
197
210
|
line-height: 0.8em;
|
|
198
211
|
position: absolute;
|
|
199
212
|
left: 50%;
|
|
200
|
-
transform: translateX(-50%);
|
|
201
|
-
|
|
213
|
+
transform: translateX(-50%);
|
|
214
|
+
}
|
|
202
215
|
.vxe-input .vxe-input--number-prev-icon {
|
|
203
|
-
bottom: 0;
|
|
204
|
-
|
|
216
|
+
bottom: 0;
|
|
217
|
+
}
|
|
205
218
|
.vxe-input .vxe-input--number-next-icon {
|
|
206
|
-
top: 0;
|
|
219
|
+
top: 0;
|
|
220
|
+
}
|
|
207
221
|
|
|
208
222
|
.vxe-input--panel {
|
|
209
223
|
display: none;
|
|
@@ -212,76 +226,87 @@
|
|
|
212
226
|
padding: 4px 0;
|
|
213
227
|
color: #606266;
|
|
214
228
|
font-size: 14px;
|
|
215
|
-
text-align: left;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
229
|
+
text-align: left;
|
|
230
|
+
}
|
|
231
|
+
.vxe-input--panel:not(.is--transfer) {
|
|
232
|
+
min-width: 100%;
|
|
233
|
+
}
|
|
234
|
+
.vxe-input--panel.is--transfer {
|
|
235
|
+
position: fixed;
|
|
236
|
+
}
|
|
237
|
+
.vxe-input--panel.animat--leave {
|
|
238
|
+
display: block;
|
|
239
|
+
opacity: 0;
|
|
240
|
+
transform: scaleY(0.5);
|
|
241
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
242
|
+
transform-origin: center top;
|
|
243
|
+
backface-visibility: hidden;
|
|
244
|
+
transform-style: preserve-3d;
|
|
245
|
+
}
|
|
246
|
+
.vxe-input--panel.animat--leave[placement=top] {
|
|
247
|
+
transform-origin: center bottom;
|
|
248
|
+
}
|
|
249
|
+
.vxe-input--panel.animat--enter {
|
|
250
|
+
opacity: 1;
|
|
251
|
+
transform: scaleY(1);
|
|
252
|
+
}
|
|
234
253
|
|
|
235
254
|
.vxe-input--panel-wrapper,
|
|
236
255
|
.vxe-input--panel-layout-wrapper {
|
|
237
256
|
background-color: #fff;
|
|
238
257
|
border: 1px solid #DADCE0;
|
|
239
258
|
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
|
|
240
|
-
border-radius: 4px;
|
|
259
|
+
border-radius: 4px;
|
|
260
|
+
}
|
|
241
261
|
|
|
242
262
|
.vxe-input--panel-wrapper {
|
|
243
263
|
overflow-x: hidden;
|
|
244
|
-
overflow-y: auto;
|
|
264
|
+
overflow-y: auto;
|
|
265
|
+
}
|
|
245
266
|
|
|
246
267
|
.vxe-input--panel-layout-wrapper {
|
|
247
268
|
display: flex;
|
|
248
|
-
flex-direction: row;
|
|
269
|
+
flex-direction: row;
|
|
270
|
+
}
|
|
249
271
|
|
|
250
272
|
.vxe-input--panel.type--date, .vxe-input--panel.type--week, .vxe-input--panel.type--month, .vxe-input--panel.type--quarter, .vxe-input--panel.type--year {
|
|
251
273
|
-webkit-user-select: none;
|
|
252
274
|
-moz-user-select: none;
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
275
|
+
user-select: none;
|
|
276
|
+
}
|
|
256
277
|
.vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper {
|
|
257
278
|
display: flex;
|
|
258
279
|
flex-direction: column;
|
|
259
|
-
border-left: 1px solid #dcdfe6;
|
|
260
|
-
|
|
280
|
+
border-left: 1px solid #dcdfe6;
|
|
281
|
+
}
|
|
261
282
|
.vxe-input--panel.type--date .vxe-input--date-picker-body th, .vxe-input--panel.type--datetime .vxe-input--date-picker-body th {
|
|
262
|
-
width: 14.28571%;
|
|
263
|
-
|
|
283
|
+
width: 14.28571%;
|
|
284
|
+
}
|
|
264
285
|
.vxe-input--panel.type--week .vxe-input--date-picker-body table th {
|
|
265
|
-
width: 12%;
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
286
|
+
width: 12%;
|
|
287
|
+
}
|
|
288
|
+
.vxe-input--panel.type--week .vxe-input--date-picker-body table th:first-child {
|
|
289
|
+
width: 14%;
|
|
290
|
+
}
|
|
269
291
|
.vxe-input--panel.type--quarter .vxe-input--date-picker-body table th {
|
|
270
|
-
width: 50%;
|
|
271
|
-
|
|
292
|
+
width: 50%;
|
|
293
|
+
}
|
|
272
294
|
.vxe-input--panel.type--month .vxe-input--date-picker-body td, .vxe-input--panel.type--year .vxe-input--date-picker-body td {
|
|
273
|
-
width: 25%;
|
|
295
|
+
width: 25%;
|
|
296
|
+
}
|
|
274
297
|
|
|
275
298
|
.vxe-input--time-picker-title {
|
|
276
299
|
display: inline-block;
|
|
277
300
|
text-align: center;
|
|
278
301
|
border: 1px solid #dcdfe6;
|
|
279
|
-
border-radius: 4px;
|
|
302
|
+
border-radius: 4px;
|
|
303
|
+
}
|
|
280
304
|
|
|
281
305
|
.vxe-input--time-picker-confirm {
|
|
282
306
|
position: absolute;
|
|
283
307
|
right: 0;
|
|
284
|
-
top: 0;
|
|
308
|
+
top: 0;
|
|
309
|
+
}
|
|
285
310
|
|
|
286
311
|
.vxe-input--time-picker-confirm,
|
|
287
312
|
.vxe-input--date-picker-confirm {
|
|
@@ -291,41 +316,49 @@
|
|
|
291
316
|
cursor: pointer;
|
|
292
317
|
color: #fff;
|
|
293
318
|
border-color: #409eff;
|
|
294
|
-
background-color: #409eff;
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
319
|
+
background-color: #409eff;
|
|
320
|
+
}
|
|
321
|
+
.vxe-input--time-picker-confirm:hover,
|
|
322
|
+
.vxe-input--date-picker-confirm:hover {
|
|
323
|
+
background-color: #5faeff;
|
|
324
|
+
border-color: #5faeff;
|
|
325
|
+
}
|
|
326
|
+
.vxe-input--time-picker-confirm:active,
|
|
327
|
+
.vxe-input--date-picker-confirm:active {
|
|
328
|
+
background-color: #3196ff;
|
|
329
|
+
border-color: #3196ff;
|
|
330
|
+
}
|
|
303
331
|
|
|
304
332
|
.vxe-input--time-picker-header {
|
|
305
333
|
display: flex;
|
|
306
334
|
position: relative;
|
|
307
|
-
flex-shrink: 0;
|
|
335
|
+
flex-shrink: 0;
|
|
336
|
+
}
|
|
308
337
|
|
|
309
338
|
.vxe-input--date-picker-header {
|
|
310
339
|
display: flex;
|
|
311
340
|
flex-direction: row;
|
|
312
341
|
-webkit-user-select: none;
|
|
313
342
|
-moz-user-select: none;
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
343
|
+
user-select: none;
|
|
344
|
+
}
|
|
345
|
+
.vxe-input--date-picker-header .vxe-input--date-picker-type-wrapper {
|
|
346
|
+
flex-grow: 1;
|
|
347
|
+
}
|
|
348
|
+
.vxe-input--date-picker-header .vxe-input--date-picker-btn-wrapper {
|
|
349
|
+
flex-shrink: 0;
|
|
350
|
+
text-align: center;
|
|
351
|
+
}
|
|
321
352
|
|
|
322
353
|
.vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
323
354
|
.vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
324
|
-
display: inline-block;
|
|
355
|
+
display: inline-block;
|
|
356
|
+
}
|
|
325
357
|
|
|
326
358
|
.vxe-input--date-picker-btn-wrapper {
|
|
327
359
|
display: flex;
|
|
328
|
-
flex-direction: row;
|
|
360
|
+
flex-direction: row;
|
|
361
|
+
}
|
|
329
362
|
|
|
330
363
|
.vxe-input--date-picker-label,
|
|
331
364
|
.vxe-input--date-picker-btn {
|
|
@@ -333,96 +366,120 @@
|
|
|
333
366
|
display: flex;
|
|
334
367
|
align-items: center;
|
|
335
368
|
justify-content: center;
|
|
336
|
-
background-color: #fff;
|
|
369
|
+
background-color: #fff;
|
|
370
|
+
}
|
|
337
371
|
|
|
338
372
|
.vxe-input--date-picker-btn.is--disabled {
|
|
339
373
|
color: #BFBFBF;
|
|
340
|
-
cursor: no-drop;
|
|
341
|
-
|
|
374
|
+
cursor: no-drop;
|
|
375
|
+
}
|
|
342
376
|
.vxe-input--date-picker-btn:not(.is--disabled) {
|
|
343
|
-
cursor: pointer;
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
377
|
+
cursor: pointer;
|
|
378
|
+
}
|
|
379
|
+
.vxe-input--date-picker-btn:not(.is--disabled):hover {
|
|
380
|
+
background-color: white;
|
|
381
|
+
}
|
|
382
|
+
.vxe-input--date-picker-btn:not(.is--disabled):active {
|
|
383
|
+
background-color: #f7f7f7;
|
|
384
|
+
}
|
|
348
385
|
|
|
349
386
|
.vxe-input--date-picker-body {
|
|
350
387
|
border-radius: 4px;
|
|
351
388
|
border: 1px solid #DADCE0;
|
|
352
389
|
-webkit-user-select: none;
|
|
353
390
|
-moz-user-select: none;
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
391
|
+
user-select: none;
|
|
392
|
+
}
|
|
393
|
+
.vxe-input--date-picker-body table {
|
|
394
|
+
border: 0;
|
|
395
|
+
width: 100%;
|
|
396
|
+
border-spacing: 0;
|
|
397
|
+
border-collapse: separate;
|
|
398
|
+
text-align: center;
|
|
399
|
+
table-layout: fixed;
|
|
400
|
+
}
|
|
401
|
+
.vxe-input--date-picker-body th,
|
|
402
|
+
.vxe-input--date-picker-body td {
|
|
403
|
+
font-weight: normal;
|
|
404
|
+
}
|
|
405
|
+
.vxe-input--date-picker-body th {
|
|
406
|
+
box-shadow: inset 0 -1px 0 0 #DADCE0;
|
|
407
|
+
}
|
|
408
|
+
.vxe-input--date-picker-body td.is--prev, .vxe-input--date-picker-body td.is--next {
|
|
409
|
+
color: #BFBFBF;
|
|
410
|
+
}
|
|
411
|
+
.vxe-input--date-picker-body td.is--prev .vxe-input--date-label,
|
|
412
|
+
.vxe-input--date-picker-body td.is--prev .vxe-input--date-festival, .vxe-input--date-picker-body td.is--next .vxe-input--date-label,
|
|
413
|
+
.vxe-input--date-picker-body td.is--next .vxe-input--date-festival {
|
|
414
|
+
color: #BFBFBF;
|
|
415
|
+
}
|
|
416
|
+
.vxe-input--date-picker-body td.is--now {
|
|
417
|
+
box-shadow: inset 0 0 0 1px #DADCE0;
|
|
418
|
+
}
|
|
419
|
+
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current {
|
|
420
|
+
color: #409eff;
|
|
421
|
+
}
|
|
422
|
+
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-label,
|
|
423
|
+
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-festival {
|
|
424
|
+
color: #409eff;
|
|
425
|
+
}
|
|
426
|
+
.vxe-input--date-picker-body td.is--hover {
|
|
427
|
+
background-color: #f2f6fc;
|
|
428
|
+
}
|
|
429
|
+
.vxe-input--date-picker-body td.is--selected {
|
|
430
|
+
color: #fff;
|
|
431
|
+
background-color: #409eff;
|
|
432
|
+
}
|
|
433
|
+
.vxe-input--date-picker-body td.is--selected.is--prev, .vxe-input--date-picker-body td.is--selected.is--next {
|
|
434
|
+
background-color: #73b8ff;
|
|
435
|
+
}
|
|
436
|
+
.vxe-input--date-picker-body td.is--selected .vxe-input--date-label,
|
|
437
|
+
.vxe-input--date-picker-body td.is--selected .vxe-input--date-festival {
|
|
438
|
+
color: #fff;
|
|
439
|
+
}
|
|
440
|
+
.vxe-input--date-picker-body td.is--selected .vxe-input--date-label.is-notice:before {
|
|
441
|
+
background-color: #fff;
|
|
442
|
+
}
|
|
443
|
+
.vxe-input--date-picker-body td:not(.is--disabled) {
|
|
444
|
+
cursor: pointer;
|
|
445
|
+
}
|
|
446
|
+
.vxe-input--date-picker-body td.is--disabled {
|
|
447
|
+
cursor: no-drop;
|
|
448
|
+
color: #dcdfe6;
|
|
449
|
+
background-color: #f3f3f3;
|
|
450
|
+
}
|
|
451
|
+
.vxe-input--date-picker-body td.is--disabled .vxe-input--date-label,
|
|
452
|
+
.vxe-input--date-picker-body td.is--disabled .vxe-input--date-festival {
|
|
453
|
+
color: #dcdfe6;
|
|
454
|
+
}
|
|
402
455
|
|
|
403
456
|
.vxe-input--date-week-view th:first-child {
|
|
404
|
-
box-shadow: inset -1px -1px 0 0 #DADCE0;
|
|
405
|
-
|
|
457
|
+
box-shadow: inset -1px -1px 0 0 #DADCE0;
|
|
458
|
+
}
|
|
406
459
|
.vxe-input--date-week-view td:first-child {
|
|
407
|
-
box-shadow: inset -1px 0 0 0 #DADCE0;
|
|
460
|
+
box-shadow: inset -1px 0 0 0 #DADCE0;
|
|
461
|
+
}
|
|
408
462
|
|
|
409
463
|
.vxe-input--date-label,
|
|
410
464
|
.vxe-input--date-festival {
|
|
411
465
|
display: block;
|
|
412
|
-
overflow: hidden;
|
|
466
|
+
overflow: hidden;
|
|
467
|
+
}
|
|
413
468
|
|
|
414
469
|
.vxe-input--date-label {
|
|
415
|
-
position: relative;
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
470
|
+
position: relative;
|
|
471
|
+
}
|
|
472
|
+
.vxe-input--date-label.is-notice:before {
|
|
473
|
+
content: "";
|
|
474
|
+
position: absolute;
|
|
475
|
+
width: 4px;
|
|
476
|
+
height: 4px;
|
|
477
|
+
left: 0.8em;
|
|
478
|
+
top: 0.1em;
|
|
479
|
+
transform: translateX(-50%);
|
|
480
|
+
border-radius: 100%;
|
|
481
|
+
background-color: #FF0000;
|
|
482
|
+
}
|
|
426
483
|
|
|
427
484
|
.vxe-input--date-label--extra {
|
|
428
485
|
position: absolute;
|
|
@@ -431,64 +488,62 @@
|
|
|
431
488
|
font-size: 12px;
|
|
432
489
|
line-height: 12px;
|
|
433
490
|
transform: scale(0.7);
|
|
434
|
-
color: #67c23a;
|
|
435
|
-
|
|
436
|
-
|
|
491
|
+
color: #67c23a;
|
|
492
|
+
}
|
|
493
|
+
.vxe-input--date-label--extra.is-important {
|
|
494
|
+
color: #fd2222;
|
|
495
|
+
}
|
|
437
496
|
|
|
438
497
|
.vxe-input--date-festival {
|
|
439
498
|
color: #999999;
|
|
440
499
|
height: 14px;
|
|
441
500
|
line-height: 1;
|
|
442
|
-
overflow: hidden;
|
|
443
|
-
|
|
444
|
-
|
|
501
|
+
overflow: hidden;
|
|
502
|
+
}
|
|
503
|
+
.vxe-input--date-festival.is-important {
|
|
504
|
+
color: #409eff;
|
|
505
|
+
}
|
|
445
506
|
|
|
446
507
|
.vxe-input--date-festival--label {
|
|
447
508
|
display: block;
|
|
448
509
|
font-size: 12px;
|
|
449
|
-
transform: scale(0.8);
|
|
450
|
-
|
|
451
|
-
@-webkit-keyframes festivalOverlap2 {
|
|
452
|
-
0%, 45%, 100% {
|
|
453
|
-
transform: translateY(0); }
|
|
454
|
-
50%, 95% {
|
|
455
|
-
transform: translateY(-14px); } }
|
|
510
|
+
transform: scale(0.8);
|
|
511
|
+
}
|
|
456
512
|
|
|
457
513
|
@keyframes festivalOverlap2 {
|
|
458
514
|
0%, 45%, 100% {
|
|
459
|
-
transform: translateY(0);
|
|
515
|
+
transform: translateY(0);
|
|
516
|
+
}
|
|
460
517
|
50%, 95% {
|
|
461
|
-
transform: translateY(-14px);
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
0%, 20%, 100% {
|
|
465
|
-
transform: translateY(0); }
|
|
466
|
-
25%, 45%, 75%, 95% {
|
|
467
|
-
transform: translateY(-14px); }
|
|
468
|
-
50%, 70% {
|
|
469
|
-
transform: translateY(-28px); } }
|
|
470
|
-
|
|
518
|
+
transform: translateY(-14px);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
471
521
|
@keyframes festivalOverlap3 {
|
|
472
522
|
0%, 20%, 100% {
|
|
473
|
-
transform: translateY(0);
|
|
523
|
+
transform: translateY(0);
|
|
524
|
+
}
|
|
474
525
|
25%, 45%, 75%, 95% {
|
|
475
|
-
transform: translateY(-14px);
|
|
526
|
+
transform: translateY(-14px);
|
|
527
|
+
}
|
|
476
528
|
50%, 70% {
|
|
477
|
-
transform: translateY(-28px);
|
|
478
|
-
|
|
529
|
+
transform: translateY(-28px);
|
|
530
|
+
}
|
|
531
|
+
}
|
|
479
532
|
.vxe-input--date-festival--overlap {
|
|
480
533
|
display: block;
|
|
481
|
-
font-size: 12px;
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
534
|
+
font-size: 12px;
|
|
535
|
+
}
|
|
536
|
+
.vxe-input--date-festival--overlap.overlap--2 {
|
|
537
|
+
animation: festivalOverlap2 6s infinite ease-in-out;
|
|
538
|
+
}
|
|
539
|
+
.vxe-input--date-festival--overlap.overlap--3 {
|
|
540
|
+
animation: festivalOverlap3 9s infinite ease-in-out;
|
|
541
|
+
}
|
|
542
|
+
.vxe-input--date-festival--overlap > span {
|
|
543
|
+
height: 14px;
|
|
544
|
+
display: block;
|
|
545
|
+
transform: scale(0.8);
|
|
546
|
+
}
|
|
492
547
|
|
|
493
548
|
.vxe-input--time-picker-body {
|
|
494
549
|
position: relative;
|
|
@@ -499,331 +554,452 @@
|
|
|
499
554
|
border-radius: 4px;
|
|
500
555
|
-webkit-user-select: none;
|
|
501
556
|
-moz-user-select: none;
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
557
|
+
user-select: none;
|
|
558
|
+
}
|
|
559
|
+
.vxe-input--time-picker-body > ul {
|
|
560
|
+
height: 100%;
|
|
561
|
+
overflow: hidden;
|
|
562
|
+
margin: 0;
|
|
563
|
+
padding: 0;
|
|
564
|
+
}
|
|
565
|
+
.vxe-input--time-picker-body > ul:before, .vxe-input--time-picker-body > ul:after {
|
|
566
|
+
content: " ";
|
|
567
|
+
display: block;
|
|
568
|
+
}
|
|
569
|
+
.vxe-input--time-picker-body > ul:hover {
|
|
570
|
+
overflow-y: auto;
|
|
571
|
+
}
|
|
572
|
+
.vxe-input--time-picker-body > ul > li {
|
|
573
|
+
display: block;
|
|
574
|
+
}
|
|
575
|
+
.vxe-input--time-picker-body > ul > li:hover {
|
|
576
|
+
background-color: #f2f6fc;
|
|
577
|
+
cursor: pointer;
|
|
578
|
+
}
|
|
579
|
+
.vxe-input--time-picker-body > ul > li.is--selected {
|
|
580
|
+
font-weight: 700;
|
|
581
|
+
color: #409eff;
|
|
582
|
+
}
|
|
583
|
+
.vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
584
|
+
border-left: 1px solid #DADCE0;
|
|
585
|
+
}
|
|
586
|
+
.vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
587
|
+
border-left: 1px solid #DADCE0;
|
|
588
|
+
}
|
|
526
589
|
|
|
527
590
|
.vxe-input {
|
|
528
591
|
font-size: 14px;
|
|
529
592
|
height: 34px;
|
|
530
|
-
line-height: 34px;
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
593
|
+
line-height: 34px;
|
|
594
|
+
}
|
|
595
|
+
.vxe-input .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
596
|
+
margin-top: 6px;
|
|
597
|
+
}
|
|
598
|
+
.vxe-input .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=week]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=number]::-webkit-inner-spin-button {
|
|
599
|
+
height: 24px;
|
|
600
|
+
}
|
|
601
|
+
.vxe-input.size--medium {
|
|
602
|
+
font-size: 14px;
|
|
603
|
+
height: 32px;
|
|
604
|
+
line-height: 32px;
|
|
605
|
+
}
|
|
606
|
+
.vxe-input.size--medium .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--medium .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--medium .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
607
|
+
margin-top: 4px;
|
|
608
|
+
}
|
|
609
|
+
.vxe-input.size--small {
|
|
610
|
+
font-size: 13px;
|
|
611
|
+
height: 30px;
|
|
612
|
+
line-height: 30px;
|
|
613
|
+
}
|
|
614
|
+
.vxe-input.size--small .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--small .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--small .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
615
|
+
margin-top: 2px;
|
|
616
|
+
}
|
|
617
|
+
.vxe-input.size--mini {
|
|
618
|
+
font-size: 12px;
|
|
619
|
+
height: 28px;
|
|
620
|
+
line-height: 28px;
|
|
621
|
+
}
|
|
622
|
+
.vxe-input.size--mini .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--mini .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--mini .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
623
|
+
margin-top: 0;
|
|
624
|
+
}
|
|
553
625
|
|
|
554
626
|
.vxe-input--panel {
|
|
555
|
-
font-size: 14px;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
627
|
+
font-size: 14px;
|
|
628
|
+
}
|
|
629
|
+
.vxe-input--panel .vxe-input--panel-wrapper {
|
|
630
|
+
max-height: 380px;
|
|
631
|
+
}
|
|
632
|
+
.vxe-input--panel.type--date .vxe-input--panel-wrapper, .vxe-input--panel.type--time .vxe-input--panel-wrapper, .vxe-input--panel.type--week .vxe-input--panel-wrapper, .vxe-input--panel.type--month .vxe-input--panel-wrapper, .vxe-input--panel.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.type--year .vxe-input--panel-wrapper {
|
|
633
|
+
padding: 11px;
|
|
634
|
+
}
|
|
635
|
+
.vxe-input--panel.type--date .vxe-input--panel-wrapper, .vxe-input--panel.type--month .vxe-input--panel-wrapper, .vxe-input--panel.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.type--year .vxe-input--panel-wrapper {
|
|
636
|
+
width: 336px;
|
|
637
|
+
}
|
|
638
|
+
.vxe-input--panel.type--week .vxe-input--panel-wrapper {
|
|
639
|
+
width: 380px;
|
|
640
|
+
}
|
|
641
|
+
.vxe-input--panel.type--time .vxe-input--panel-wrapper {
|
|
642
|
+
width: 170px;
|
|
643
|
+
}
|
|
644
|
+
.vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper {
|
|
645
|
+
width: 336px;
|
|
646
|
+
}
|
|
647
|
+
.vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper,
|
|
648
|
+
.vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper {
|
|
649
|
+
padding: 11px;
|
|
650
|
+
}
|
|
651
|
+
.vxe-input--panel .vxe-input--time-picker-title {
|
|
652
|
+
height: 30px;
|
|
653
|
+
line-height: 30px;
|
|
654
|
+
padding: 0 11px;
|
|
655
|
+
}
|
|
656
|
+
.vxe-input--panel .vxe-input--date-picker-label,
|
|
657
|
+
.vxe-input--panel .vxe-input--date-picker-btn {
|
|
658
|
+
height: 30px;
|
|
659
|
+
line-height: 30px;
|
|
660
|
+
}
|
|
661
|
+
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
|
|
662
|
+
margin-left: 8px;
|
|
663
|
+
}
|
|
664
|
+
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
|
|
665
|
+
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
666
|
+
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
667
|
+
width: 30px;
|
|
668
|
+
border-radius: 4px;
|
|
669
|
+
border: 1px solid #dcdfe6;
|
|
670
|
+
}
|
|
671
|
+
.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
672
|
+
.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
673
|
+
padding: 0 9px;
|
|
674
|
+
}
|
|
675
|
+
.vxe-input--panel .vxe-input--time-picker-header,
|
|
676
|
+
.vxe-input--panel .vxe-input--date-picker-header {
|
|
677
|
+
padding-bottom: 8px;
|
|
678
|
+
}
|
|
679
|
+
.vxe-input--panel .vxe-input--date-picker-body table,
|
|
680
|
+
.vxe-input--panel .vxe-input--time-picker-body {
|
|
681
|
+
height: 258px;
|
|
682
|
+
}
|
|
683
|
+
.vxe-input--panel .vxe-input--time-picker-body > ul {
|
|
684
|
+
width: 48px;
|
|
685
|
+
}
|
|
686
|
+
.vxe-input--panel .vxe-input--time-picker-body > ul:before, .vxe-input--panel .vxe-input--time-picker-body > ul:after {
|
|
687
|
+
height: 120px;
|
|
688
|
+
}
|
|
689
|
+
.vxe-input--panel .vxe-input--time-picker-body > ul > li {
|
|
690
|
+
height: 26px;
|
|
691
|
+
padding-left: 9px;
|
|
692
|
+
}
|
|
693
|
+
.vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
694
|
+
left: 48px;
|
|
695
|
+
}
|
|
696
|
+
.vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
697
|
+
left: 96px;
|
|
698
|
+
}
|
|
699
|
+
.vxe-input--panel .vxe-input--date-day-view td,
|
|
700
|
+
.vxe-input--panel .vxe-input--date-week-view td {
|
|
701
|
+
height: 38px;
|
|
702
|
+
}
|
|
703
|
+
.vxe-input--panel .vxe-input--date-quarter-view td {
|
|
704
|
+
height: 60px;
|
|
705
|
+
}
|
|
706
|
+
.vxe-input--panel .vxe-input--date-month-view td,
|
|
707
|
+
.vxe-input--panel .vxe-input--date-year-view td {
|
|
708
|
+
height: 48px;
|
|
709
|
+
}
|
|
710
|
+
.vxe-input--panel .vxe-input--date-picker-body th {
|
|
711
|
+
height: 30px;
|
|
712
|
+
}
|
|
713
|
+
.vxe-input--panel .vxe-input--time-picker-confirm,
|
|
714
|
+
.vxe-input--panel .vxe-input--date-picker-confirm {
|
|
715
|
+
height: 30px;
|
|
716
|
+
padding: 0 9px;
|
|
717
|
+
}
|
|
718
|
+
.vxe-input--panel .vxe-input--date-label {
|
|
719
|
+
line-height: 15px;
|
|
720
|
+
}
|
|
721
|
+
.vxe-input--panel.size--medium {
|
|
722
|
+
font-size: 14px;
|
|
723
|
+
}
|
|
724
|
+
.vxe-input--panel.size--medium .vxe-input--panel-wrapper {
|
|
725
|
+
max-height: 360px;
|
|
726
|
+
}
|
|
727
|
+
.vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper {
|
|
728
|
+
padding: 10px;
|
|
729
|
+
}
|
|
730
|
+
.vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper {
|
|
731
|
+
width: 336px;
|
|
732
|
+
}
|
|
733
|
+
.vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper {
|
|
734
|
+
width: 380px;
|
|
735
|
+
}
|
|
736
|
+
.vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper {
|
|
737
|
+
width: 168px;
|
|
738
|
+
}
|
|
739
|
+
.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper {
|
|
740
|
+
width: 336px;
|
|
741
|
+
}
|
|
742
|
+
.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper,
|
|
743
|
+
.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-right-wrapper {
|
|
744
|
+
padding: 10px;
|
|
745
|
+
}
|
|
746
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-title {
|
|
747
|
+
height: 29px;
|
|
748
|
+
line-height: 29px;
|
|
749
|
+
padding: 0 10px;
|
|
750
|
+
}
|
|
751
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-label,
|
|
752
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-btn {
|
|
753
|
+
height: 29px;
|
|
754
|
+
line-height: 29px;
|
|
755
|
+
}
|
|
756
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
|
|
757
|
+
margin-left: 7px;
|
|
758
|
+
}
|
|
759
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
|
|
760
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
761
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
762
|
+
width: 29px;
|
|
763
|
+
border-radius: 4px;
|
|
764
|
+
border: 1px solid #dcdfe6;
|
|
765
|
+
}
|
|
766
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
767
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
768
|
+
padding: 0 8px;
|
|
769
|
+
}
|
|
770
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-header,
|
|
771
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-header {
|
|
772
|
+
padding-bottom: 7px;
|
|
773
|
+
}
|
|
774
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-body table,
|
|
775
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body {
|
|
776
|
+
height: 245px;
|
|
777
|
+
}
|
|
778
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body > ul {
|
|
779
|
+
width: 48px;
|
|
780
|
+
}
|
|
781
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--medium .vxe-input--time-picker-body > ul:after {
|
|
782
|
+
height: 120px;
|
|
783
|
+
}
|
|
784
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body > ul > li {
|
|
785
|
+
height: 26px;
|
|
786
|
+
padding-left: 8px;
|
|
787
|
+
}
|
|
788
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
789
|
+
left: 48px;
|
|
790
|
+
}
|
|
791
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
792
|
+
left: 96px;
|
|
793
|
+
}
|
|
794
|
+
.vxe-input--panel.size--medium .vxe-input--date-day-view td,
|
|
795
|
+
.vxe-input--panel.size--medium .vxe-input--date-week-view td {
|
|
796
|
+
height: 36px;
|
|
797
|
+
}
|
|
798
|
+
.vxe-input--panel.size--medium .vxe-input--date-quarter-view td {
|
|
799
|
+
height: 58px;
|
|
800
|
+
}
|
|
801
|
+
.vxe-input--panel.size--medium .vxe-input--date-month-view td,
|
|
802
|
+
.vxe-input--panel.size--medium .vxe-input--date-year-view td {
|
|
803
|
+
height: 46px;
|
|
804
|
+
}
|
|
805
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-body th {
|
|
806
|
+
height: 29px;
|
|
807
|
+
}
|
|
808
|
+
.vxe-input--panel.size--medium .vxe-input--time-picker-confirm,
|
|
809
|
+
.vxe-input--panel.size--medium .vxe-input--date-picker-confirm {
|
|
810
|
+
height: 29px;
|
|
811
|
+
padding: 0 8px;
|
|
812
|
+
}
|
|
813
|
+
.vxe-input--panel.size--medium .vxe-input--date-label {
|
|
814
|
+
line-height: 15px;
|
|
815
|
+
}
|
|
816
|
+
.vxe-input--panel.size--small {
|
|
817
|
+
font-size: 13px;
|
|
818
|
+
}
|
|
819
|
+
.vxe-input--panel.size--small .vxe-input--panel-wrapper {
|
|
820
|
+
max-height: 340px;
|
|
821
|
+
}
|
|
822
|
+
.vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper {
|
|
823
|
+
padding: 9px;
|
|
824
|
+
}
|
|
825
|
+
.vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper {
|
|
826
|
+
width: 312px;
|
|
827
|
+
}
|
|
828
|
+
.vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper {
|
|
829
|
+
width: 354px;
|
|
830
|
+
}
|
|
831
|
+
.vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper {
|
|
832
|
+
width: 154px;
|
|
833
|
+
}
|
|
834
|
+
.vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper {
|
|
835
|
+
width: 312px;
|
|
836
|
+
}
|
|
837
|
+
.vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper,
|
|
838
|
+
.vxe-input--panel.size--small.type--datetime .vxe-input--panel-right-wrapper {
|
|
839
|
+
padding: 9px;
|
|
840
|
+
}
|
|
841
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-title {
|
|
842
|
+
height: 28px;
|
|
843
|
+
line-height: 28px;
|
|
844
|
+
padding: 0 9px;
|
|
845
|
+
}
|
|
846
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-label,
|
|
847
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-btn {
|
|
848
|
+
height: 28px;
|
|
849
|
+
line-height: 28px;
|
|
850
|
+
}
|
|
851
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
|
|
852
|
+
margin-left: 6px;
|
|
853
|
+
}
|
|
854
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
|
|
855
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
856
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
857
|
+
width: 28px;
|
|
858
|
+
border-radius: 4px;
|
|
859
|
+
border: 1px solid #dcdfe6;
|
|
860
|
+
}
|
|
861
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
862
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
863
|
+
padding: 0 7px;
|
|
864
|
+
}
|
|
865
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-header,
|
|
866
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-header {
|
|
867
|
+
padding-bottom: 6px;
|
|
868
|
+
}
|
|
869
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-body table,
|
|
870
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body {
|
|
871
|
+
height: 232px;
|
|
872
|
+
}
|
|
873
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body > ul {
|
|
874
|
+
width: 44px;
|
|
875
|
+
}
|
|
876
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--small .vxe-input--time-picker-body > ul:after {
|
|
877
|
+
height: 110px;
|
|
878
|
+
}
|
|
879
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body > ul > li {
|
|
880
|
+
height: 26px;
|
|
881
|
+
padding-left: 7px;
|
|
882
|
+
}
|
|
883
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
884
|
+
left: 44px;
|
|
885
|
+
}
|
|
886
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
887
|
+
left: 88px;
|
|
888
|
+
}
|
|
889
|
+
.vxe-input--panel.size--small .vxe-input--date-day-view td,
|
|
890
|
+
.vxe-input--panel.size--small .vxe-input--date-week-view td {
|
|
891
|
+
height: 34px;
|
|
892
|
+
}
|
|
893
|
+
.vxe-input--panel.size--small .vxe-input--date-quarter-view td {
|
|
894
|
+
height: 56px;
|
|
895
|
+
}
|
|
896
|
+
.vxe-input--panel.size--small .vxe-input--date-month-view td,
|
|
897
|
+
.vxe-input--panel.size--small .vxe-input--date-year-view td {
|
|
898
|
+
height: 44px;
|
|
899
|
+
}
|
|
900
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-body th {
|
|
901
|
+
height: 28px;
|
|
902
|
+
}
|
|
903
|
+
.vxe-input--panel.size--small .vxe-input--time-picker-confirm,
|
|
904
|
+
.vxe-input--panel.size--small .vxe-input--date-picker-confirm {
|
|
905
|
+
height: 28px;
|
|
906
|
+
padding: 0 7px;
|
|
907
|
+
}
|
|
908
|
+
.vxe-input--panel.size--small .vxe-input--date-label {
|
|
909
|
+
line-height: 14px;
|
|
910
|
+
}
|
|
911
|
+
.vxe-input--panel.size--mini {
|
|
912
|
+
font-size: 12px;
|
|
913
|
+
}
|
|
914
|
+
.vxe-input--panel.size--mini .vxe-input--panel-wrapper {
|
|
915
|
+
max-height: 320px;
|
|
916
|
+
}
|
|
917
|
+
.vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper {
|
|
918
|
+
padding: 8px;
|
|
919
|
+
}
|
|
920
|
+
.vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper {
|
|
921
|
+
width: 288px;
|
|
922
|
+
}
|
|
923
|
+
.vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper {
|
|
924
|
+
width: 326px;
|
|
925
|
+
}
|
|
926
|
+
.vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper {
|
|
927
|
+
width: 146px;
|
|
928
|
+
}
|
|
929
|
+
.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper {
|
|
930
|
+
width: 288px;
|
|
931
|
+
}
|
|
932
|
+
.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper,
|
|
933
|
+
.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-right-wrapper {
|
|
934
|
+
padding: 8px;
|
|
935
|
+
}
|
|
936
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-title {
|
|
937
|
+
height: 27px;
|
|
938
|
+
line-height: 27px;
|
|
939
|
+
padding: 0 8px;
|
|
940
|
+
}
|
|
941
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-label,
|
|
942
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-btn {
|
|
943
|
+
height: 27px;
|
|
944
|
+
line-height: 27px;
|
|
945
|
+
}
|
|
946
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
|
|
947
|
+
margin-left: 5px;
|
|
948
|
+
}
|
|
949
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
|
|
950
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
951
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
952
|
+
width: 27px;
|
|
953
|
+
border-radius: 4px;
|
|
954
|
+
border: 1px solid #dcdfe6;
|
|
955
|
+
}
|
|
956
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
957
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
958
|
+
padding: 0 6px;
|
|
959
|
+
}
|
|
960
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-header,
|
|
961
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-header {
|
|
962
|
+
padding-bottom: 5px;
|
|
963
|
+
}
|
|
964
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-body table,
|
|
965
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body {
|
|
966
|
+
height: 218px;
|
|
967
|
+
}
|
|
968
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body > ul {
|
|
969
|
+
width: 42px;
|
|
970
|
+
}
|
|
971
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--mini .vxe-input--time-picker-body > ul:after {
|
|
972
|
+
height: 100px;
|
|
973
|
+
}
|
|
974
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body > ul > li {
|
|
975
|
+
height: 26px;
|
|
976
|
+
padding-left: 6px;
|
|
977
|
+
}
|
|
978
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
979
|
+
left: 42px;
|
|
980
|
+
}
|
|
981
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
982
|
+
left: 84px;
|
|
983
|
+
}
|
|
984
|
+
.vxe-input--panel.size--mini .vxe-input--date-day-view td,
|
|
985
|
+
.vxe-input--panel.size--mini .vxe-input--date-week-view td {
|
|
986
|
+
height: 32px;
|
|
987
|
+
}
|
|
988
|
+
.vxe-input--panel.size--mini .vxe-input--date-quarter-view td {
|
|
989
|
+
height: 54px;
|
|
990
|
+
}
|
|
991
|
+
.vxe-input--panel.size--mini .vxe-input--date-month-view td,
|
|
992
|
+
.vxe-input--panel.size--mini .vxe-input--date-year-view td {
|
|
993
|
+
height: 42px;
|
|
994
|
+
}
|
|
995
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-body th {
|
|
996
|
+
height: 26px;
|
|
997
|
+
}
|
|
998
|
+
.vxe-input--panel.size--mini .vxe-input--time-picker-confirm,
|
|
999
|
+
.vxe-input--panel.size--mini .vxe-input--date-picker-confirm {
|
|
1000
|
+
height: 27px;
|
|
1001
|
+
padding: 0 6px;
|
|
1002
|
+
}
|
|
1003
|
+
.vxe-input--panel.size--mini .vxe-input--date-label {
|
|
1004
|
+
line-height: 13px;
|
|
1005
|
+
}
|