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