@aplus-frontend/ui 6.17.2 → 6.18.0

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 (260) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  6. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  9. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  10. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  11. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  12. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  33. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  34. package/es/src/ap-form/item/index.vue.mjs +7 -7
  35. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  37. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  42. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  43. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  45. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  47. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  50. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  51. package/es/src/ap-form/render/item.vue.mjs +2 -2
  52. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  53. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  54. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  55. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  56. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  57. package/es/src/ap-form/set/index.vue.mjs +1 -1
  58. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  59. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  60. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  61. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  62. package/es/src/ap-grid/index.vue.d.ts +2 -4
  63. package/es/src/ap-grid/index.vue.mjs +26 -19
  64. package/es/src/ap-grid/utils/table.d.ts +1 -1
  65. package/es/src/ap-grid/utils/table.mjs +31 -31
  66. package/es/src/ap-list/index.vue.d.ts +2 -4
  67. package/es/src/ap-list/index.vue.mjs +1 -1
  68. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  69. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  70. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  71. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  72. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  73. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  74. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  75. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  76. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  77. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  78. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  80. package/es/src/ap-table/constants.d.ts +5 -5
  81. package/es/src/ap-table/constants.mjs +45 -45
  82. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  83. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  84. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  85. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  86. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  87. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  88. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  89. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  90. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  91. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  92. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  93. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  94. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  95. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  96. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  97. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  98. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  99. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  100. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  101. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +395 -144
  102. package/es/src/business/ap-draggable-grid/constans.d.ts +0 -8
  103. package/es/src/business/ap-draggable-grid/constans.mjs +0 -8
  104. package/es/src/business/ap-draggable-grid/index.d.ts +3 -31
  105. package/es/src/business/ap-draggable-grid/interface.d.ts +2 -0
  106. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  107. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  108. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  109. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  110. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  111. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  112. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  113. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  114. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  115. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  116. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  117. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  118. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  119. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  120. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  121. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  122. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  123. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  124. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  125. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  126. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  127. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  128. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  129. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  130. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  131. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  132. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  133. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  134. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  135. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  136. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  137. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  138. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  139. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  140. package/es/src/check-card/index.vue2.mjs +3 -3
  141. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  142. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  143. package/es/src/editable-table/form-item.vue.mjs +2 -2
  144. package/es/src/editable-table/index.vue.d.ts +2 -4
  145. package/es/src/editable-table/index.vue.mjs +2 -2
  146. package/es/src/full-screen/index.vue.mjs +3 -3
  147. package/es/src/hooks/useFullScreen.mjs +5 -5
  148. package/es/src/mask/index.vue.mjs +10 -10
  149. package/es/src/portal/index.vue.mjs +2 -2
  150. package/es/src/scroll-bar/index.vue.mjs +3 -3
  151. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  152. package/es/src/scroll-view/index.vue.d.ts +5 -5
  153. package/es/src/scroll-view/index.vue.mjs +9 -9
  154. package/es/src/splitter/Panel.vue2.mjs +4 -4
  155. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  156. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  157. package/es/src/tests/wrapper.d.ts +4 -4
  158. package/es/src/text/group.vue.mjs +2 -2
  159. package/es/src/text/index.vue.mjs +5 -5
  160. package/es/src/version.d.ts +1 -1
  161. package/es/src/version.mjs +1 -1
  162. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  163. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  164. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  165. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  166. package/lib/src/ap-field/index.js +1 -1
  167. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  168. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  169. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  170. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  171. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  172. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  173. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  174. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  175. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  176. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  177. package/lib/src/ap-grid/index.vue.js +1 -1
  178. package/lib/src/ap-grid/utils/table.d.ts +1 -1
  179. package/lib/src/ap-grid/utils/table.js +1 -1
  180. package/lib/src/ap-list/index.vue.d.ts +2 -4
  181. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  182. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  183. package/lib/src/ap-table/constants.d.ts +5 -5
  184. package/lib/src/ap-table/constants.js +1 -1
  185. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  186. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  187. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  188. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  189. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  190. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  191. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  192. package/lib/src/business/ap-draggable-grid/constans.d.ts +0 -8
  193. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  194. package/lib/src/business/ap-draggable-grid/index.d.ts +3 -31
  195. package/lib/src/business/ap-draggable-grid/interface.d.ts +2 -0
  196. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  197. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  198. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  199. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  200. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  201. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  202. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  203. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  204. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  205. package/lib/src/editable-table/index.vue.d.ts +2 -4
  206. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  207. package/lib/src/tests/wrapper.d.ts +4 -4
  208. package/lib/src/version.d.ts +1 -1
  209. package/lib/src/version.js +1 -1
  210. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  211. package/package.json +1 -1
  212. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  213. package/theme/ap-descriptions/ap-descriptions.less +1 -1
  214. package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -3
  215. package/theme/ap-draggable-grid/ap-draggable-grid.less +4 -2
  216. package/theme/index.css +5 -4
  217. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  218. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  219. package/theme/antd-global-overwrite/admin/button.css +0 -27
  220. package/theme/antd-global-overwrite/admin/button.less +0 -31
  221. package/theme/antd-global-overwrite/admin/field.css +0 -42
  222. package/theme/antd-global-overwrite/admin/field.less +0 -43
  223. package/theme/antd-global-overwrite/admin/form.css +0 -57
  224. package/theme/antd-global-overwrite/admin/form.less +0 -97
  225. package/theme/antd-global-overwrite/admin/message.css +0 -10
  226. package/theme/antd-global-overwrite/admin/message.less +0 -13
  227. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  228. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  229. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  230. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  231. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  232. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  233. package/theme/antd-global-overwrite/admin/table.css +0 -78
  234. package/theme/antd-global-overwrite/admin/table.less +0 -62
  235. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  236. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  237. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  238. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  239. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  240. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  241. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  242. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  243. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  244. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  245. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  246. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  247. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  248. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  249. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  250. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  251. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  252. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  253. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  254. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  255. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  256. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  257. package/theme/ap-table/ap-table-pagination.css +0 -12
  258. package/theme/ap-table/ap-table-pagination.less +0 -14
  259. package/theme/ui-mode.css +0 -60
  260. package/theme/ui-mode.less +0 -109
@@ -1,57 +0,0 @@
1
- .ant-form .ant-form-item label {
2
- font-weight: normal;
3
- }
4
- .ant-form .ant-form-item label svg {
5
- color: #34b77c;
6
- }
7
- .ant-form .ant-form-item-control {
8
- padding-left: 0;
9
- }
10
- .ant-form .ant-form-item-control .ant-form-item-explain-error {
11
- font-size: 12px;
12
- }
13
- .ant-input::-moz-placeholder {
14
- color: #bfbfbf;
15
- }
16
- .ant-input::placeholder {
17
- color: #bfbfbf;
18
- }
19
- .ant-select .ant-select-selection-placeholder {
20
- color: #bfbfbf;
21
- }
22
- .ant-picker .ant-picker-input > input::-moz-placeholder {
23
- color: #bfbfbf;
24
- }
25
- .ant-picker .ant-picker-input > input::placeholder {
26
- color: #bfbfbf;
27
- }
28
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
29
- color: #bfbfbf;
30
- }
31
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
32
- color: #bfbfbf;
33
- }
34
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
35
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
36
- padding: 16px;
37
- }
38
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
39
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
40
- display: flex;
41
- align-items: center;
42
- justify-content: flex-end;
43
- }
44
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary,
45
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
46
- order: 1;
47
- }
48
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default,
49
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
50
- order: 2;
51
- margin-right: 0;
52
- }
53
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link,
54
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
55
- order: 3;
56
- margin-left: 0.5rem;
57
- }
@@ -1,97 +0,0 @@
1
- .ant-form {
2
- .ant-form-item {
3
- // label style
4
- label {
5
- font-weight: normal;
6
-
7
- svg {
8
- color: #34b77c;
9
- }
10
- }
11
- }
12
-
13
- .ant-form-item-control {
14
- padding-left: 0;
15
- // error style
16
- .ant-form-item-explain-error {
17
- font-size: 12px;
18
- }
19
- // Radio style
20
- // .ant-radio-wrapper .ant-radio {
21
- // &.ant-radio-checked {
22
- // .ant-radio-inner {
23
- // background-color: #ffffff;
24
- // border-color: #34b77c;
25
-
26
- // &::after {
27
- // background-color: #34b77c;
28
- // }
29
- // }
30
- // }
31
- // }
32
- // Select style
33
- // .ant-select {
34
- // &.ant-select-open {
35
- // .ant-select-selection-item {
36
- // color: #bfbfbf;
37
- // }
38
- // }
39
- // }
40
- }
41
- }
42
-
43
- // placeholder style
44
- .ant-input::placeholder {
45
- color: #bfbfbf;
46
- }
47
-
48
- .ant-select .ant-select-selection-placeholder {
49
- color: #bfbfbf;
50
- }
51
-
52
- .ant-picker .ant-picker-input > input::placeholder {
53
- color: #bfbfbf;
54
- }
55
-
56
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
57
- color: #bfbfbf;
58
- }
59
-
60
- // input disabled styles
61
- // input.ant-input[disabled] {
62
- // color: #666666;
63
- // }
64
-
65
- // 兼容 table 里面 过滤器样式
66
- // 新增对sticky表格的样式类型
67
- div[class$='-basic-table-form-container'],
68
- div[class$='-basic-table-form-container ap-table--sticky'] {
69
- form[class$='-basic-form--compact'] {
70
- // 关于 过滤器 底部 16px问题 浩龙已经处理过了
71
- // 利用 row-gap 所以这里需要设置 padding
72
- padding: 16px;
73
- // 查询 重置按钮 交换位置
74
- // 利用flexbox布局 order
75
- div.ant-col[tableaction] {
76
- .ant-form-item-control-input-content {
77
- display: flex;
78
- align-items: center;
79
- justify-content: flex-end;
80
-
81
- button.ant-btn-primary {
82
- order: 1;
83
- }
84
-
85
- button.ant-btn-default {
86
- order: 2;
87
- margin-right: 0;
88
- }
89
-
90
- button.ant-btn-link {
91
- order: 3;
92
- margin-left: 0.5rem;
93
- }
94
- }
95
- }
96
- }
97
- }
@@ -1,10 +0,0 @@
1
- .ant-message div.ant-message-notice-content {
2
- padding: 10px 16px;
3
- font-size: 14px;
4
- line-height: 22px;
5
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
6
- }
7
- .ant-message .ant-message-notice .anticon {
8
- margin-bottom: 1px;
9
- margin-inline-end: 9px;
10
- }
@@ -1,13 +0,0 @@
1
- .ant-message {
2
- div.ant-message-notice-content {
3
- padding: 10px 16px;
4
- font-size: 14px;
5
- line-height: 22px;
6
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
7
- }
8
-
9
- .ant-message-notice .anticon {
10
- margin-bottom: 1px;
11
- margin-inline-end: 9px;
12
- }
13
- }
@@ -1,94 +0,0 @@
1
- .ant-modal-root .ant-modal .ant-modal-close {
2
- top: 14px;
3
- inset-inline-end: 18px;
4
- color: #666666;
5
- }
6
- .ant-modal-root .ant-modal .ant-modal-close:hover {
7
- background-color: transparent;
8
- }
9
- .ant-modal-root .ant-modal .ant-modal-close-x {
10
- line-height: 0;
11
- }
12
- .ant-modal-root .ant-modal .ant-modal-content {
13
- padding: 0;
14
- }
15
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
16
- margin-bottom: 0;
17
- padding: 12px 20px;
18
- border-bottom: 1px solid #E9E9E9;
19
- }
20
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
21
- padding: 16px 20px;
22
- }
23
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
24
- padding: 0;
25
- }
26
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
27
- margin-bottom: 0 !important;
28
- }
29
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
30
- padding: 20px 0 !important;
31
- }
32
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
33
- padding: 0 20px;
34
- overflow: hidden auto;
35
- }
36
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
37
- margin-top: 0;
38
- padding: 0 20px 12px;
39
- border-top: none;
40
- }
41
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
42
- min-width: 72px;
43
- }
44
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
45
- margin-inline-start: 8px;
46
- }
47
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
48
- padding: 20px 24px;
49
- }
50
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
51
- margin-inline-end: 10px;
52
- font-size: 22px;
53
- }
54
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
55
- color: #333333;
56
- font-weight: normal;
57
- font-size: 16px;
58
- line-height: 24px;
59
- }
60
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
61
- max-width: calc(100% - 40px);
62
- color: #999999;
63
- font-weight: normal;
64
- font-size: 14px;
65
- line-height: 200%;
66
- margin-block-start: 4px;
67
- margin-inline-start: 34px;
68
- }
69
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
70
- color: #999999;
71
- }
72
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
73
- margin-top: 0;
74
- padding-top: 16px;
75
- }
76
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
77
- min-width: 72px;
78
- }
79
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
80
- margin-inline-start: 8px;
81
- }
82
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
83
- color: #06c687;
84
- }
85
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
86
- color: #1890ff;
87
- }
88
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
89
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
90
- color: #faad14;
91
- }
92
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
93
- color: #ff4d4f;
94
- }
@@ -1,128 +0,0 @@
1
- .ant-modal-root {
2
- .ant-modal {
3
- .ant-modal-close {
4
- top: 14px;
5
- inset-inline-end: 18px;
6
- color: #666666;
7
-
8
- &:hover {
9
- background-color: transparent;
10
- }
11
- }
12
-
13
- .ant-modal-close-x {
14
- line-height: 0;
15
- }
16
-
17
- .ant-modal-content {
18
- padding: 0;
19
-
20
- .ant-modal-header {
21
- margin-bottom: 0;
22
- padding: 12px 20px;
23
- border-bottom: 1px solid#E9E9E9;
24
- }
25
-
26
- .ant-modal-body {
27
- padding: 16px 20px;
28
-
29
- & > .scrollbar {
30
- padding: 0;
31
- }
32
-
33
- .scrollbar__wrap {
34
- margin-bottom: 0 !important;
35
- }
36
-
37
- &:has([class*='ap-modal-body-wrapper']) {
38
- padding: 20px 0 !important;
39
-
40
- [class*='ap-modal-body-wrapper'] {
41
- padding: 0 20px;
42
- overflow: hidden auto;
43
- }
44
- }
45
- }
46
-
47
- .ant-modal-footer {
48
- margin-top: 0;
49
- padding: 0 20px 12px;
50
- border-top: none;
51
-
52
- button {
53
- min-width: 72px;
54
- }
55
-
56
- .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
57
- margin-inline-start: 8px;
58
- }
59
- }
60
- }
61
- }
62
-
63
- .ant-modal-confirm {
64
- .ant-modal-content {
65
- .ant-modal-body {
66
- padding: 20px 24px;
67
-
68
- .ant-modal-confirm-body {
69
- & > .anticon {
70
- margin-inline-end: 10px;
71
- font-size: 22px;
72
- }
73
-
74
- .ant-modal-confirm-title {
75
- color: #333333;
76
- font-weight: normal;
77
- font-size: 16px;
78
- line-height: 24px;
79
- }
80
-
81
- .ant-modal-confirm-content {
82
- max-width: calc(100% - 40px);
83
- color: #999999;
84
- font-weight: normal;
85
- font-size: 14px;
86
- line-height: 200%;
87
- margin-block-start: 4px;
88
- margin-inline-start: 34px;
89
-
90
- & > * {
91
- color: #999999;
92
- }
93
- }
94
- }
95
-
96
- .ant-modal-confirm-btns {
97
- margin-top: 0;
98
- padding-top: 16px;
99
-
100
- button {
101
- min-width: 72px;
102
- }
103
-
104
- .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
105
- margin-inline-start: 8px;
106
- }
107
- }
108
- }
109
- }
110
- }
111
- }
112
-
113
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
114
- color: #06c687;
115
- }
116
-
117
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
118
- color: #1890ff;
119
- }
120
-
121
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
122
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
123
- color: #faad14;
124
- }
125
-
126
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
127
- color: #ff4d4f;
128
- }
@@ -1,122 +0,0 @@
1
- [class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
2
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
3
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
4
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
5
- margin: 16px 0 0;
6
- }
7
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination,
8
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
9
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
10
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
11
- position: relative;
12
- }
13
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
14
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
15
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
16
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
17
- position: absolute;
18
- left: 0;
19
- height: 30px;
20
- line-height: 30px;
21
- }
22
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
23
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
24
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
25
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
26
- box-sizing: border-box;
27
- min-width: 30px;
28
- height: 30px;
29
- margin: 0 4px;
30
- font-weight: 400;
31
- font-size: 14px;
32
- line-height: 28px;
33
- text-align: center;
34
- border-radius: 4px;
35
- }
36
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
37
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
38
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
39
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
40
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
41
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
42
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
43
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
44
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
45
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
46
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
47
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
48
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
49
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
50
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
51
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
52
- border: 1px solid #d9d9d9;
53
- }
54
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
55
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
56
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
57
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
58
- width: 30px;
59
- height: 30px;
60
- margin: 0 4px;
61
- line-height: 28px;
62
- border: 1px solid #d9d9d9;
63
- }
64
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
65
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
66
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
67
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
68
- width: 30px;
69
- height: 30px;
70
- margin: 0 4px;
71
- line-height: 28px;
72
- border: 1px solid #d9d9d9;
73
- }
74
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
75
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
76
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
77
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
78
- border: 1px solid #d9d9d9;
79
- }
80
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
81
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
82
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
83
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
84
- margin-left: 4px;
85
- }
86
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
87
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
88
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
89
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
90
- min-width: 90px;
91
- height: 30px;
92
- }
93
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
94
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
95
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
96
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
97
- line-height: 28px;
98
- }
99
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
100
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
101
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
102
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
103
- color: #333333;
104
- }
105
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
106
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
107
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
108
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
109
- margin-left: 20px;
110
- color: #333333;
111
- font-size: 14px;
112
- }
113
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
114
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
115
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
116
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
117
- min-width: 60px;
118
- height: 30px;
119
- margin: 0 8px;
120
- padding: 0;
121
- border-radius: 4px;
122
- }
@@ -1,91 +0,0 @@
1
- // 新增对sticky表格的样式类型
2
- [class$='-basic-table'],
3
- [class$='-basic-table-form-container'],
4
- [class$='-basic-table ap-table--sticky'],
5
- [class$='-basic-table-form-container ap-table--sticky'] {
6
- .ant-table-wrapper {
7
- .ant-spin-container {
8
- .ant-pagination.ant-table-pagination.ant-table-pagination-right {
9
- margin: 16px 0 0;
10
- }
11
- }
12
-
13
- .ant-pagination {
14
- position: relative;
15
-
16
- .ant-pagination-total-text {
17
- position: absolute;
18
- left: 0;
19
- height: 30px;
20
- line-height: 30px;
21
- }
22
-
23
- .ant-pagination-item {
24
- box-sizing: border-box;
25
- min-width: 30px;
26
- height: 30px;
27
- margin: 0 4px;
28
- font-weight: 400;
29
- font-size: 14px;
30
- line-height: 28px;
31
- text-align: center;
32
- border-radius: 4px;
33
-
34
- &:not(&-active) {
35
- border: 1px solid #d9d9d9;
36
- }
37
- }
38
-
39
- .ant-pagination-prev {
40
- width: 30px;
41
- height: 30px;
42
- margin: 0 4px;
43
- line-height: 28px;
44
- border: 1px solid #d9d9d9;
45
- }
46
-
47
- .ant-pagination-next {
48
- width: 30px;
49
- height: 30px;
50
- margin: 0 4px;
51
- line-height: 28px;
52
- border: 1px solid #d9d9d9;
53
-
54
- .ant-pagination-disabled {
55
- border: 1px solid #d9d9d9;
56
- }
57
- }
58
-
59
- .ant-pagination-options {
60
- margin-left: 4px;
61
-
62
- .ant-select-selector {
63
- min-width: 90px;
64
- height: 30px;
65
- }
66
-
67
- .ant-select-selection-item {
68
- line-height: 28px;
69
- }
70
-
71
- .ant-select .ant-select-arrow {
72
- color: #333333;
73
- }
74
-
75
- .ant-pagination-options-quick-jumper {
76
- margin-left: 20px;
77
- color: #333333;
78
- font-size: 14px;
79
-
80
- input {
81
- min-width: 60px;
82
- height: 30px;
83
- margin: 0 8px;
84
- padding: 0;
85
- border-radius: 4px;
86
- }
87
- }
88
- }
89
- }
90
- }
91
- }