@zat-design/sisyphus-react 3.1.5 → 3.2.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 (256) hide show
  1. package/dist/index.esm.css +176 -250
  2. package/es/ProAction/index.js +7 -5
  3. package/es/ProAction/index.less +3 -2
  4. package/es/ProConfigProvider/index.d.ts +2 -0
  5. package/es/ProConfigProvider/index.js +23 -2
  6. package/es/ProDownload/utils.js +6 -3
  7. package/es/ProDrawerForm/components/ProDrawer/index.js +6 -4
  8. package/es/ProDrawerForm/index.js +5 -3
  9. package/es/ProDrawerForm/style/index.less +15 -11
  10. package/es/ProEditLabel/style/index.less +2 -2
  11. package/es/ProEditTable/components/ActionButton/index.js +3 -2
  12. package/es/ProEditTable/components/RenderField/index.js +2 -1
  13. package/es/ProEditTable/index.js +7 -6
  14. package/es/ProEditTable/style/index.less +15 -8
  15. package/es/ProEditTable/utils/config.d.ts +8 -8
  16. package/es/ProEditTable/utils/config.js +20 -12
  17. package/es/ProEditTable/utils/index.js +3 -2
  18. package/es/ProEnum/hooks/useEnumRequest.js +17 -10
  19. package/es/ProEnum/index.js +9 -4
  20. package/es/ProEnum/style/index.less +1 -1
  21. package/es/ProForm/components/FormFooter/index.js +16 -20
  22. package/es/ProForm/components/base/Input/index.js +4 -3
  23. package/es/ProForm/components/base/InputNumber/index.js +4 -3
  24. package/es/ProForm/components/base/RangePicker/index.js +0 -3
  25. package/es/ProForm/components/base/Select/index.js +2 -1
  26. package/es/ProForm/components/base/Switch/index.js +9 -5
  27. package/es/ProForm/components/base/SwitchCheckbox/index.js +2 -1
  28. package/es/ProForm/components/base/TextArea/index.js +4 -2
  29. package/es/ProForm/components/base/TextArea/index.less +1 -1
  30. package/es/ProForm/components/combination/Container/style/index.less +0 -1
  31. package/es/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
  32. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
  33. package/es/ProForm/components/combination/FormList/style/index.less +20 -19
  34. package/es/ProForm/components/combination/Group/index.js +2 -2
  35. package/es/ProForm/components/combination/ProAddressBar/index.js +83 -63
  36. package/es/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  37. package/es/ProForm/components/combination/ProModalSelect/index.js +76 -15
  38. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  39. package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  40. package/es/ProForm/components/combination/ProNumberRange/index.js +3 -2
  41. package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  42. package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  43. package/es/ProForm/components/combination/ProRangeLimit/index.js +3 -7
  44. package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  45. package/es/ProForm/components/combination/ProTimeLimit/index.js +4 -11
  46. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
  47. package/es/ProForm/components/old/EnumSelect/style/index.less +7 -8
  48. package/es/ProForm/components/render/Render.js +4 -2
  49. package/es/ProForm/components/render/RenderFields.js +10 -6
  50. package/es/ProForm/components/render/propsType.d.ts +5 -4
  51. package/es/ProForm/index.js +14 -2
  52. package/es/ProForm/style/index.less +77 -169
  53. package/es/ProForm/utils/index.d.ts +1 -1
  54. package/es/ProForm/utils/index.js +7 -2
  55. package/es/ProForm/utils/rulesCreator.js +2 -1
  56. package/es/ProForm/utils/useRules.js +4 -3
  57. package/es/ProForm/utils/useShouldUpdate.js +16 -16
  58. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
  59. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +2 -2
  60. package/es/ProLayout/components/Layout/Notice/index.js +3 -2
  61. package/es/ProLayout/components/ProCollapse/style/index.less +4 -4
  62. package/es/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
  63. package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +2 -1
  64. package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  65. package/es/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  66. package/es/ProLayout/components/ProHeader/components/index.js +2 -1
  67. package/es/ProLayout/components/ProHeader/index.js +9 -6
  68. package/es/ProLayout/components/ProHeader/style/index.less +16 -7
  69. package/es/ProLayout/utils/index.js +1 -1
  70. package/es/ProSelect/index.d.ts +3 -3
  71. package/es/ProSelect/index.js +4 -2
  72. package/es/ProStep/components/Step/index.js +3 -1
  73. package/es/ProStep/style/index.less +0 -1
  74. package/es/ProTable/components/RenderColumn/index.d.ts +5 -5
  75. package/es/ProTable/components/RenderColumn/index.js +41 -25
  76. package/es/ProTable/index.js +10 -8
  77. package/es/ProTable/propsType.d.ts +2 -0
  78. package/es/ProTable/style/index.less +14 -1
  79. package/es/ProTable/useAntdTable.d.ts +12 -4
  80. package/es/ProTable/useAntdTable.js +18 -6
  81. package/es/ProTable/utils.d.ts +1 -1
  82. package/es/ProTable/utils.js +258 -201
  83. package/es/ProTabs/style/index.less +1 -1
  84. package/es/ProThemeTools/component/PrdTools/index.js +1 -1
  85. package/es/ProThemeTools/component/PrdTools/style/index.less +3 -3
  86. package/es/ProThemeTools/index.d.ts +2 -2
  87. package/es/ProThemeTools/index.js +24 -17
  88. package/es/ProThemeTools/propsType.d.ts +8 -6
  89. package/es/ProThemeTools/style/index.less +2 -2
  90. package/es/ProThemeTools/utils/index.d.ts +7 -0
  91. package/es/ProThemeTools/utils/index.js +19 -1
  92. package/es/ProTree/components/ProTree.js +6 -5
  93. package/es/ProTree/components/SearchTitle.d.ts +2 -2
  94. package/es/ProTree/components/SearchTitle.js +11 -1
  95. package/es/ProTree/components/Tree.js +9 -2
  96. package/es/ProTree/style/index.less +193 -141
  97. package/es/ProTreeModal/components/List.js +0 -14
  98. package/es/ProTreeModal/components/Trigger.js +9 -3
  99. package/es/ProTreeModal/index.js +29 -13
  100. package/es/ProTreeModal/style/index.less +2 -6
  101. package/es/ProUpload/components/ButtonRender.js +5 -2
  102. package/es/ProUpload/components/DragRender.js +8 -8
  103. package/es/ProUpload/components/Example.js +3 -1
  104. package/es/ProUpload/components/ImageRender.js +8 -6
  105. package/es/ProUpload/index.js +8 -6
  106. package/es/ProUpload/style/index.less +41 -39
  107. package/es/index.d.ts +2 -1
  108. package/es/index.js +2 -1
  109. package/es/locale/en_US.d.ts +138 -0
  110. package/es/locale/en_US.js +137 -0
  111. package/es/locale/index.d.ts +13 -0
  112. package/es/locale/index.js +32 -0
  113. package/es/locale/zh_CN.d.ts +137 -0
  114. package/es/locale/zh_CN.js +136 -0
  115. package/es/old/ProEditableTable/style/index.less +1 -2
  116. package/es/style/components.less +0 -1
  117. package/es/style/core/normalize.less +1 -2
  118. package/es/style/theme/antd.less +3 -4
  119. package/es/style/theme/index.less +80 -79
  120. package/es/style/theme/tokens.less +1 -0
  121. package/lib/ProAction/index.js +7 -5
  122. package/lib/ProAction/index.less +3 -2
  123. package/lib/ProConfigProvider/index.d.ts +2 -0
  124. package/lib/ProConfigProvider/index.js +22 -2
  125. package/lib/ProDownload/utils.js +4 -3
  126. package/lib/ProDrawerForm/components/ProDrawer/index.js +6 -4
  127. package/lib/ProDrawerForm/index.js +5 -3
  128. package/lib/ProDrawerForm/style/index.less +15 -11
  129. package/lib/ProEditLabel/style/index.less +2 -2
  130. package/lib/ProEditTable/components/ActionButton/index.js +3 -2
  131. package/lib/ProEditTable/components/RenderField/index.js +4 -1
  132. package/lib/ProEditTable/index.js +7 -6
  133. package/lib/ProEditTable/style/index.less +15 -8
  134. package/lib/ProEditTable/utils/config.d.ts +8 -8
  135. package/lib/ProEditTable/utils/config.js +20 -12
  136. package/lib/ProEditTable/utils/index.js +3 -2
  137. package/lib/ProEnum/hooks/useEnumRequest.js +17 -10
  138. package/lib/ProEnum/index.js +9 -4
  139. package/lib/ProEnum/style/index.less +1 -1
  140. package/lib/ProForm/components/FormFooter/index.js +16 -19
  141. package/lib/ProForm/components/base/Input/index.js +4 -3
  142. package/lib/ProForm/components/base/InputNumber/index.js +4 -3
  143. package/lib/ProForm/components/base/RangePicker/index.js +1 -4
  144. package/lib/ProForm/components/base/Select/index.js +2 -1
  145. package/lib/ProForm/components/base/Switch/index.js +8 -5
  146. package/lib/ProForm/components/base/SwitchCheckbox/index.js +2 -1
  147. package/lib/ProForm/components/base/TextArea/index.js +4 -2
  148. package/lib/ProForm/components/base/TextArea/index.less +1 -1
  149. package/lib/ProForm/components/combination/Container/style/index.less +0 -1
  150. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
  151. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
  152. package/lib/ProForm/components/combination/FormList/style/index.less +20 -19
  153. package/lib/ProForm/components/combination/Group/index.js +2 -2
  154. package/lib/ProForm/components/combination/ProAddressBar/index.js +78 -60
  155. package/lib/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  156. package/lib/ProForm/components/combination/ProModalSelect/index.js +76 -15
  157. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  158. package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  159. package/lib/ProForm/components/combination/ProNumberRange/index.js +3 -2
  160. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  161. package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  162. package/lib/ProForm/components/combination/ProRangeLimit/index.js +3 -7
  163. package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  164. package/lib/ProForm/components/combination/ProTimeLimit/index.js +4 -11
  165. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
  166. package/lib/ProForm/components/old/EnumSelect/style/index.less +7 -8
  167. package/lib/ProForm/components/old/InputRange/index.js +0 -1
  168. package/lib/ProForm/components/old/ProCertValidity/index.js +1 -1
  169. package/lib/ProForm/components/render/Render.js +5 -2
  170. package/lib/ProForm/components/render/RenderFields.js +9 -5
  171. package/lib/ProForm/components/render/propsType.d.ts +5 -4
  172. package/lib/ProForm/index.js +14 -2
  173. package/lib/ProForm/style/index.less +77 -169
  174. package/lib/ProForm/utils/index.d.ts +1 -1
  175. package/lib/ProForm/utils/index.js +7 -2
  176. package/lib/ProForm/utils/rulesCreator.js +2 -1
  177. package/lib/ProForm/utils/useRules.js +4 -3
  178. package/lib/ProForm/utils/useShouldUpdate.js +16 -16
  179. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
  180. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +2 -2
  181. package/lib/ProLayout/components/Layout/Notice/index.js +3 -2
  182. package/lib/ProLayout/components/ProCollapse/style/index.less +4 -4
  183. package/lib/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
  184. package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +3 -1
  185. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  186. package/lib/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  187. package/lib/ProLayout/components/ProHeader/components/index.js +8 -1
  188. package/lib/ProLayout/components/ProHeader/index.js +9 -6
  189. package/lib/ProLayout/components/ProHeader/style/index.less +16 -7
  190. package/lib/ProLayout/utils/index.js +1 -1
  191. package/lib/ProSelect/index.d.ts +3 -3
  192. package/lib/ProSelect/index.js +4 -2
  193. package/lib/ProStep/components/Step/index.js +3 -1
  194. package/lib/ProStep/style/index.less +0 -1
  195. package/lib/ProTable/components/RenderColumn/index.d.ts +5 -5
  196. package/lib/ProTable/components/RenderColumn/index.js +38 -24
  197. package/lib/ProTable/components/TableResizable/index.js +8 -0
  198. package/lib/ProTable/index.js +10 -8
  199. package/lib/ProTable/propsType.d.ts +2 -0
  200. package/lib/ProTable/style/index.less +14 -1
  201. package/lib/ProTable/useAntdTable.d.ts +12 -4
  202. package/lib/ProTable/useAntdTable.js +19 -6
  203. package/lib/ProTable/utils.d.ts +1 -1
  204. package/lib/ProTable/utils.js +258 -201
  205. package/lib/ProTabs/index.js +1 -0
  206. package/lib/ProTabs/style/index.less +1 -1
  207. package/lib/ProThemeTools/component/PrdTools/index.js +1 -1
  208. package/lib/ProThemeTools/component/PrdTools/style/index.less +3 -3
  209. package/lib/ProThemeTools/index.d.ts +2 -2
  210. package/lib/ProThemeTools/index.js +24 -16
  211. package/lib/ProThemeTools/propsType.d.ts +8 -6
  212. package/lib/ProThemeTools/style/index.less +2 -2
  213. package/lib/ProThemeTools/utils/index.d.ts +7 -0
  214. package/lib/ProThemeTools/utils/index.js +20 -2
  215. package/lib/ProTree/components/ProTree.js +6 -5
  216. package/lib/ProTree/components/SearchTitle.d.ts +2 -2
  217. package/lib/ProTree/components/SearchTitle.js +11 -1
  218. package/lib/ProTree/components/Tree.js +16 -2
  219. package/lib/ProTree/index.js +0 -1
  220. package/lib/ProTree/style/index.less +193 -141
  221. package/lib/ProTreeModal/components/List.js +0 -14
  222. package/lib/ProTreeModal/components/Tree.js +1 -0
  223. package/lib/ProTreeModal/components/Trigger.js +10 -3
  224. package/lib/ProTreeModal/index.js +29 -13
  225. package/lib/ProTreeModal/style/index.less +2 -6
  226. package/lib/ProUpload/components/ButtonRender.js +5 -2
  227. package/lib/ProUpload/components/DragRender.js +8 -8
  228. package/lib/ProUpload/components/Example.js +3 -1
  229. package/lib/ProUpload/components/ImageRender.js +8 -6
  230. package/lib/ProUpload/index.js +14 -5
  231. package/lib/ProUpload/style/index.less +41 -39
  232. package/lib/index.d.ts +2 -1
  233. package/lib/index.js +13 -1
  234. package/lib/locale/en_US.d.ts +138 -0
  235. package/lib/locale/en_US.js +143 -0
  236. package/lib/locale/index.d.ts +13 -0
  237. package/lib/locale/index.js +41 -0
  238. package/lib/locale/zh_CN.d.ts +137 -0
  239. package/lib/locale/zh_CN.js +142 -0
  240. package/lib/old/ProCertValidity/index.js +1 -1
  241. package/lib/old/ProEditableTable/style/index.less +1 -2
  242. package/lib/style/components.less +0 -1
  243. package/lib/style/core/normalize.less +1 -2
  244. package/lib/style/theme/antd.less +3 -4
  245. package/lib/style/theme/index.less +80 -79
  246. package/lib/style/theme/tokens.less +1 -0
  247. package/package.json +1 -1
  248. package/typings.d.ts +2 -0
  249. package/es/old/ProBackBtn/style/index.less +0 -19
  250. package/lib/old/ProBackBtn/style/index.less +0 -19
  251. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  252. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  253. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
  254. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  255. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  256. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
@@ -283,7 +283,7 @@
283
283
  .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
284
  min-height: 48px;
285
285
  padding-top: 12px;
286
- padding-bottom: 12px;
286
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
287
287
  margin: 0;
288
288
  height: auto;
289
289
  }
@@ -332,7 +332,7 @@
332
332
  height: auto !important;
333
333
  margin: 0;
334
334
  padding-top: 12px;
335
- padding-bottom: 12px;
335
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
336
336
  min-height: 48px;
337
337
  }
338
338
  .pro-layout-open-menu .ant-menu-title-content div {
@@ -676,14 +676,14 @@
676
676
  display: none !important;
677
677
  }
678
678
  .pro-collapse.ant-collapse .pro-collapse-panel {
679
- margin-bottom: var(--zaui-space-size-md, 16px);
679
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
680
680
  }
681
681
  .pro-collapse .ant-collapse-header {
682
682
  -webkit-box-align: center !important;
683
683
  -webkit-align-items: center !important;
684
684
  -ms-flex-align: center !important;
685
685
  align-items: center !important;
686
- padding: 14px var(--zaui-space-size-md, 16px) !important;
686
+ padding: 12px var(--zaui-space-size-md, 16px) !important;
687
687
  background: var(--zaui-area, #fafafa);
688
688
  }
689
689
  .pro-collapse .ant-collapse-header-text {
@@ -711,7 +711,7 @@
711
711
  background: var(--zaui-base-bg, #ffffff);
712
712
  }
713
713
  .pro-collapse.pro-collapse-level2 .ant-collapse-header {
714
- margin-bottom: var(--zaui-space-size-md, 16px);
714
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
715
715
  padding: 0 !important;
716
716
  background: var(--zaui-base-bg, #ffffff);
717
717
  }
@@ -786,7 +786,7 @@
786
786
  font-size: var(--zaui-font-size, 14px);
787
787
  }
788
788
  .pro-collapse.pro-collapse-list .ant-descriptions {
789
- margin-bottom: var(--zaui-space-size-md, 16px);
789
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
790
790
  }
791
791
  .pro-footer {
792
792
  position: fixed;
@@ -799,17 +799,37 @@
799
799
  box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
800
800
  z-index: 101;
801
801
  }
802
+ .back-button-container.ant-btn {
803
+ color: var(--zaui-text);
804
+ font-weight: 400;
805
+ background: var(--zaui-disabled-bg);
806
+ border: none;
807
+ }
808
+ .back-button-container.ant-btn:hover {
809
+ color: var(--zaui-aide-text);
810
+ background: var(--zaui-disabled-bg);
811
+ border: none;
812
+ }
813
+ .back-button-container.ant-btn:active,
814
+ .back-button-container.ant-btn:focus {
815
+ color: var(--zaui-text);
816
+ font-weight: 400;
817
+ background: var(--zaui-disabled-bg);
818
+ }
802
819
  .pro-header {
803
820
  background-color: var(--zaui-base-bg, #ffffff);
804
- padding: var(--zaui-space-size-lg, 32px) 0 0 0;
821
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) + var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1)) 0 0 0;
805
822
  }
806
823
  .pro-header.pro-header-no-back .pro-header-top {
807
824
  padding-left: 0;
808
825
  }
826
+ .pro-header.pro-header-no-back .pro-header-left.pro-header-left-space {
827
+ margin-left: 0 !important;
828
+ }
809
829
  .pro-header.pro-header-no-describe {
810
830
  -webkit-box-shadow: none;
811
831
  box-shadow: none;
812
- margin-bottom: var(--zaui-space-size-md, 16px);
832
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
813
833
  }
814
834
  .pro-header.pro-header-no-describe .pro-header-title,
815
835
  .pro-header.pro-header-no-describe .pro-header-top {
@@ -817,7 +837,7 @@
817
837
  margin: 0;
818
838
  }
819
839
  .pro-header.pro-header-fixed.pro-header-no-describe .pro-header-top {
820
- padding-bottom: 12px;
840
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
821
841
  }
822
842
  .pro-header .pro-header-describe a {
823
843
  color: var(--zaui-link, #006AFF);
@@ -906,7 +926,7 @@
906
926
  -webkit-align-items: center;
907
927
  -ms-flex-align: center;
908
928
  align-items: center;
909
- margin-bottom: var(--zaui-space-size-sm, 8px);
929
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
910
930
  padding: 0 var(--zaui-space-size-md, 16px);
911
931
  }
912
932
  .pro-header .pro-header-top .pro-header-left {
@@ -1064,7 +1084,7 @@
1064
1084
  .pro-header .pro-header-nav ul li {
1065
1085
  margin-right: 52px;
1066
1086
  margin-top: 4px;
1067
- margin-bottom: 12px;
1087
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1068
1088
  }
1069
1089
  .pro-header .pro-header-nav ul li:last-child {
1070
1090
  margin-right: 0;
@@ -1096,9 +1116,9 @@
1096
1116
  -webkit-flex-wrap: wrap;
1097
1117
  -ms-flex-wrap: wrap;
1098
1118
  flex-wrap: wrap;
1099
- font-size: 14px;
1119
+ font-size: var(--zaui-font-size, 14px);
1100
1120
  padding: 0 var(--zaui-space-size-md, 16px);
1101
- padding-bottom: 12px;
1121
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
1102
1122
  }
1103
1123
  .pro-header .pro-header-describe li {
1104
1124
  margin-left: var(--zaui-space-card, 32px);
@@ -1481,7 +1501,6 @@
1481
1501
  color: #ff5050;
1482
1502
  font-weight: 600;
1483
1503
  font-size: var(--aui-font-size-sm, 12px);
1484
- font-family: PingFangSC-Semibold, PingFang SC;
1485
1504
  border-radius: 8px;
1486
1505
  }
1487
1506
  .pro-step.open {
@@ -1520,7 +1539,7 @@
1520
1539
  text-shadow: none;
1521
1540
  }
1522
1541
  .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-total {
1523
- font-size: 26px;
1542
+ font-size: var(--zaui-font-size-lg-title, 24px);
1524
1543
  font-weight: 600;
1525
1544
  color: var(--zaui-text, #343434);
1526
1545
  }
@@ -1600,6 +1619,15 @@
1600
1619
  .pro-table .custom-column-btn .anticon {
1601
1620
  height: 16px;
1602
1621
  }
1622
+ .pro-table .ant-table-body .ant-table-cell .varied-cell {
1623
+ margin-left: -8px;
1624
+ background: var(--zaui-contract-bg, #fffaa1);
1625
+ padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1626
+ border-radius: var(--zaui-border-radius, 4px);
1627
+ }
1628
+ .pro-table .ant-table-body .varied-cell.empty-cell {
1629
+ width: 24.5px;
1630
+ }
1603
1631
  .pro-table .copyable-table-cell .ant-typography {
1604
1632
  margin-bottom: 0;
1605
1633
  display: -webkit-box;
@@ -1673,7 +1701,7 @@
1673
1701
  -webkit-justify-content: space-between;
1674
1702
  -ms-flex-pack: justify;
1675
1703
  justify-content: space-between;
1676
- margin-bottom: var(--zaui-space-size-md, 16px);
1704
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1677
1705
  }
1678
1706
  .pro-table .column-config .right-actions {
1679
1707
  display: -webkit-box;
@@ -1882,15 +1910,15 @@ div.pro-textarea-view .ant-input-disabled {
1882
1910
  }
1883
1911
  div.pro-textarea-view::after {
1884
1912
  display: none;
1885
- padding-bottom: 11px;
1913
+ padding-bottom: 12px;
1886
1914
  }
1887
1915
  .pro-form-list-block-title {
1888
1916
  height: 14px;
1889
- margin: 3px 0;
1890
- padding-left: 7px;
1917
+ margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1918
+ padding-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1891
1919
  font-weight: 600;
1892
1920
  line-height: 14px;
1893
- border-left: 4px solid #006aff;
1921
+ border-left: 4px solid var(--zaui-brand, #006aff);
1894
1922
  }
1895
1923
  .pro-form-list {
1896
1924
  display: -webkit-box;
@@ -1906,10 +1934,10 @@ div.pro-textarea-view::after {
1906
1934
  .pro-form-list .single-delete {
1907
1935
  width: 14px !important;
1908
1936
  height: 14px !important;
1909
- color: #939599;
1937
+ color: var(--zaui-placeholder, #a0a0a0);
1910
1938
  }
1911
1939
  .pro-form-list .single-delete:hover {
1912
- color: #8f8c8c;
1940
+ color: var(--zaui-aide-text, #909090);
1913
1941
  }
1914
1942
  .pro-form-list:nth-child(1) {
1915
1943
  -webkit-box-flex: 1;
@@ -1921,7 +1949,7 @@ div.pro-textarea-view::after {
1921
1949
  padding-bottom: var(--zaui-height-size-md, 16px);
1922
1950
  }
1923
1951
  .pro-form-list .pro-form-list-action > .ant-space-item:first-child > .ant-btn-link {
1924
- margin-left: 8px;
1952
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1925
1953
  }
1926
1954
  .pro-form-list .pro-form-list-drag-handle {
1927
1955
  display: -webkit-box;
@@ -1933,7 +1961,7 @@ div.pro-textarea-view::after {
1933
1961
  -ms-flex-align: center;
1934
1962
  align-items: center;
1935
1963
  height: calc(var(--zaui-height-size-lg, 32px) * var(--zaui-size, 1));
1936
- margin-bottom: 22px;
1964
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1937
1965
  padding: 0;
1938
1966
  padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1939
1967
  border: none;
@@ -1946,14 +1974,14 @@ div.pro-textarea-view::after {
1946
1974
  }
1947
1975
  .pro-form-list-toolbar .ant-btn-link,
1948
1976
  .pro-form-list-action .ant-btn-link {
1949
- padding: 4px 0;
1977
+ padding: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1950
1978
  }
1951
1979
  .pro-form-list-toolbar .ant-btn-text:hover,
1952
1980
  .pro-form-list-action .ant-btn-text:hover {
1953
1981
  background: transparent;
1954
1982
  }
1955
1983
  .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
1956
- background: #fff;
1984
+ background: var(--zaui-base-bg, #ffffff);
1957
1985
  border-color: var(--ant-error-color);
1958
1986
  }
1959
1987
  .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
@@ -1963,6 +1991,29 @@ div.pro-textarea-view::after {
1963
1991
  -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
1964
1992
  box-shadow: 0 0 0 2px var(--ant-error-color-outline);
1965
1993
  }
1994
+ span.ant-input-group-compact.pro-time-limit,
1995
+ span.ant-input-group-compact.pro-range-limit {
1996
+ display: -webkit-box;
1997
+ display: -webkit-flex;
1998
+ display: -ms-flexbox;
1999
+ display: flex;
2000
+ }
2001
+ span.ant-input-group-compact.pro-time-limit .ant-picker,
2002
+ span.ant-input-group-compact.pro-range-limit .ant-picker {
2003
+ -webkit-box-flex: 1;
2004
+ -webkit-flex: 1;
2005
+ -ms-flex: 1;
2006
+ flex: 1;
2007
+ }
2008
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox,
2009
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2010
+ -webkit-box-flex: 0;
2011
+ -webkit-flex: 0;
2012
+ -ms-flex: 0;
2013
+ flex: 0;
2014
+ min-width: unset;
2015
+ white-space: nowrap;
2016
+ }
1966
2017
  .pro-address {
1967
2018
  display: -webkit-box;
1968
2019
  display: -webkit-flex;
@@ -1995,7 +2046,7 @@ div.pro-textarea-view::after {
1995
2046
  text-align: center !important;
1996
2047
  }
1997
2048
  .pro-number-range .ant-input-status-error.range-split {
1998
- border-color: #ff4d4f;
2049
+ border-color: var(--zaui-danger, #ff5050);
1999
2050
  }
2000
2051
  .pro-number-range .ant-input-rtl.range-right {
2001
2052
  border-right-width: 0;
@@ -2075,7 +2126,7 @@ div.pro-textarea-view::after {
2075
2126
  .pro-modal-select .ant-input-group-wrapper:hover .close-icon > span,
2076
2127
  .pro-tree-modal .ant-input-group-wrapper:hover .close-icon > span {
2077
2128
  position: relative;
2078
- font-size: var(--zaui-font-size-sm, 12px);
2129
+ font-size: var(--zaui-font-size, 14px);
2079
2130
  border: none;
2080
2131
  border-radius: 50%;
2081
2132
  }
@@ -2103,7 +2154,7 @@ div.pro-textarea-view::after {
2103
2154
  .pro-tree-modal .trigger-no-hover:hover .ant-input,
2104
2155
  .pro-modal-select .trigger-no-hover:hover .ant-input-group-addon,
2105
2156
  .pro-tree-modal .trigger-no-hover:hover .ant-input-group-addon {
2106
- border-color: #d9d9d9;
2157
+ border-color: var(--zaui-form-control-line, #DCDCDC);
2107
2158
  }
2108
2159
  .pro-modal-select .pro-modal-select-init,
2109
2160
  .pro-tree-modal .pro-modal-select-init {
@@ -2117,7 +2168,7 @@ div.pro-textarea-view::after {
2117
2168
  }
2118
2169
  .pro-modal-select .ant-input-group-addon,
2119
2170
  .pro-tree-modal .ant-input-group-addon {
2120
- padding: 0px var(--zaui-space-size-md, 8px);
2171
+ padding: 0px var(--zaui-space-size-sm, 8px);
2121
2172
  background-color: var(--zaui-base-bg, #ffffff);
2122
2173
  cursor: pointer;
2123
2174
  }
@@ -2257,7 +2308,7 @@ div.pro-textarea-view::after {
2257
2308
  }
2258
2309
  .pro-enum-select .close-icon {
2259
2310
  position: relative;
2260
- margin-left: -31px;
2311
+ margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2261
2312
  margin-right: var(--zaui-space-size-md, 14px);
2262
2313
  color: #FFFFFF;
2263
2314
  height: 12px;
@@ -2281,7 +2332,6 @@ div.pro-textarea-view::after {
2281
2332
  }
2282
2333
  .pro-enum-select .close-icon > span {
2283
2334
  position: relative;
2284
- font-size: 8px;
2285
2335
  border: none;
2286
2336
  border-radius: 50%;
2287
2337
  }
@@ -2310,7 +2360,7 @@ div.pro-textarea-view::after {
2310
2360
  .pro-enum-select-modal .ant-table-thead > tr > th {
2311
2361
  border: 0;
2312
2362
  white-space: nowrap;
2313
- background-color: #F6F7F8;
2363
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
2314
2364
  }
2315
2365
  .pro-enum-select-modal .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
2316
2366
  height: 0;
@@ -2329,7 +2379,7 @@ div.pro-textarea-view::after {
2329
2379
  background-color: var(--zaui-base-bg);
2330
2380
  }
2331
2381
  .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2332
- background-color: #FAFAFA;
2382
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2333
2383
  }
2334
2384
  .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2335
2385
  background-color: var(--zaui-base-bg);
@@ -2337,14 +2387,14 @@ div.pro-textarea-view::after {
2337
2387
  .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2338
2388
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2339
2389
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2340
- background: #FAFAFA;
2390
+ background: var(--zaui-table-hover-bg, #fafafa);
2341
2391
  }
2342
2392
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2343
2393
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2344
- background: #FAFAFA;
2394
+ background: var(--zaui-table-hover-bg, #fafafa);
2345
2395
  }
2346
2396
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2347
- background-color: #FAFAFA;
2397
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2348
2398
  }
2349
2399
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2350
2400
  background-color: var(--zaui-base-bg);
@@ -2353,7 +2403,35 @@ div.pro-textarea-view::after {
2353
2403
  padding-bottom: 0;
2354
2404
  }
2355
2405
  .pro-enum-select-modal .ant-modal-footer {
2356
- padding: 16px;
2406
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2407
+ }
2408
+ .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2409
+ -webkit-box-flex: 0 !important;
2410
+ -webkit-flex: none !important;
2411
+ -ms-flex: none !important;
2412
+ flex: none !important;
2413
+ }
2414
+ .pro-form.ant-form-vertical .pro-form-custom-footer {
2415
+ display: -webkit-box;
2416
+ display: -webkit-flex;
2417
+ display: -ms-flexbox;
2418
+ display: flex;
2419
+ -webkit-box-align: center;
2420
+ -webkit-align-items: center;
2421
+ -ms-flex-align: center;
2422
+ align-items: center;
2423
+ margin-bottom: 0;
2424
+ height: auto;
2425
+ padding-top: 6px;
2426
+ }
2427
+ .pro-form.ant-form-vertical .pro-form-custom-footer .ant-space-align-center {
2428
+ -webkit-box-align: normal;
2429
+ -webkit-align-items: normal;
2430
+ -ms-flex-align: normal;
2431
+ align-items: normal;
2432
+ }
2433
+ .pro-form.ant-form {
2434
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2357
2435
  }
2358
2436
  .pro-form .pro-collapse-level2 .ant-collapse-item {
2359
2437
  margin-bottom: 0 !important;
@@ -2393,7 +2471,7 @@ div.pro-textarea-view::after {
2393
2471
  width: 100%;
2394
2472
  }
2395
2473
  .pro-form .expand-button {
2396
- line-height: 32px;
2474
+ line-height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2397
2475
  cursor: pointer;
2398
2476
  }
2399
2477
  .pro-form .expand-button .rotate-to-top {
@@ -2405,32 +2483,35 @@ div.pro-textarea-view::after {
2405
2483
  transform: rotate(-90deg);
2406
2484
  }
2407
2485
  .pro-form .ant-form-item {
2408
- margin-bottom: 22px !important;
2486
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2487
+ }
2488
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2489
+ -webkit-box-flex: inherit;
2490
+ -webkit-flex-grow: inherit;
2491
+ -ms-flex-positive: inherit;
2492
+ flex-grow: inherit;
2493
+ }
2494
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2495
+ -webkit-box-flex: initial;
2496
+ -webkit-flex: initial;
2497
+ -ms-flex: initial;
2498
+ flex: initial;
2409
2499
  }
2410
2500
  .pro-form .ant-form-item .ant-form-item-tooltip svg {
2411
2501
  width: 14px;
2412
2502
  height: 14px;
2413
2503
  vertical-align: bottom;
2414
- fill: #909090;
2504
+ fill: var(--zaui-aide-text, #909090);
2415
2505
  }
2416
2506
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2417
2507
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2418
2508
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker {
2419
- background: #fffaa1;
2509
+ background: var(--zaui-contract-bg, #fffaa1);
2420
2510
  }
2421
2511
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2422
2512
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2423
2513
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker input {
2424
- background: #fffaa1;
2425
- }
2426
- .pro-form .ant-form-item.pro-form-item-changed #switch {
2427
- background: #bfbfbf;
2428
- }
2429
- .pro-form .ant-form-item.label-width .ant-form-item-label {
2430
- width: auto !important;
2431
- max-width: -webkit-fit-content !important;
2432
- max-width: -moz-fit-content !important;
2433
- max-width: fit-content !important;
2514
+ background: var(--zaui-contract-bg, #fffaa1);
2434
2515
  }
2435
2516
  .pro-form .ant-form-item .ant-row {
2436
2517
  width: 100%;
@@ -2455,169 +2536,32 @@ div.pro-textarea-view::after {
2455
2536
  }
2456
2537
  .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2457
2538
  width: 100%;
2458
- border: 1px solid #d9d9d9;
2539
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2459
2540
  border-top-left-radius: 0;
2460
2541
  border-bottom-left-radius: 0;
2461
2542
  }
2462
2543
  .pro-form .ant-form-item-hidden {
2463
2544
  display: none;
2464
2545
  }
2465
- .pro-form.mode-view .ant-input[disabled] {
2466
- color: #333;
2467
- font-size: 14px;
2468
- background-color: transparent;
2469
- border: none;
2470
- cursor: default;
2471
- opacity: 1;
2472
- }
2473
- .pro-form.mode-view .ant-input-disabled {
2474
- color: #333;
2475
- font-size: 14px;
2476
- background-color: transparent;
2477
- border: none;
2478
- cursor: default;
2479
- opacity: 1;
2480
- }
2481
- .pro-form.mode-view .ant-picker.ant-picker-disabled {
2482
- color: #333;
2483
- font-size: 14px;
2484
- background-color: transparent;
2485
- border: none;
2486
- cursor: default;
2487
- opacity: 1;
2488
- }
2489
- .pro-form.mode-view .ant-picker-input > input[disabled] {
2490
- color: #333;
2491
- font-size: 14px;
2492
- background-color: transparent;
2493
- border: none;
2494
- cursor: default;
2495
- opacity: 1;
2496
- }
2497
- .pro-form.mode-view .ant-picker-suffix {
2498
- display: none;
2499
- }
2500
- .pro-form.mode-view .ant-input-textarea.ant-input-textarea-show-count::after {
2501
- display: none;
2502
- }
2503
- .pro-form.mode-view .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2504
- color: #333;
2505
- font-size: 14px;
2506
- background-color: transparent;
2507
- border: none;
2508
- cursor: default;
2509
- opacity: 1;
2510
- }
2511
- .pro-form.mode-view .ant-select-arrow {
2512
- display: none;
2513
- }
2514
- .pro-form.mode-view .ant-upload.ant-upload-disabled {
2515
- display: none;
2516
- }
2517
- .pro-form.mode-view .ant-switch-loading,
2518
- .pro-form.mode-view .ant-switch-disabled {
2519
- background-color: #fff;
2520
- cursor: default;
2521
- opacity: 1;
2522
- }
2523
- .pro-form.mode-view .ant-switch-loading .ant-switch-inner,
2524
- .pro-form.mode-view .ant-switch-disabled .ant-switch-inner {
2525
- color: #333;
2526
- font-size: 14px;
2527
- background-color: transparent;
2528
- border: none;
2529
- cursor: default;
2530
- opacity: 1;
2531
- }
2532
- .pro-form.mode-view .ant-switch-loading .ant-switch-handle,
2533
- .pro-form.mode-view .ant-switch-disabled .ant-switch-handle {
2534
- display: none;
2535
- }
2536
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled {
2537
- display: block;
2538
- }
2539
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled .ant-radio.ant-radio-checked.ant-radio-disabled {
2540
- display: none;
2541
- }
2542
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled > span {
2543
- color: #333;
2544
- font-size: 14px;
2545
- background-color: transparent;
2546
- border: none;
2547
- cursor: default;
2548
- opacity: 1;
2549
- position: relative;
2550
- top: -3px;
2551
- }
2552
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-disabled {
2553
- display: none;
2554
- }
2555
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled {
2556
- display: block;
2557
- }
2558
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled .ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled {
2559
- display: none;
2560
- }
2561
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled > span {
2562
- color: #333;
2563
- font-size: 14px;
2564
- background-color: transparent;
2565
- border: none;
2566
- cursor: default;
2567
- opacity: 1;
2568
- position: relative;
2569
- top: -3px;
2570
- }
2571
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
2572
- display: none;
2573
- }
2574
- .pro-form.mode-view .ant-form-item-has-error .ant-form-item-explain.ant-form-item-explain-error {
2575
- display: none;
2576
- }
2577
- .pro-form.mode-view ::-webkit-input-placeholder {
2578
- font-size: 0px;
2579
- }
2580
- .pro-form.mode-view ::-moz-placeholder {
2581
- font-size: 0px;
2582
- }
2583
- .pro-form.mode-view :-ms-input-placeholder {
2584
- font-size: 0px;
2585
- }
2586
- .pro-form.mode-view ::-ms-input-placeholder {
2587
- font-size: 0px;
2588
- }
2589
- .pro-form.mode-view ::placeholder {
2590
- font-size: 0px;
2591
- }
2592
- .pro-form.mode-view .ant-input-affix-wrapper-disabled {
2593
- background-color: transparent;
2594
- border: none;
2595
- }
2596
- .pro-form.mode-view .ant-select-selection-placeholder {
2597
- display: none;
2598
- }
2599
- .pro-form.mode-view .ant-input-suffix {
2600
- display: none;
2601
- }
2602
2546
  .pro-form .ant-form-item-label > label {
2603
2547
  white-space: pre-wrap;
2604
2548
  }
2605
2549
  .pro-form .suffix-value {
2606
- margin-left: 8px;
2550
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2607
2551
  }
2608
2552
  .pro-form .ant-form-item-has-error .group-separator {
2609
2553
  color: var(--ant-error-color);
2610
2554
  border-color: var(--ant-error-color);
2611
2555
  }
2612
2556
  .pro-form .ant-form-item-has-error .site-input-split {
2613
- border-color: #ff4d4f;
2557
+ border-color: var(--zaui-danger, #ff5050);
2614
2558
  }
2615
2559
  .pro-form .site-input-group-wrapper .site-input-split {
2616
2560
  text-align: center;
2617
- background-color: #fafafa;
2561
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2618
2562
  }
2619
2563
  .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2620
- background-color: #f2f2f2;
2564
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2621
2565
  }
2622
2566
  .pro-form .site-input-group-wrapper .site-input-right {
2623
2567
  border-left-width: 0;
@@ -2675,8 +2619,8 @@ div.pro-textarea-view::after {
2675
2619
  display: flex;
2676
2620
  }
2677
2621
  .pro-form .noDisabled {
2678
- color: #333;
2679
- font-size: 14px;
2622
+ color: var(--zaui-disabled-text, #333333);
2623
+ font-size: var(--zaui-font-size, 14px);
2680
2624
  background-color: transparent;
2681
2625
  border: none;
2682
2626
  cursor: default;
@@ -2684,7 +2628,7 @@ div.pro-textarea-view::after {
2684
2628
  }
2685
2629
  .pro-form div.pro-form-custom-footer {
2686
2630
  width: unset !important;
2687
- height: 32px;
2631
+ height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2688
2632
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2689
2633
  }
2690
2634
  .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
@@ -2751,7 +2695,7 @@ div.pro-textarea-view::after {
2751
2695
  }
2752
2696
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2753
2697
  margin-left: 9px;
2754
- font-size: 14px;
2698
+ font-size: var(--zaui-font-size, 14px);
2755
2699
  color: rgba(0, 0, 0, 0.85);
2756
2700
  line-height: 20px;
2757
2701
  }
@@ -2761,7 +2705,7 @@ div.pro-textarea-view::after {
2761
2705
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2762
2706
  text-align: center;
2763
2707
  margin-top: 10px;
2764
- font-size: 12x;
2708
+ font-size: var(--zaui-font-size-sm, 12px);
2765
2709
  color: #939599;
2766
2710
  line-height: 14px;
2767
2711
  }
@@ -2852,7 +2796,7 @@ div.pro-textarea-view::after {
2852
2796
  .pro-upload .pro-upload-button .upload-tip-txt {
2853
2797
  margin-left: 10px;
2854
2798
  line-height: 32px;
2855
- font-size: 12px;
2799
+ font-size: var(--zaui-font-size-sm, 12px);
2856
2800
  color: #939599;
2857
2801
  }
2858
2802
  .pro-upload .pro-upload-image {
@@ -2885,7 +2829,7 @@ div.pro-textarea-view::after {
2885
2829
  .pro-upload .pro-upload-image .file-item-image {
2886
2830
  position: relative;
2887
2831
  height: 126px;
2888
- width: 126px ;
2832
+ width: 126px;
2889
2833
  border: 1px dashed #d9d9d9;
2890
2834
  overflow: hidden;
2891
2835
  border-radius: 8px;
@@ -2949,7 +2893,7 @@ div.pro-textarea-view::after {
2949
2893
  }
2950
2894
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
2951
2895
  color: #fff;
2952
- font-size: 12px;
2896
+ font-size: var(--zaui-font-size-sm, 12px);
2953
2897
  opacity: 0.8;
2954
2898
  }
2955
2899
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
@@ -3144,7 +3088,7 @@ div.pro-textarea-view::after {
3144
3088
  -ms-flex-direction: row;
3145
3089
  flex-direction: row;
3146
3090
  height: 482px;
3147
- margin-bottom: var(--zaui-space-size-md, 16px);
3091
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3148
3092
  }
3149
3093
  .pro-tree-modal-content .ant-tree-checkbox {
3150
3094
  margin-top: 2px;
@@ -3159,7 +3103,6 @@ div.pro-textarea-view::after {
3159
3103
  padding-bottom: var(--zaui-font-size-sm, 12px);
3160
3104
  color: var(--zaui-text);
3161
3105
  font-size: var(--zaui-font-size, 14px);
3162
- font-family: PingFangSC-Regular, PingFang SC;
3163
3106
  line-height: var(--zaui-font-size-xxl, 20px);
3164
3107
  }
3165
3108
  .pro-tree-modal-content .ant-tree-node-content-wrapper {
@@ -3183,7 +3126,6 @@ div.pro-textarea-view::after {
3183
3126
  height: 100%;
3184
3127
  color: var(--zaui-text);
3185
3128
  font-size: var(--zaui-font-size, 14px);
3186
- font-family: PingFangSC-Regular, PingFang SC;
3187
3129
  line-height: var(--zaui-font-size-xxl, 20px);
3188
3130
  border: 1px solid #e6e6e6;
3189
3131
  border-radius: var(--zaui-border-radius, 4px);
@@ -3294,7 +3236,7 @@ div.pro-textarea-view::after {
3294
3236
  -webkit-justify-content: space-between;
3295
3237
  -ms-flex-pack: justify;
3296
3238
  justify-content: space-between;
3297
- margin-bottom: var(--zaui-font-size-sm, 12px);
3239
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3298
3240
  line-height: var(--zaui-font-size-xxl, 20px);
3299
3241
  cursor: pointer;
3300
3242
  }
@@ -3372,7 +3314,6 @@ div.pro-textarea-view::after {
3372
3314
  margin-right: var(--zaui-space-size-sm, 8px);
3373
3315
  padding: 0 var(--zaui-space-size-xs);
3374
3316
  font-weight: 400;
3375
- font-family: PingFangSC-Regular, PingFang SC;
3376
3317
  line-height: var(--zaui-font-size-lg-title);
3377
3318
  white-space: nowrap;
3378
3319
  border-radius: var(--zaui-border-radius-card);
@@ -3401,7 +3342,6 @@ div.pro-textarea-view::after {
3401
3342
  color: #939599;
3402
3343
  font-weight: 400;
3403
3344
  font-size: var(--zaui-font-size, 14px);
3404
- font-family: PingFangSC-Regular, PingFang SC;
3405
3345
  }
3406
3346
  .pro-transfer-right .checked-item {
3407
3347
  margin: var(--zaui-space-size-sm, 8px) 0;
@@ -3479,7 +3419,7 @@ div.pro-textarea-view::after {
3479
3419
  color: #939499;
3480
3420
  }
3481
3421
  .pro-tree .pro-tree-search {
3482
- margin-bottom: var(--zaui-space-size-sm);
3422
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3483
3423
  }
3484
3424
  .pro-tree-content {
3485
3425
  display: -webkit-box;
@@ -3541,13 +3481,14 @@ div.pro-textarea-view::after {
3541
3481
  -webkit-align-items: baseline;
3542
3482
  -ms-flex-align: baseline;
3543
3483
  align-items: baseline;
3484
+ cursor: pointer;
3544
3485
  }
3545
3486
  .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3546
3487
  -webkit-transform: rotate(180deg);
3547
3488
  transform: rotate(180deg);
3548
3489
  }
3549
3490
  .pro-tree-content .tree-title-box .expand-button .expand-icon {
3550
- font-size: 12px;
3491
+ font-size: var(--zaui-font-size-sm, 12px);
3551
3492
  margin-right: var(--zaui-space-size-xs);
3552
3493
  }
3553
3494
  .pro-tree-content .ant-tree-checkbox {
@@ -3626,7 +3567,7 @@ div.pro-textarea-view::after {
3626
3567
  left: 0px;
3627
3568
  background-color: var(--zaui-brand);
3628
3569
  opacity: 0.1;
3629
- z-index: 0;
3570
+ z-index: -1;
3630
3571
  border-radius: var(--zaui-space-size-xs);
3631
3572
  }
3632
3573
  .pro-tree-tree-node .tree-node-show-text {
@@ -3673,7 +3614,7 @@ div.pro-textarea-view::after {
3673
3614
  margin-left: var(--zaui-space-size-xs);
3674
3615
  }
3675
3616
  .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3676
- font-size: 12px;
3617
+ font-size: var(--zaui-font-size-sm, 12px);
3677
3618
  }
3678
3619
  .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3679
3620
  margin-bottom: -2px;
@@ -3702,10 +3643,10 @@ div.pro-textarea-view::after {
3702
3643
  font-weight: 400;
3703
3644
  line-height: 24px;
3704
3645
  white-space: nowrap;
3705
- border-radius: 2px;
3646
+ border-radius: var(--zaui-border-radius-card);
3706
3647
  }
3707
3648
  .pro-tree-tree-node-tag span {
3708
- font-size: 12px;
3649
+ font-size: var(--zaui-font-size-sm, 12px);
3709
3650
  line-height: 20px;
3710
3651
  text-align: center;
3711
3652
  -webkit-transform: scale(0.83, 0.83);
@@ -3794,9 +3735,9 @@ div.pro-textarea-view::after {
3794
3735
  background-color: inherit;
3795
3736
  }
3796
3737
  .pro-form.pro-form-view .ant-form-item .pro-tree * {
3797
- line-height: 1!important;
3798
- height: auto!important;
3799
- min-height: auto!important;
3738
+ line-height: 1 !important;
3739
+ height: auto !important;
3740
+ min-height: auto !important;
3800
3741
  }
3801
3742
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3802
3743
  margin-top: var(--zaui-space-size-sm);
@@ -3805,7 +3746,7 @@ div.pro-textarea-view::after {
3805
3746
  padding-top: var(--zaui-font-size-sm);
3806
3747
  }
3807
3748
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3808
- height: 16px!important;
3749
+ height: 16px !important;
3809
3750
  }
3810
3751
  .pro-drawer .pro-drawer-close {
3811
3752
  position: absolute;
@@ -3945,7 +3886,7 @@ div.pro-textarea-view::after {
3945
3886
  overflow: auto;
3946
3887
  }
3947
3888
  .pro-modal-no-footer .ant-modal-content .ant-modal-body {
3948
- padding-bottom: var(--zaui-space-size-md, 16px);
3889
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3949
3890
  }
3950
3891
  .pro-modal-scrolling {
3951
3892
  z-index: 1;
@@ -4087,6 +4028,10 @@ div.pro-textarea-view::after {
4087
4028
  .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4088
4029
  background-color: var(--zaui-table-header-bg, #f2f3f5);
4089
4030
  }
4031
+ .pro-edit-table .ant-table-content > table .ant-table-cell-fix-right-first::after {
4032
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4033
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4034
+ }
4090
4035
  .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4091
4036
  width: 48px;
4092
4037
  }
@@ -4177,7 +4122,7 @@ div.pro-textarea-view::after {
4177
4122
  width: auto;
4178
4123
  }
4179
4124
  .pro-edit-table-header {
4180
- margin-bottom: var(--zaui-space-size-md, 16px);
4125
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4181
4126
  }
4182
4127
  .pro-edit-table-toolbar-fixed {
4183
4128
  position: absolute;
@@ -4271,10 +4216,10 @@ div.pro-textarea-view::after {
4271
4216
  font-size: var(--zaui-font-size-lg, 16px);
4272
4217
  font-weight: 500;
4273
4218
  color: var(--zaui-text, #343434);
4274
- margin-bottom: var(--zaui-space-size-sm, 8px);
4219
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4275
4220
  }
4276
4221
  .pro-edit-label-popconfirm .pro-edit-label-tip {
4277
- margin-bottom: var(--zaui-space-size-md, 16px);
4222
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4278
4223
  color: #666;
4279
4224
  }
4280
4225
  .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
@@ -4354,7 +4299,7 @@ div.pro-textarea-view::after {
4354
4299
  width: 4px;
4355
4300
  height: 14px;
4356
4301
  background: var(--zaui-brand, #006aff);
4357
- border-radius: 2px;
4302
+ border-radius: var(zaui-border-radius-card, 2px);
4358
4303
  }
4359
4304
  .pro-theme-prd-tools-drawer .pro-theme-color {
4360
4305
  display: -webkit-box;
@@ -4384,7 +4329,7 @@ div.pro-textarea-view::after {
4384
4329
  margin-right: 34px;
4385
4330
  }
4386
4331
  .pro-theme-prd-tools-drawer .pro-theme-color li span {
4387
- font-size: 14px;
4332
+ font-size: var(--zaui-font-size, 14px);
4388
4333
  vertical-align: -7px;
4389
4334
  }
4390
4335
  .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
@@ -4477,7 +4422,7 @@ div.pro-textarea-view::after {
4477
4422
  left: 4px;
4478
4423
  z-index: 1;
4479
4424
  color: var(--zaui-text, #343434);
4480
- font-size: 16px;
4425
+ font-size: var(--zaui-font-size-lg, 16px);
4481
4426
  -webkit-transform: translateZ(100px);
4482
4427
  transform: translateZ(100px);
4483
4428
  }
@@ -4509,7 +4454,7 @@ div.pro-textarea-view::after {
4509
4454
  color: var(--zaui-brand, #006aff);
4510
4455
  }
4511
4456
  .pro-theme-tools .anticon svg {
4512
- font-size: 24px;
4457
+ font-size: var(--zaui-font-size-lg-title, 24px);
4513
4458
  }
4514
4459
  .pro-theme-tools-drawer .ant-drawer-body {
4515
4460
  padding: 32px;
@@ -4550,29 +4495,11 @@ div.pro-textarea-view::after {
4550
4495
  .pro-download.ant-btn-text {
4551
4496
  padding: 0;
4552
4497
  }
4553
- .back-button-container {
4554
- color: var(--zaui-aide-text);
4555
- font-weight: 400;
4556
- background: var(--zaui-disabled-bg);
4557
- border: none;
4558
- }
4559
- .back-button-container:hover {
4560
- color: var(--zaui-aide-text);
4561
- background: var(--zaui-disabled-bg);
4562
- border: none;
4563
- }
4564
- .back-button-container:active,
4565
- .back-button-container:focus {
4566
- color: var(--zaui-aide-text);
4567
- font-weight: 400;
4568
- background: var(--zaui-disabled-bg);
4569
- }
4570
4498
  .pro-editable .ant-table-cell .table-title-required::before {
4571
4499
  display: inline-block;
4572
4500
  margin-right: 4px;
4573
4501
  color: #ff5050;
4574
- font-size: 14px;
4575
- font-family: SimSun, sans-serif;
4502
+ font-size: var(--zaui-font-size, 14px);
4576
4503
  line-height: 1;
4577
4504
  content: '*';
4578
4505
  }
@@ -4825,7 +4752,6 @@ samp {
4825
4752
  font-family: monospace, sans-serif;
4826
4753
  }
4827
4754
  .clickable,
4828
- label,
4829
4755
  input[type='button'],
4830
4756
  input[type='submit'],
4831
4757
  input[type='file'],
@@ -4919,6 +4845,7 @@ input[type='button'] {
4919
4845
  --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4920
4846
  --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4921
4847
  --zaui-table-nested-bg: #fafcfe;
4848
+ --zaui-contract-bg: #fffaa1;
4922
4849
  --zaui-form-label-width: 130px;
4923
4850
  --zaui-border-radius: 4px;
4924
4851
  --zaui-border-radius-card: 2px;
@@ -5005,8 +4932,7 @@ input[type='button'] {
5005
4932
  .ant-modal .ant-form-item .ant-form-item-label.ant-form-item-label-left > .ant-form-item-required::after {
5006
4933
  margin-top: 1px;
5007
4934
  color: #ff4d4f;
5008
- font-size: 14px;
5009
- font-family: SimSun, sans-serif;
4935
+ font-size: var(--zaui-font-size, 14px);
5010
4936
  line-height: 1;
5011
4937
  content: '*';
5012
4938
  }
@@ -5044,7 +4970,7 @@ input[type='button'] {
5044
4970
  .ant-form .ant-form-item,
5045
4971
  .ant-drawer .ant-form-item,
5046
4972
  .ant-modal .ant-form-item {
5047
- margin-bottom: 22px !important;
4973
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
5048
4974
  }
5049
4975
  .ant-input[disabled],
5050
4976
  .ant-select-disabled,
@@ -5202,7 +5128,7 @@ input[type='button'] {
5202
5128
  margin-left: 0;
5203
5129
  }
5204
5130
  .ant-tabs .ant-tabs-nav {
5205
- margin-bottom: var(--zaui-space-size-md, 16px);
5131
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
5206
5132
  }
5207
5133
  .ant-tabs .ant-tabs-nav .ant-tabs-tab-btn {
5208
5134
  font-size: var(--zaui-font-size-lg, 16px);