bkui-vue 0.0.1-beta.3 → 0.0.1-beta.30

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 (450) hide show
  1. package/README.md +31 -19
  2. package/README_EN.md +93 -0
  3. package/dist/bkui-vue.cjs.js +18093 -2770
  4. package/dist/bkui-vue.esm.js +18049 -2775
  5. package/dist/bkui-vue.umd.js +18095 -2772
  6. package/dist/style.css +3958 -254
  7. package/lib/alert/alert.d.ts +24 -15
  8. package/lib/alert/alert.variable.css +32 -0
  9. package/lib/alert/index.d.ts +180 -0
  10. package/lib/alert/index.js +1 -1
  11. package/lib/animate-number/animate-number.d.ts +12 -7
  12. package/lib/animate-number/index.d.ts +97 -0
  13. package/lib/animate-number/index.js +1 -1
  14. package/lib/backtop/backtop.d.ts +27 -13
  15. package/lib/backtop/backtop.variable.css +32 -0
  16. package/lib/backtop/index.d.ts +166 -0
  17. package/lib/backtop/index.js +10 -1
  18. package/lib/badge/badge.d.ts +40 -19
  19. package/lib/badge/badge.variable.css +32 -0
  20. package/lib/badge/index.d.ts +217 -0
  21. package/lib/badge/index.js +1 -1
  22. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  23. package/lib/breadcrumb/breadcrumb.css +10 -1
  24. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  25. package/lib/breadcrumb/breadcrumb.less +13 -2
  26. package/lib/breadcrumb/breadcrumb.variable.css +42 -1
  27. package/lib/breadcrumb/index.d.ts +194 -0
  28. package/lib/breadcrumb/index.js +1 -1
  29. package/lib/button/button-group.d.ts +3 -5
  30. package/lib/button/button.css +9 -0
  31. package/lib/button/button.d.ts +57 -28
  32. package/lib/button/button.less +23 -15
  33. package/lib/button/button.variable.css +41 -0
  34. package/lib/button/index.d.ts +226 -0
  35. package/lib/button/index.js +1 -1
  36. package/lib/card/card.d.ts +30 -15
  37. package/lib/card/card.variable.css +32 -0
  38. package/lib/card/index.d.ts +187 -0
  39. package/lib/card/index.js +1 -1
  40. package/lib/checkbox/checkbox-group.d.ts +13 -9
  41. package/lib/checkbox/checkbox.d.ts +31 -22
  42. package/lib/checkbox/checkbox.variable.css +32 -0
  43. package/lib/checkbox/common.d.ts +1 -1
  44. package/lib/checkbox/index.d.ts +261 -0
  45. package/lib/checkbox/index.js +1 -1
  46. package/lib/checkbox/type.d.ts +7 -6
  47. package/lib/code-diff/code-diff.css +115 -0
  48. package/lib/code-diff/code-diff.d.ts +71 -0
  49. package/lib/code-diff/code-diff.less +145 -0
  50. package/lib/code-diff/code-diff.variable.css +208 -0
  51. package/lib/code-diff/index.d.ts +6 -0
  52. package/lib/collapse/collapse.css +8 -0
  53. package/lib/collapse/collapse.d.ts +50 -18
  54. package/lib/collapse/collapse.less +10 -0
  55. package/lib/collapse/collapse.variable.css +8 -0
  56. package/lib/collapse/index.d.ts +166 -0
  57. package/lib/collapse/index.js +1 -1
  58. package/lib/components.d.ts +39 -0
  59. package/lib/date-picker/date-picker.css +407 -0
  60. package/lib/date-picker/date-picker.d.ts +294 -0
  61. package/lib/date-picker/date-picker.less +526 -0
  62. package/lib/date-picker/date-picker.variable.css +500 -0
  63. package/lib/date-picker/fecha.d.ts +6 -0
  64. package/lib/date-picker/index.d.ts +713 -0
  65. package/lib/date-picker/index.js +1 -0
  66. package/lib/date-picker/interface.d.ts +22 -0
  67. package/lib/date-picker/props.d.ts +111 -0
  68. package/lib/date-picker/utils.d.ts +97 -0
  69. package/lib/dialog/dialog.d.ts +57 -27
  70. package/lib/dialog/index.d.ts +286 -0
  71. package/lib/dialog/index.js +1 -1
  72. package/lib/directives/clickoutside.d.ts +3 -0
  73. package/lib/directives/index.d.ts +3 -0
  74. package/lib/directives/index.js +14 -14
  75. package/lib/directives/tooltips.d.ts +17 -0
  76. package/lib/divider/divider.css +38 -0
  77. package/lib/divider/divider.d.ts +48 -0
  78. package/lib/divider/divider.less +53 -0
  79. package/lib/divider/divider.variable.css +131 -0
  80. package/lib/divider/index.d.ts +142 -0
  81. package/lib/divider/index.js +1 -0
  82. package/lib/dropdown/dropdown-item.d.ts +19 -0
  83. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  84. package/lib/dropdown/dropdown.css +43 -0
  85. package/lib/dropdown/dropdown.d.ts +61 -0
  86. package/lib/dropdown/dropdown.less +54 -0
  87. package/lib/dropdown/dropdown.variable.css +136 -0
  88. package/lib/dropdown/index.d.ts +192 -0
  89. package/lib/dropdown/index.js +1 -0
  90. package/lib/exception/exception.d.ts +11 -9
  91. package/lib/exception/exception.variable.css +32 -0
  92. package/lib/exception/index.d.ts +96 -0
  93. package/lib/exception/index.js +1 -1
  94. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  95. package/lib/fixed-navbar/fixed-navbar.variable.css +32 -0
  96. package/lib/fixed-navbar/index.d.ts +112 -0
  97. package/lib/fixed-navbar/index.js +1 -1
  98. package/lib/form/common.d.ts +3 -0
  99. package/lib/form/form-item.d.ts +145 -0
  100. package/lib/form/form.css +48 -0
  101. package/lib/form/form.d.ts +64 -0
  102. package/lib/form/form.less +63 -0
  103. package/lib/form/form.variable.css +48 -0
  104. package/lib/form/index.d.ts +246 -0
  105. package/lib/form/index.js +1 -0
  106. package/lib/form/type.d.ts +21 -0
  107. package/lib/form/validator.d.ts +8 -0
  108. package/lib/icon/angle-double-down-line.d.ts +4 -0
  109. package/lib/icon/angle-double-down-line.js +15 -0
  110. package/lib/icon/angle-double-left-line.d.ts +4 -0
  111. package/lib/icon/angle-double-left-line.js +15 -0
  112. package/lib/icon/angle-double-left.d.ts +4 -0
  113. package/lib/icon/angle-double-left.js +15 -0
  114. package/lib/icon/angle-double-right-line.d.ts +4 -0
  115. package/lib/icon/angle-double-right-line.js +15 -0
  116. package/lib/icon/angle-double-right.d.ts +4 -0
  117. package/lib/icon/angle-double-right.js +15 -0
  118. package/lib/icon/angle-double-up-line.d.ts +4 -0
  119. package/lib/icon/angle-double-up-line.js +15 -0
  120. package/lib/icon/angle-down-fill.d.ts +4 -0
  121. package/lib/icon/angle-down-fill.js +15 -0
  122. package/lib/icon/angle-down-line.d.ts +4 -0
  123. package/lib/icon/angle-down-line.js +15 -0
  124. package/lib/icon/angle-down.d.ts +4 -0
  125. package/lib/icon/angle-down.js +15 -0
  126. package/lib/icon/angle-left.d.ts +4 -0
  127. package/lib/icon/angle-left.js +15 -0
  128. package/lib/icon/angle-right.d.ts +4 -0
  129. package/lib/icon/angle-right.js +15 -0
  130. package/lib/icon/angle-up-fill.d.ts +4 -0
  131. package/lib/icon/angle-up-fill.js +15 -0
  132. package/lib/icon/angle-up.d.ts +4 -0
  133. package/lib/icon/angle-up.js +15 -0
  134. package/lib/icon/arrows-left.d.ts +4 -0
  135. package/lib/icon/arrows-left.js +15 -0
  136. package/lib/icon/arrows-right.d.ts +4 -0
  137. package/lib/icon/arrows-right.js +15 -0
  138. package/lib/icon/bk.d.ts +4 -0
  139. package/lib/icon/bk.js +15 -0
  140. package/lib/icon/circle.d.ts +4 -0
  141. package/lib/icon/circle.js +15 -0
  142. package/lib/icon/close.d.ts +4 -0
  143. package/lib/icon/close.js +15 -0
  144. package/lib/icon/code.d.ts +4 -0
  145. package/lib/icon/code.js +15 -0
  146. package/lib/icon/cog-shape.d.ts +4 -0
  147. package/lib/icon/cog-shape.js +15 -0
  148. package/lib/icon/collapse-left.d.ts +4 -0
  149. package/lib/icon/collapse-left.js +15 -0
  150. package/lib/icon/copy.d.ts +4 -0
  151. package/lib/icon/copy.js +15 -0
  152. package/lib/icon/done.d.ts +4 -0
  153. package/lib/icon/done.js +15 -0
  154. package/lib/icon/down-shape.d.ts +4 -0
  155. package/lib/icon/down-shape.js +15 -0
  156. package/lib/icon/down-small.d.ts +4 -0
  157. package/lib/icon/down-small.js +15 -0
  158. package/lib/icon/ellipsis.d.ts +4 -0
  159. package/lib/icon/ellipsis.js +15 -0
  160. package/lib/icon/error.d.ts +4 -0
  161. package/lib/icon/error.js +15 -0
  162. package/lib/icon/eye.d.ts +4 -0
  163. package/lib/icon/eye.js +15 -0
  164. package/lib/icon/folder-open.d.ts +4 -0
  165. package/lib/icon/folder-open.js +15 -0
  166. package/lib/icon/folder-shape-open.d.ts +4 -0
  167. package/lib/icon/folder-shape-open.js +15 -0
  168. package/lib/icon/folder-shape.d.ts +4 -0
  169. package/lib/icon/folder-shape.js +15 -0
  170. package/lib/icon/folder.d.ts +4 -0
  171. package/lib/icon/folder.js +15 -0
  172. package/lib/icon/help-document-fill.d.ts +4 -0
  173. package/lib/icon/help-document-fill.js +15 -0
  174. package/lib/icon/help-fill.d.ts +4 -0
  175. package/lib/icon/help-fill.js +15 -0
  176. package/lib/icon/help.d.ts +4 -0
  177. package/lib/icon/help.js +15 -0
  178. package/lib/icon/icon.d.ts +12 -0
  179. package/lib/icon/icon.js +15 -0
  180. package/lib/icon/index.d.ts +53 -0
  181. package/lib/icon/index.js +1 -1
  182. package/lib/icon/info-line.d.ts +4 -0
  183. package/lib/icon/info-line.js +15 -0
  184. package/lib/icon/info.d.ts +4 -0
  185. package/lib/icon/info.js +15 -0
  186. package/lib/icon/left-shape.d.ts +4 -0
  187. package/lib/icon/left-shape.js +15 -0
  188. package/lib/icon/play-shape.d.ts +4 -0
  189. package/lib/icon/play-shape.js +15 -0
  190. package/lib/icon/plus.d.ts +4 -0
  191. package/lib/icon/plus.js +15 -0
  192. package/lib/icon/qq.d.ts +4 -0
  193. package/lib/icon/qq.js +15 -0
  194. package/lib/icon/right-shape.d.ts +4 -0
  195. package/lib/icon/right-shape.js +15 -0
  196. package/lib/icon/search.d.ts +4 -0
  197. package/lib/icon/search.js +15 -0
  198. package/lib/icon/share.d.ts +4 -0
  199. package/lib/icon/share.js +15 -0
  200. package/lib/icon/spinner.d.ts +4 -0
  201. package/lib/icon/spinner.js +15 -0
  202. package/lib/icon/success.d.ts +4 -0
  203. package/lib/icon/success.js +15 -0
  204. package/lib/icon/switcher-loading.d.ts +4 -0
  205. package/lib/icon/switcher-loading.js +15 -0
  206. package/lib/icon/text-file.d.ts +4 -0
  207. package/lib/icon/text-file.js +15 -0
  208. package/lib/icon/tree-application-shape.d.ts +4 -0
  209. package/lib/icon/tree-application-shape.js +15 -0
  210. package/lib/icon/unvisible.d.ts +4 -0
  211. package/lib/icon/unvisible.js +15 -0
  212. package/lib/icon/up-shape.d.ts +4 -0
  213. package/lib/icon/up-shape.js +15 -0
  214. package/lib/icon/warn.d.ts +4 -0
  215. package/lib/icon/warn.js +15 -0
  216. package/lib/icon/weixin.d.ts +4 -0
  217. package/lib/icon/weixin.js +15 -0
  218. package/lib/index.d.ts +4 -0
  219. package/lib/input/index.d.ts +417 -0
  220. package/lib/input/index.js +2 -2
  221. package/lib/input/input.css +20 -2
  222. package/lib/input/input.d.ts +97 -45
  223. package/lib/input/input.less +28 -5
  224. package/lib/input/input.variable.css +52 -2
  225. package/lib/link/index.d.ts +164 -0
  226. package/lib/link/index.js +1 -1
  227. package/lib/link/link.d.ts +25 -13
  228. package/lib/link/link.variable.css +32 -0
  229. package/lib/loading/index.d.ts +147 -0
  230. package/lib/loading/index.js +1 -1
  231. package/lib/loading/loading.css +100 -71
  232. package/lib/loading/loading.d.ts +48 -21
  233. package/lib/loading/loading.less +64 -49
  234. package/lib/loading/loading.variable.css +132 -71
  235. package/lib/menu/index.d.ts +188 -0
  236. package/lib/menu/index.js +1 -0
  237. package/lib/menu/menu-group.d.ts +14 -0
  238. package/lib/menu/menu-item.d.ts +16 -0
  239. package/lib/menu/menu.css +182 -0
  240. package/lib/menu/menu.d.ts +64 -0
  241. package/lib/menu/menu.less +180 -0
  242. package/lib/menu/menu.variable.css +275 -0
  243. package/lib/menu/submenu.css +3 -0
  244. package/lib/menu/submenu.d.ts +22 -0
  245. package/lib/menu/submenu.less +5 -0
  246. package/lib/menu/submenu.variable.css +96 -0
  247. package/lib/menu/utils.d.ts +41 -0
  248. package/lib/message/index.d.ts +2 -0
  249. package/lib/message/index.js +1 -0
  250. package/lib/message/message.css +53 -0
  251. package/lib/message/message.less +61 -0
  252. package/lib/message/message.variable.css +146 -0
  253. package/lib/message/messageConstructor.d.ts +73 -0
  254. package/lib/modal/index.d.ts +214 -0
  255. package/lib/modal/index.js +1 -1
  256. package/lib/modal/modal.d.ts +33 -15
  257. package/lib/modal/props.mixin.d.ts +5 -1
  258. package/lib/navigation/index.d.ts +2 -0
  259. package/lib/navigation/index.js +1 -0
  260. package/lib/navigation/navigation-title.d.ts +25 -0
  261. package/lib/navigation/navigation.css +184 -0
  262. package/lib/navigation/navigation.d.ts +111 -0
  263. package/lib/navigation/navigation.less +210 -0
  264. package/lib/navigation/navigation.variable.css +277 -0
  265. package/lib/notify/index.d.ts +2 -0
  266. package/lib/notify/index.js +1 -0
  267. package/lib/notify/notify.css +49 -0
  268. package/lib/notify/notify.less +58 -0
  269. package/lib/notify/notify.variable.css +142 -0
  270. package/lib/notify/notifyConstructor.d.ts +91 -0
  271. package/lib/pagination/index.d.ts +395 -0
  272. package/lib/pagination/index.js +1 -0
  273. package/lib/pagination/pagination.css +179 -0
  274. package/lib/pagination/pagination.d.ts +220 -0
  275. package/lib/pagination/pagination.less +201 -0
  276. package/lib/pagination/pagination.variable.css +272 -0
  277. package/lib/pagination/type.d.ts +6 -0
  278. package/lib/pagination/use-limit.d.ts +8 -0
  279. package/lib/pagination/use-list.d.ts +8 -0
  280. package/lib/pagination/use-small-list.d.ts +5 -0
  281. package/lib/pagination/use-total.d.ts +5 -0
  282. package/lib/popover/index.d.ts +287 -0
  283. package/lib/popover/index.js +1 -1
  284. package/lib/popover/popover.css +23 -14
  285. package/lib/popover/popover.d.ts +75 -46
  286. package/lib/popover/popover.less +57 -46
  287. package/lib/popover/popover.variable.css +55 -14
  288. package/lib/popover/props.d.ts +77 -0
  289. package/lib/preset.d.ts +7 -0
  290. package/lib/process/index.d.ts +205 -0
  291. package/lib/process/index.js +15 -0
  292. package/lib/process/process.css +138 -0
  293. package/lib/process/process.d.ts +131 -0
  294. package/lib/process/process.less +178 -0
  295. package/lib/process/process.variable.css +231 -0
  296. package/lib/progress/index.d.ts +398 -0
  297. package/lib/progress/index.js +1 -1
  298. package/lib/progress/progress.css +0 -3
  299. package/lib/progress/progress.d.ts +88 -35
  300. package/lib/progress/progress.less +0 -4
  301. package/lib/progress/progress.variable.css +32 -3
  302. package/lib/radio/common.d.ts +1 -1
  303. package/lib/radio/index.d.ts +277 -0
  304. package/lib/radio/index.js +1 -1
  305. package/lib/radio/radio-button.d.ts +24 -16
  306. package/lib/radio/radio-group.d.ts +11 -10
  307. package/lib/radio/radio.css +8 -2
  308. package/lib/radio/radio.d.ts +23 -13
  309. package/lib/radio/radio.less +9 -2
  310. package/lib/radio/radio.variable.css +40 -2
  311. package/lib/radio/type.d.ts +1 -1
  312. package/lib/rate/index.d.ts +113 -0
  313. package/lib/rate/index.js +1 -1
  314. package/lib/rate/rate.d.ts +13 -10
  315. package/lib/rate/star.d.ts +33 -16
  316. package/lib/resize-layout/index.d.ts +336 -0
  317. package/lib/resize-layout/index.js +1 -0
  318. package/lib/resize-layout/resize-layout.css +189 -0
  319. package/lib/resize-layout/resize-layout.d.ts +127 -0
  320. package/lib/resize-layout/resize-layout.less +233 -0
  321. package/lib/resize-layout/resize-layout.variable.css +282 -0
  322. package/lib/select/common.d.ts +23 -17
  323. package/lib/select/index.d.ts +1347 -0
  324. package/lib/select/index.js +15 -1
  325. package/lib/select/option.d.ts +12 -19
  326. package/lib/select/optionGroup.d.ts +54 -0
  327. package/lib/select/select.css +243 -17
  328. package/lib/select/select.d.ts +268 -155
  329. package/lib/select/select.less +245 -46
  330. package/lib/select/select.variable.css +275 -17
  331. package/lib/select/type.d.ts +31 -0
  332. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  333. package/lib/shared/index.d.ts +51 -0
  334. package/lib/shared/index.js +1 -1
  335. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
  336. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
  337. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
  338. package/lib/shared/utils.d.ts +6 -0
  339. package/lib/shared/vue-types.d.ts +8 -7
  340. package/lib/shared/z-index-manager.d.ts +6 -1
  341. package/lib/sideslider/index.d.ts +206 -0
  342. package/lib/sideslider/index.js +1 -1
  343. package/lib/sideslider/sideslider.d.ts +39 -18
  344. package/lib/sideslider/sideslider.variable.css +32 -0
  345. package/{changelog.config.js → lib/slider/index.d.ts} +2 -8
  346. package/lib/slider/index.js +15 -0
  347. package/lib/slider/slider-button.d.ts +75 -0
  348. package/lib/slider/slider.css +149 -0
  349. package/lib/slider/slider.d.ts +189 -0
  350. package/lib/slider/slider.less +179 -0
  351. package/lib/slider/slider.variable.css +242 -0
  352. package/lib/steps/index.d.ts +250 -0
  353. package/lib/steps/index.js +15 -0
  354. package/lib/steps/steps.css +288 -0
  355. package/lib/steps/steps.d.ts +161 -0
  356. package/lib/steps/steps.less +324 -0
  357. package/lib/steps/steps.variable.css +381 -0
  358. package/lib/styles/index.d.ts +46 -0
  359. package/lib/styles/index.js +1 -1
  360. package/lib/styles/mixins/popper.css +43 -0
  361. package/lib/styles/mixins/popper.less +52 -0
  362. package/lib/styles/mixins/popper.variable.css +43 -0
  363. package/lib/styles/mixins/size.less +9 -0
  364. package/lib/styles/reset.css +273 -0
  365. package/lib/styles/reset.less +313 -0
  366. package/lib/styles/reset.variable.css +273 -0
  367. package/lib/styles/themes/themes.less +52 -2
  368. package/lib/swiper/index.d.ts +181 -0
  369. package/lib/swiper/index.js +1 -0
  370. package/lib/swiper/swiper.css +91 -0
  371. package/lib/swiper/swiper.d.ts +65 -0
  372. package/lib/swiper/swiper.less +107 -0
  373. package/lib/swiper/swiper.variable.css +91 -0
  374. package/lib/switcher/index.d.ts +286 -0
  375. package/lib/switcher/index.js +1 -1
  376. package/lib/switcher/switcher.css +149 -135
  377. package/lib/switcher/switcher.d.ts +48 -32
  378. package/lib/switcher/switcher.less +210 -154
  379. package/lib/switcher/switcher.variable.css +181 -135
  380. package/lib/tab/index.d.ts +552 -0
  381. package/lib/tab/index.js +1 -0
  382. package/lib/tab/tab-nav.d.ts +190 -0
  383. package/lib/tab/tab-panel.d.ts +48 -0
  384. package/lib/tab/tab.css +147 -0
  385. package/lib/tab/tab.d.ts +163 -0
  386. package/lib/tab/tab.less +221 -0
  387. package/lib/tab/tab.variable.css +240 -0
  388. package/lib/table/const.d.ts +4 -0
  389. package/lib/table/index.d.ts +282 -0
  390. package/lib/table/index.js +10 -1
  391. package/lib/table/props.d.ts +118 -0
  392. package/lib/table/render.d.ts +74 -0
  393. package/lib/table/table.css +90 -0
  394. package/lib/table/table.d.ts +85 -37
  395. package/lib/table/table.less +116 -1
  396. package/lib/table/table.variable.css +122 -0
  397. package/lib/table/utils.d.ts +69 -0
  398. package/lib/tag/index.d.ts +229 -0
  399. package/lib/tag/index.js +1 -1
  400. package/lib/tag/tag.css +97 -0
  401. package/lib/tag/tag.d.ts +83 -53
  402. package/lib/tag/tag.less +110 -2
  403. package/lib/tag/tag.variable.css +129 -0
  404. package/lib/tag-input/common.d.ts +24 -0
  405. package/lib/tag-input/index.d.ts +2 -0
  406. package/lib/tag-input/index.js +1 -0
  407. package/lib/tag-input/list-tag-render.d.ts +47 -0
  408. package/lib/tag-input/tag-input.css +208 -0
  409. package/lib/tag-input/tag-input.d.ts +374 -0
  410. package/lib/tag-input/tag-input.less +250 -0
  411. package/lib/tag-input/tag-input.variable.css +301 -0
  412. package/lib/tag-input/tag-props.d.ts +131 -0
  413. package/lib/tag-input/tag-render.d.ts +38 -0
  414. package/lib/timeline/index.d.ts +129 -0
  415. package/lib/timeline/index.js +1 -0
  416. package/lib/timeline/timeline.css +235 -0
  417. package/lib/timeline/timeline.d.ts +81 -0
  418. package/lib/timeline/timeline.less +239 -0
  419. package/lib/timeline/timeline.variable.css +328 -0
  420. package/lib/transfer/index.d.ts +351 -0
  421. package/lib/transfer/index.js +1 -0
  422. package/lib/transfer/transfer.css +158 -0
  423. package/lib/transfer/transfer.d.ts +185 -0
  424. package/lib/transfer/transfer.less +171 -0
  425. package/lib/transfer/transfer.variable.css +251 -0
  426. package/lib/tree/index.d.ts +279 -0
  427. package/lib/tree/index.js +1 -0
  428. package/lib/tree/props.d.ts +89 -0
  429. package/lib/tree/tree.css +50 -0
  430. package/lib/tree/tree.d.ts +121 -0
  431. package/lib/tree/tree.less +63 -0
  432. package/lib/tree/tree.variable.css +143 -0
  433. package/lib/tree/util.d.ts +70 -0
  434. package/lib/use-form.d.ts +3 -0
  435. package/lib/use-message.d.ts +2 -0
  436. package/lib/virtual-render/index.d.ts +556 -0
  437. package/lib/virtual-render/index.js +10 -0
  438. package/lib/virtual-render/props.d.ts +157 -0
  439. package/lib/virtual-render/v-virtual-render.d.ts +7 -0
  440. package/lib/virtual-render/virtual-render.css +40 -0
  441. package/lib/virtual-render/virtual-render.d.ts +244 -0
  442. package/lib/virtual-render/virtual-render.less +51 -0
  443. package/lib/virtual-render/virtual-render.variable.css +40 -0
  444. package/package.json +71 -54
  445. package/lib/checkbox-group/index.js +0 -1
  446. package/lib/radio-button/index.js +0 -1
  447. package/lib/radio-group/index.js +0 -1
  448. package/lib/table/common.d.ts +0 -3
  449. package/lib/table/table-layout.d.ts +0 -14
  450. package/lib/table/type.d.ts +0 -12
package/dist/style.css CHANGED
@@ -1,3 +1,276 @@
1
+ html,
2
+ body {
3
+ padding: 0;
4
+ margin: 0;
5
+ }
6
+ * {
7
+ box-sizing: border-box;
8
+ }
9
+ /**
10
+ * HTML5 display definitions
11
+ * ==========================================================================
12
+ *
13
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
14
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
15
+ * Correct `block` display not defined for `main` in IE 11.
16
+ */
17
+ article,
18
+ aside,
19
+ details,
20
+ figcaption,
21
+ figure,
22
+ footer,
23
+ header,
24
+ hgroup,
25
+ main,
26
+ menu,
27
+ nav,
28
+ section,
29
+ summary {
30
+ display: block;
31
+ }
32
+ /**
33
+ * 1. Correct `inline-block` display not defined in IE 8/9.
34
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
35
+ */
36
+ audio,
37
+ canvas,
38
+ progress,
39
+ video {
40
+ /* 1 */
41
+ display: inline-block;
42
+ /* 2 */
43
+ vertical-align: baseline;
44
+ }
45
+ /**
46
+ * Prevent modern browsers from displaying `audio` without controls.
47
+ * Remove excess height in iOS 5 devices.
48
+ */
49
+ audio:not([controls]) {
50
+ display: none;
51
+ height: 0;
52
+ }
53
+ /**
54
+ * Address `[hidden]` styling not present in IE 8/9/10.
55
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
56
+ */
57
+ [hidden],
58
+ template {
59
+ display: none;
60
+ }
61
+ /**
62
+ * Links
63
+ * ==========================================================================
64
+ *
65
+ * Remove the gray background color from active links in IE 10.
66
+ */
67
+ a {
68
+ background-color: transparent;
69
+ }
70
+ /**
71
+ * Improve readability of focused elements when they are also in an
72
+ * active/hover state.
73
+ */
74
+ a:active,
75
+ a:hover {
76
+ outline: 0;
77
+ }
78
+ /**
79
+ * Text-level semantics
80
+ * ==========================================================================
81
+ *
82
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
83
+ */
84
+ abbr[title] {
85
+ border-bottom: 1px dotted;
86
+ }
87
+ /**
88
+ * Embedded content
89
+ * ==========================================================================
90
+ *
91
+ * Remove border when inside `a` element in IE 8/9/10.
92
+ */
93
+ img {
94
+ border: 0;
95
+ }
96
+ /**
97
+ * Correct overflow not hidden in IE 9/10/11.
98
+ */
99
+ svg:not(:root) {
100
+ overflow: hidden;
101
+ }
102
+ /**
103
+ * Grouping content
104
+ * ==========================================================================
105
+ *
106
+ * Address margin not present in IE 8/9 and Safari.
107
+ */
108
+ figure {
109
+ margin: 1em 40px;
110
+ }
111
+ /**
112
+ * Address differences between Firefox and other browsers.
113
+ */
114
+ hr {
115
+ height: 0;
116
+ box-sizing: content-box;
117
+ }
118
+ /**
119
+ * Address odd `em`-unit font size rendering in all browsers.
120
+ *
121
+ * Forms
122
+ * ==========================================================================
123
+ *
124
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
125
+ * styling of `select`, unless a `border` property is set.
126
+ *
127
+ * 1. Correct color not being inherited.
128
+ * Known issue: affects color of disabled elements.
129
+ * 2. Correct font properties not being inherited.
130
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
131
+ */
132
+ button,
133
+ input,
134
+ optgroup,
135
+ select,
136
+ textarea {
137
+ /* 3 */
138
+ margin: 0;
139
+ /* 2 */
140
+ font: inherit;
141
+ /* 1 */
142
+ color: inherit;
143
+ }
144
+ /**
145
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
146
+ */
147
+ button {
148
+ overflow: visible;
149
+ }
150
+ /**
151
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
152
+ * All other form control elements do not inherit `text-transform` values.
153
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
154
+ * Correct `select` style inheritance in Firefox.
155
+ */
156
+ button,
157
+ select {
158
+ text-transform: none;
159
+ }
160
+ /**
161
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
162
+ * 2. Correct inability to style clickable `input` types in iOS.
163
+ * 3. Improve usability and consistency of cursor style between image-type `input` and others.
164
+ */
165
+ button,
166
+ html input[type='button'],
167
+ input[type='reset'],
168
+ input[type='submit'] {
169
+ /* 3 */
170
+ cursor: pointer;
171
+ /* 2 */
172
+ appearance: button;
173
+ }
174
+ /* Re-set default cursor for disabled elements. */
175
+ button[disabled],
176
+ html input[disabled] {
177
+ cursor: default;
178
+ }
179
+ /* Remove inner padding and border in Firefox 4+. */
180
+ button::-moz-focus-inner,
181
+ input::-moz-focus-inner {
182
+ padding: 0;
183
+ border: 0;
184
+ }
185
+ /**
186
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
187
+ */
188
+ input {
189
+ line-height: normal;
190
+ }
191
+ /**
192
+ * It's recommended that you don't attempt to style these elements.
193
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
194
+ *
195
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
196
+ * 2. Remove excess padding in IE 8/9/10.
197
+ */
198
+ input[type='checkbox'],
199
+ input[type='radio'] {
200
+ /* 2 */
201
+ padding: 0;
202
+ /* 1 */
203
+ box-sizing: border-box;
204
+ }
205
+ /**
206
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
207
+ * `font-size` values of the `input`, it causes the cursor style of the
208
+ * decrement button to change from `default` to `text`.
209
+ */
210
+ input[type='number']::-webkit-inner-spin-button,
211
+ input[type='number']::-webkit-outer-spin-button {
212
+ height: auto;
213
+ }
214
+ ::-ms-clear,
215
+ ::-ms-reveal {
216
+ display: none;
217
+ }
218
+ input[type='text']::-ms-clear {
219
+ display: none;
220
+ }
221
+ input[type='text']::-ms-reveal {
222
+ display: none;
223
+ }
224
+ /**
225
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
226
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
227
+ */
228
+ input[type='search'] {
229
+ /* 2 */
230
+ box-sizing: content-box;
231
+ /* 1 */
232
+ appearance: textfield;
233
+ }
234
+ /**
235
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
236
+ * Safari (but not Chrome) clips the cancel button when the search input has
237
+ * padding (and `textfield` appearance).
238
+ */
239
+ input[type='search']::-webkit-search-cancel-button,
240
+ input[type='search']::-webkit-search-decoration {
241
+ appearance: none;
242
+ }
243
+ /**
244
+ * Define consistent border, margin, and padding.
245
+ */
246
+ fieldset {
247
+ padding: 0.35em 0.625em 0.75em;
248
+ margin: 0 2px;
249
+ border: 1px solid #c0c0c0;
250
+ }
251
+ /**
252
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
253
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
254
+ */
255
+ legend {
256
+ /* 2 */
257
+ padding: 0;
258
+ /* 1 */
259
+ border: 0;
260
+ }
261
+ /**
262
+ * Remove default vertical scrollbar in IE 8/9/10/11.
263
+ */
264
+ textarea {
265
+ overflow: auto;
266
+ }
267
+ /**
268
+ * Don't inherit the `font-weight` (applied by a rule above).
269
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
270
+ */
271
+ optgroup {
272
+ font-weight: bold;
273
+ }
1
274
  .bk-alert {
2
275
  position: relative;
3
276
  font-size: 12px;
@@ -274,8 +547,17 @@
274
547
  margin: 0 6px;
275
548
  font-weight: normal;
276
549
  }
550
+ .bk-breadcrumb-goback {
551
+ margin-right: 12px;
552
+ color: #0082ff;
553
+ cursor: pointer;
554
+ }
555
+ .bk-breadcrumb-goback svg {
556
+ font-size: 26px;
557
+ }
277
558
  .bk-breadcrumb-item-inner.is-link,
278
559
  .bk-breadcrumb-item-inner a {
560
+ color: #63656e;
279
561
  text-decoration: none;
280
562
  }
281
563
  .bk-breadcrumb-item-inner.is-link:hover,
@@ -284,7 +566,7 @@
284
566
  cursor: pointer;
285
567
  }
286
568
  .bk-breadcrumb-item:last-child {
287
- color: #63656e;
569
+ color: #979ba5;
288
570
  }
289
571
  .bk-breadcrumb-item:last-child .el-breadcrumb__inner,
290
572
  .bk-breadcrumb-item:last-child .el-breadcrumb__inner a,
@@ -327,6 +609,7 @@
327
609
  .bk-button.bk-button-primary:active {
328
610
  background-color: #2c77f4;
329
611
  border-color: #2c77f4;
612
+ color: white;
330
613
  }
331
614
  .bk-button.bk-button-primary.is-disabled {
332
615
  background-color: #dcdee5;
@@ -367,6 +650,7 @@
367
650
  .bk-button.bk-button-warning:active {
368
651
  background-color: #eb9000;
369
652
  border-color: #eb9000;
653
+ color: white;
370
654
  }
371
655
  .bk-button.bk-button-warning.is-disabled {
372
656
  background-color: #dcdee5;
@@ -407,6 +691,7 @@
407
691
  .bk-button.bk-button-success:active {
408
692
  background-color: #1ab943;
409
693
  border-color: #1ab943;
694
+ color: white;
410
695
  }
411
696
  .bk-button.bk-button-success.is-disabled {
412
697
  background-color: #dcdee5;
@@ -447,6 +732,7 @@
447
732
  .bk-button.bk-button-danger:active {
448
733
  background-color: #db2626;
449
734
  border-color: #db2626;
735
+ color: white;
450
736
  }
451
737
  .bk-button.bk-button-danger.is-disabled {
452
738
  background-color: #dcdee5;
@@ -478,13 +764,18 @@
478
764
  .bk-button.bk-button-small {
479
765
  min-width: 48px;
480
766
  height: 26px;
767
+ line-height: 26px;
481
768
  padding: 0 12px;
482
769
  }
483
770
  .bk-button.bk-button-large {
484
771
  min-width: 74px;
485
772
  height: 38px;
773
+ line-height: 38px;
486
774
  padding: 0 20px;
487
775
  }
776
+ .bk-button .bk-button-loading:not(:last-child) {
777
+ margin-right: 12px;
778
+ }
488
779
  .bk-button:hover {
489
780
  border-color: #979ba5;
490
781
  }
@@ -679,6 +970,7 @@
679
970
  text-align: left;
680
971
  }
681
972
  .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header {
973
+ position: relative;
682
974
  height: 42px;
683
975
  padding: 0 10px;
684
976
  overflow: hidden;
@@ -688,6 +980,13 @@
688
980
  text-overflow: ellipsis;
689
981
  cursor: pointer;
690
982
  }
983
+ .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon {
984
+ position: absolute;
985
+ right: 10px;
986
+ }
987
+ .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon svg {
988
+ font-size: 20px;
989
+ }
691
990
  .bk-collapse-wrapper .bk-collapse-item .bk-collapse-content {
692
991
  display: none;
693
992
  padding: 0 10px;
@@ -869,12 +1168,24 @@
869
1168
  border-radius: 2px;
870
1169
  transition: all 0.3s;
871
1170
  }
1171
+ .bk-input:hover .show-clear-only-hover {
1172
+ display: block;
1173
+ }
1174
+ .bk-input.is-simplicity {
1175
+ background-color: transparent;
1176
+ border-color: transparent;
1177
+ border-bottom-color: #c4c6cc;
1178
+ }
872
1179
  .bk-input--suffix-icon {
873
1180
  padding-right: 10px;
874
1181
  font-size: 16px;
1182
+ line-height: 1;
875
1183
  color: #c4c6cc;
876
1184
  align-self: center;
877
1185
  }
1186
+ .bk-input--suffix-icon.show-clear-only-hover {
1187
+ display: none;
1188
+ }
878
1189
  .bk-input--large {
879
1190
  height: 38px;
880
1191
  font-size: 16px;
@@ -888,6 +1199,11 @@
888
1199
  outline: 0;
889
1200
  box-shadow: 0px 0px 3px 0px #a3c5fd;
890
1201
  }
1202
+ .bk-input.is-focused:not(.is-readonly).is-simplicity {
1203
+ border-color: transparent;
1204
+ border-bottom-color: #3a84ff;
1205
+ box-shadow: none;
1206
+ }
891
1207
  .bk-input.is-disabled {
892
1208
  cursor: not-allowed;
893
1209
  background-color: #fafbfd;
@@ -932,12 +1248,12 @@
932
1248
  .bk-input--text[type='search']::-webkit-search-results-decoration {
933
1249
  appearance: none;
934
1250
  }
935
- .bk-input--text [type=search]::-ms-clear {
1251
+ .bk-input--text [type='search']::-ms-clear {
936
1252
  display: none;
937
1253
  width: 0;
938
1254
  height: 0;
939
1255
  }
940
- .bk-input--text [type=search]::-ms-reveal {
1256
+ .bk-input--text [type='search']::-ms-reveal {
941
1257
  display: none;
942
1258
  width: 0;
943
1259
  height: 0;
@@ -961,6 +1277,7 @@
961
1277
  height: 50%;
962
1278
  overflow: hidden;
963
1279
  color: #c4c6cc;
1280
+ text-align: center;
964
1281
  }
965
1282
  .bk-input--number-control svg {
966
1283
  font-size: 16px;
@@ -1026,6 +1343,49 @@
1026
1343
  .bk-link.danger.is-disabled {
1027
1344
  color: #fd9c9c;
1028
1345
  }
1346
+ .bk-dropdown {
1347
+ display: inline-block;
1348
+ }
1349
+ .bk-dropdown .bk-dropdown-content {
1350
+ display: none;
1351
+ box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
1352
+ }
1353
+ .bk-dropdown .bk-dropdown-content[data-show] {
1354
+ display: block;
1355
+ }
1356
+ .bk-dropdown-menu {
1357
+ min-width: 100%;
1358
+ padding: 5px 0;
1359
+ margin: 0;
1360
+ background: #fff;
1361
+ border: 1px solid #dcdee5;
1362
+ border-radius: 2px;
1363
+ box-sizing: border-box;
1364
+ }
1365
+ .bk-dropdown-menu::-webkit-scrollbar {
1366
+ width: 4px;
1367
+ height: 4px;
1368
+ }
1369
+ .bk-dropdown-menu::-webkit-scrollbar-thumb {
1370
+ background: #dde4eb;
1371
+ border-radius: 20px;
1372
+ box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
1373
+ }
1374
+ .bk-dropdown-item {
1375
+ display: block;
1376
+ height: 32px;
1377
+ padding: 0 16px;
1378
+ font-size: 12px;
1379
+ line-height: 33px;
1380
+ color: #63656e;
1381
+ white-space: nowrap;
1382
+ list-style: none;
1383
+ cursor: pointer;
1384
+ }
1385
+ .bk-dropdown-item:hover {
1386
+ color: #3a84ff;
1387
+ background-color: #eaf3ff;
1388
+ }
1029
1389
  @keyframes loading-scale-animate {
1030
1390
  0% {
1031
1391
  transform: scale(1);
@@ -1051,6 +1411,7 @@
1051
1411
  position: static;
1052
1412
  display: inline-block;
1053
1413
  font-size: 0;
1414
+ vertical-align: middle;
1054
1415
  }
1055
1416
  .bk-loading-wrapper.bk-nested-loading {
1056
1417
  position: relative;
@@ -1060,9 +1421,36 @@
1060
1421
  top: 50%;
1061
1422
  left: 50%;
1062
1423
  z-index: 4;
1424
+ text-align: center;
1063
1425
  transform: translate(-50%, -50%);
1064
1426
  }
1427
+ .bk-loading-wrapper .dot {
1428
+ display: inline-block;
1429
+ width: 14px;
1430
+ height: 14px;
1431
+ margin-right: 10px;
1432
+ border-radius: 50%;
1433
+ transform: scale(0.6);
1434
+ animation-duration: 0.8s;
1435
+ animation-iteration-count: infinite;
1436
+ animation-name: loading-scale-animate;
1437
+ animation-direction: normal;
1438
+ }
1439
+ .bk-loading-wrapper .oval {
1440
+ position: absolute;
1441
+ width: 6px;
1442
+ height: 8px;
1443
+ background-color: #63656e;
1444
+ border-radius: 8px;
1445
+ animation-duration: 1.2s;
1446
+ animation-iteration-count: infinite;
1447
+ animation-name: fade;
1448
+ transform-origin: center 20px;
1449
+ animation-direction: normal;
1450
+ }
1065
1451
  .bk-loading-wrapper .bk-loading-mask {
1452
+ width: 100%;
1453
+ height: 100%;
1066
1454
  opacity: 0.5;
1067
1455
  }
1068
1456
  .bk-loading-wrapper .bk-loading-mask::after {
@@ -1078,7 +1466,55 @@
1078
1466
  content: '';
1079
1467
  }
1080
1468
  .bk-loading-wrapper .bk-loading-indicator {
1081
- font-size: 14px;
1469
+ text-align: center;
1470
+ }
1471
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,
1472
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,
1473
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-1,
1474
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-2,
1475
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-3,
1476
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-4 {
1477
+ background-color: #2dcb56;
1478
+ }
1479
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,
1480
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,
1481
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-1,
1482
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-2,
1483
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-3,
1484
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-4 {
1485
+ background-color: #ea3636;
1486
+ }
1487
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,
1488
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,
1489
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-1,
1490
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-2,
1491
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-3,
1492
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-4 {
1493
+ background-color: #ff9c01;
1494
+ }
1495
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,
1496
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,
1497
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-1,
1498
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-2,
1499
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-3,
1500
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-4 {
1501
+ background-color: #3a84ff;
1502
+ }
1503
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,
1504
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,
1505
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-1,
1506
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-2,
1507
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-3,
1508
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-4 {
1509
+ background-color: white;
1510
+ }
1511
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,
1512
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,
1513
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-1,
1514
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-2,
1515
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-3,
1516
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-4 {
1517
+ background-color: #c4c6cc;
1082
1518
  }
1083
1519
  .bk-loading-wrapper .bk-loading-indicator .dot-1 {
1084
1520
  background-color: #ea3636;
@@ -1095,7 +1531,7 @@
1095
1531
  .bk-loading-wrapper .bk-loading-indicator .dot-4 {
1096
1532
  background-color: #3a84ff;
1097
1533
  animation-delay: 0.55s;
1098
- margin-right: 0;
1534
+ margin-right: 0px;
1099
1535
  }
1100
1536
  .bk-loading-wrapper .bk-loading-indicator .oval-1 {
1101
1537
  transform: rotate(-135deg);
@@ -1129,59 +1565,35 @@
1129
1565
  transform: rotate(180deg);
1130
1566
  animation-delay: 1.65s;
1131
1567
  }
1132
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,
1133
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,
1134
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot1,
1135
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot2,
1136
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot3,
1137
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot4 {
1138
- background-color: #2dcb56;
1139
- }
1140
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,
1141
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,
1142
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot1,
1143
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot2,
1144
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot3,
1145
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot4 {
1146
- background-color: #ea3636;
1568
+ .bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
1569
+ display: inline-block;
1570
+ width: 40px;
1571
+ height: 40px;
1147
1572
  }
1148
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,
1149
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,
1150
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot1,
1151
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot2,
1152
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot3,
1153
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot4 {
1154
- background-color: #ff9c01;
1573
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .bk-spin-indicator {
1574
+ height: 16px;
1575
+ width: 16px;
1155
1576
  }
1156
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,
1157
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,
1158
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot1,
1159
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot2,
1160
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot3,
1161
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot4 {
1162
- background-color: #3a84ff;
1577
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .dot {
1578
+ width: 3px;
1579
+ height: 3px;
1580
+ margin-right: 3px;
1163
1581
  }
1164
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,
1165
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,
1166
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot1,
1167
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot2,
1168
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot3,
1169
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot4 {
1170
- background-color: white;
1582
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .dot.dot-4 {
1583
+ margin-right: 0;
1171
1584
  }
1172
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,
1173
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,
1174
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot1,
1175
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot2,
1176
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot3,
1177
- .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot4 {
1178
- background-color: #c4c6cc;
1585
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .oval {
1586
+ width: 2px;
1587
+ height: 3px;
1588
+ border-radius: 3px;
1589
+ transform-origin: center 8px;
1179
1590
  }
1180
- .bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
1181
- height: 40px;
1591
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .bk-loading-title {
1592
+ font-size: 14px;
1182
1593
  }
1183
1594
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-spin-indicator {
1184
1595
  height: 22px;
1596
+ width: 22px;
1185
1597
  }
1186
1598
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot {
1187
1599
  width: 6px;
@@ -1202,6 +1614,7 @@
1202
1614
  }
1203
1615
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-spin-indicator {
1204
1616
  height: 52px;
1617
+ width: 52px;
1205
1618
  }
1206
1619
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot {
1207
1620
  width: 20px;
@@ -1227,30 +1640,6 @@
1227
1640
  color: #63656e;
1228
1641
  text-align: center;
1229
1642
  }
1230
- .bk-loading-wrapper .bk-loading-indicator .dot {
1231
- display: inline-block;
1232
- width: 14px;
1233
- height: 14px;
1234
- margin-right: 10px;
1235
- border-radius: 50%;
1236
- transform: scale(0.6);
1237
- animation-duration: 0.8s;
1238
- animation-iteration-count: infinite;
1239
- animation-name: loading-scale-animate;
1240
- animation-direction: normal;
1241
- }
1242
- .bk-loading-wrapper .bk-loading-indicator .oval {
1243
- position: absolute;
1244
- width: 6px;
1245
- height: 8px;
1246
- background-color: #63656e;
1247
- border-radius: 8px;
1248
- animation-duration: 1.2s;
1249
- animation-iteration-count: infinite;
1250
- animation-name: fade;
1251
- transform-origin: center 20px;
1252
- animation-direction: normal;
1253
- }
1254
1643
  .bk-modal-wrapper {
1255
1644
  position: absolute;
1256
1645
  top: 50%;
@@ -1265,39 +1654,48 @@
1265
1654
  .bk-popover .bk-popover-reference {
1266
1655
  display: inline-block;
1267
1656
  }
1268
- .bk-popover .bk-popover-content {
1657
+ .bk-popover .fade-in-enter-active,
1658
+ .bk-popover .fade-in-linear-leave-active {
1659
+ transition: opacity 200ms linear;
1660
+ }
1661
+ .bk-popover .fade-in-enter,
1662
+ .bk-popover .fade-in-leave,
1663
+ .bk-popover .fade-in-leave-active {
1664
+ opacity: 0;
1665
+ }
1666
+ .bk-popover-content {
1269
1667
  display: none;
1270
- padding: 4px 8px;
1271
- font-size: 13px;
1272
- font-weight: bold;
1668
+ padding: 7px 14px;
1669
+ font-size: 12px;
1273
1670
  color: #fff;
1274
1671
  background: #26323d;
1275
1672
  border-radius: 4px;
1276
1673
  box-sizing: border-box;
1277
1674
  }
1278
- .bk-popover .bk-popover-content[data-theme='dark'] {
1675
+ .bk-popover-content[data-theme^='dark'] {
1279
1676
  color: #fff;
1280
1677
  background: #26323d;
1281
1678
  }
1282
- .bk-popover .bk-popover-content[data-theme='light'] {
1679
+ .bk-popover-content[data-theme^='light'] {
1283
1680
  color: #26323d;
1284
1681
  background-color: #fff;
1285
1682
  box-shadow: 0 0 6px 0 #dcdee5;
1286
1683
  }
1287
- .bk-popover .bk-popover-content[data-theme='light'][data-show] {
1684
+ .bk-popover-content[data-theme^='light'][data-show] {
1288
1685
  box-shadow: 0 0 6px 0 #dcdee5;
1289
1686
  }
1290
- .bk-popover .bk-popover-content[data-show] {
1687
+ .bk-popover-content[data-show] {
1291
1688
  display: block;
1292
1689
  }
1293
- .bk-popover .bk-popover-content .arrow {
1690
+ .bk-popover-content .arrow {
1294
1691
  position: absolute;
1692
+ z-index: -1;
1295
1693
  width: 8px;
1296
1694
  height: 8px;
1297
1695
  background: inherit;
1298
1696
  visibility: hidden;
1299
1697
  }
1300
- .bk-popover .bk-popover-content .arrow::before {
1698
+ .bk-popover-content .arrow::before {
1301
1699
  position: absolute;
1302
1700
  width: 8px;
1303
1701
  height: 8px;
@@ -1306,16 +1704,16 @@
1306
1704
  visibility: visible;
1307
1705
  transform: rotate(45deg);
1308
1706
  }
1309
- .bk-popover .bk-popover-content[data-popper-placement^='top'] > .arrow {
1707
+ .bk-popover-content[data-popper-placement^='top'] > .arrow {
1310
1708
  bottom: -4px;
1311
1709
  }
1312
- .bk-popover .bk-popover-content[data-popper-placement^='bottom'] > .arrow {
1710
+ .bk-popover-content[data-popper-placement^='bottom'] > .arrow {
1313
1711
  top: -4px;
1314
1712
  }
1315
- .bk-popover .bk-popover-content[data-popper-placement^='left'] > .arrow {
1713
+ .bk-popover-content[data-popper-placement^='left'] > .arrow {
1316
1714
  right: -4px;
1317
1715
  }
1318
- .bk-popover .bk-popover-content[data-popper-placement^='right'] > .arrow {
1716
+ .bk-popover-content[data-popper-placement^='right'] > .arrow {
1319
1717
  left: -4px;
1320
1718
  }
1321
1719
  @keyframes loading-scale-animate {
@@ -1396,9 +1794,6 @@
1396
1794
  width: 7%;
1397
1795
  text-align: center;
1398
1796
  }
1399
- .bk-progress .process-circle-trail {
1400
- stroke: #f5f5f5;
1401
- }
1402
1797
  .bk-progress .progress-circle-text {
1403
1798
  position: absolute;
1404
1799
  top: 50%;
@@ -1451,7 +1846,7 @@
1451
1846
  .bk-radio.is-disabled .bk-radio-text {
1452
1847
  cursor: not-allowed;
1453
1848
  }
1454
- .bk-radio.is-focus .bk-radio-input {
1849
+ .bk-radio.is-focusd .bk-radio-input {
1455
1850
  border-color: #3a84ff;
1456
1851
  }
1457
1852
  .bk-radio .bk-radio-text {
@@ -1524,7 +1919,7 @@
1524
1919
  background: #dcdee5;
1525
1920
  border-color: #dcdee5;
1526
1921
  }
1527
- .bk-radio-button.is-focus .bk-radio-button-text {
1922
+ .bk-radio-button.is-focusd .bk-radio-button-text {
1528
1923
  border-color: #3a84ff;
1529
1924
  }
1530
1925
  .bk-radio-button .bk-radio-button-input {
@@ -1547,6 +1942,12 @@
1547
1942
  border: 1px solid #63656e;
1548
1943
  transition: all 0.3s;
1549
1944
  }
1945
+ .bk-radio-group {
1946
+ display: inline-block;
1947
+ font-size: 0;
1948
+ line-height: 0;
1949
+ letter-spacing: normal;
1950
+ }
1550
1951
  .bk-rate {
1551
1952
  position: relative;
1552
1953
  }
@@ -1581,27 +1982,201 @@
1581
1982
  .bk-rate-stars .bk-rate-star:last-child {
1582
1983
  margin-right: 0;
1583
1984
  }
1584
- .bk-select.is-focus .bk-select-trigger .bk-select-input {
1585
- border-color: #3a84ff;
1586
- box-shadow: 0px 0px 3px 0px #a3c5fd;
1985
+ .bk-swiper-home {
1986
+ position: relative;
1987
+ overflow: hidden;
1587
1988
  }
1588
- .bk-select.is-disabled .bk-select-trigger .bk-select-input {
1589
- cursor: not-allowed;
1590
- background: #fafbfd;
1591
- border-color: #dcdee5;
1592
- box-shadow: unset;
1989
+ .bk-swiper-home:hover .bk-swiper-nav {
1990
+ display: block;
1593
1991
  }
1594
- .bk-select.popover-show .bk-select-trigger .angle-up {
1595
- transform: rotate(0);
1992
+ .bk-swiper-main {
1993
+ display: flex;
1994
+ height: 100%;
1995
+ overflow: hidden;
1596
1996
  }
1597
- .bk-select .bk-select-trigger {
1598
- position: relative;
1997
+ .bk-swiper-main.bk-transition {
1998
+ transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
1999
+ }
2000
+ .bk-swiper-main .bk-swiper-card {
2001
+ height: 100%;
2002
+ padding: 0;
2003
+ margin: 0;
2004
+ }
2005
+ .bk-swiper-main .bk-swiper-img {
2006
+ display: inline-block;
2007
+ width: 100%;
2008
+ height: 100%;
2009
+ margin: 0;
2010
+ background-position: center;
2011
+ background-repeat: no-repeat;
2012
+ background-size: cover;
2013
+ }
2014
+ .bk-swiper-main .bk-swiper-link {
1599
2015
  cursor: pointer;
1600
2016
  }
1601
- .bk-select .bk-select-trigger .bk-select-input {
1602
- height: 32px;
2017
+ .bk-swiper-index {
2018
+ position: absolute;
2019
+ right: 0;
2020
+ bottom: 10px;
2021
+ left: 0;
2022
+ display: flex;
2023
+ padding: 0;
2024
+ margin: 0;
2025
+ justify-content: center;
2026
+ }
2027
+ .bk-swiper-index li {
2028
+ width: 11px;
2029
+ height: 4px;
2030
+ margin: 0 3px;
2031
+ list-style-type: none;
2032
+ background: #63656e;
2033
+ border-radius: 2px;
2034
+ transition: width 0.525s;
2035
+ }
2036
+ .bk-swiper-index li.bk-current-index {
2037
+ width: 17px;
2038
+ background: #c5c7d1;
2039
+ }
2040
+ .bk-swiper-nav {
2041
+ position: absolute;
2042
+ top: calc(50% - 15px);
2043
+ display: none;
2044
+ width: 30px;
2045
+ height: 30px;
2046
+ cursor: pointer;
2047
+ background: rgba(31, 45, 61, 0.4);
2048
+ border-radius: 50%;
2049
+ }
2050
+ .bk-swiper-nav .bk-swiper-nav-icon {
2051
+ position: absolute;
2052
+ top: 9px;
2053
+ left: 11px;
2054
+ width: 10px;
2055
+ height: 10px;
2056
+ border-bottom: 2px solid #fff;
2057
+ border-left: 2px solid #fff;
2058
+ }
2059
+ .bk-swiper-nav.bk-nav-prev {
2060
+ left: 14px;
2061
+ transform: rotate(45deg);
2062
+ }
2063
+ .bk-swiper-nav.bk-nav-prev:hover {
2064
+ transform: rotate(45deg);
2065
+ }
2066
+ .bk-swiper-nav.bk-nav-next {
2067
+ right: 14px;
2068
+ transform: rotate(225deg);
2069
+ }
2070
+ .bk-swiper-nav.bk-nav-next:hover {
2071
+ transform: rotate(225deg);
2072
+ }
2073
+ .bk-swiper-nav:hover {
2074
+ background: rgba(31, 45, 61, 0.6);
2075
+ }
2076
+ @keyframes loading-scale-animate {
2077
+ 0% {
2078
+ transform: scale(1);
2079
+ }
2080
+ 100% {
2081
+ transform: scale(0.6);
2082
+ }
2083
+ }
2084
+ @keyframes fade {
2085
+ 100% {
2086
+ background-color: transparent;
2087
+ }
2088
+ }
2089
+ .bk-fade-transtion .bk-fade-enter-active,
2090
+ .bk-fade-transtion .bk-fade-leave-active {
2091
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
2092
+ }
2093
+ .bk-fade-transtion .bk-fade-enter,
2094
+ .bk-fade-transtion .bk-fade-leave-to {
2095
+ opacity: 0;
2096
+ }
2097
+ .bk-select .mr5 {
2098
+ margin-right: 5px;
2099
+ }
2100
+ .bk-select .ml5 {
2101
+ margin-left: 5px;
2102
+ }
2103
+ .bk-select .input {
2104
+ width: 100%;
2105
+ height: 32px;
2106
+ padding: 0 28px 0 10px;
2107
+ line-height: normal;
2108
+ color: #63656e;
2109
+ text-align: left;
2110
+ vertical-align: middle;
2111
+ cursor: pointer;
2112
+ background-color: white;
2113
+ border: 1px solid #c4c6cc;
2114
+ border-radius: 2px;
2115
+ outline: none;
2116
+ box-sizing: border-box;
2117
+ transition: all 0.1s;
2118
+ resize: none;
2119
+ overflow: hidden;
2120
+ text-overflow: ellipsis;
2121
+ white-space: nowrap;
2122
+ }
2123
+ .bk-select .input::placeholder {
2124
+ color: #c4c6cc;
2125
+ }
2126
+ .bk-select ul {
2127
+ padding: 0;
2128
+ margin: 0;
2129
+ font-weight: normal;
2130
+ list-style: none;
2131
+ }
2132
+ .bk-select .bk-popover-reference {
2133
+ display: unset;
2134
+ }
2135
+ .bk-select .bk-popover-content {
2136
+ padding: 0;
2137
+ }
2138
+ .bk-select.small .bk-select-trigger .bk-select-input {
2139
+ height: 24px;
2140
+ }
2141
+ .bk-select.large .bk-select-trigger .bk-select-input {
2142
+ height: 36px;
2143
+ font-size: 14px;
2144
+ }
2145
+ .bk-select.large .bk-select-content {
2146
+ font-size: 14px;
2147
+ }
2148
+ .bk-select.simplicity .bk-select-trigger .bk-select-input {
2149
+ border: none;
2150
+ border-bottom: 1px solid #c4c6cc;
2151
+ }
2152
+ .bk-select.is-focus.normal .bk-select-trigger .bk-select-input {
2153
+ border-color: #3a84ff;
2154
+ box-shadow: 0px 0px 3px 0px #a3c5fd;
2155
+ }
2156
+ .bk-select.is-focus.simplicity .bk-select-trigger .bk-select-input {
2157
+ border-color: #3a84ff;
2158
+ }
2159
+ .bk-select.is-disabled .bk-select-trigger .bk-select-input {
2160
+ cursor: not-allowed;
2161
+ background: #fafbfd;
2162
+ border-color: #dcdee5;
2163
+ box-shadow: unset;
2164
+ }
2165
+ .bk-select.is-filterable .bk-select-trigger .bk-select-input,
2166
+ .bk-select.is-filterable .bk-select-trigger .bk-select-tag-input {
2167
+ cursor: text;
2168
+ }
2169
+ .bk-select.popover-show .bk-select-trigger .angle-up {
2170
+ transform: rotate(0);
2171
+ }
2172
+ .bk-select .bk-select-trigger {
2173
+ position: relative;
2174
+ cursor: pointer;
2175
+ }
2176
+ .bk-select .bk-select-trigger .bk-select-input {
2177
+ width: 100%;
2178
+ height: 32px;
1603
2179
  padding: 0 28px 0 10px;
1604
- font-size: 12px;
1605
2180
  line-height: normal;
1606
2181
  color: #63656e;
1607
2182
  text-align: left;
@@ -1614,64 +2189,170 @@
1614
2189
  box-sizing: border-box;
1615
2190
  transition: all 0.1s;
1616
2191
  resize: none;
2192
+ overflow: hidden;
2193
+ text-overflow: ellipsis;
2194
+ white-space: nowrap;
1617
2195
  }
1618
2196
  .bk-select .bk-select-trigger .bk-select-input::placeholder {
1619
2197
  color: #c4c6cc;
1620
2198
  }
1621
- .bk-select .bk-select-trigger .angle-up {
2199
+ .bk-select .bk-select-trigger .bk-select-tag {
2200
+ width: 100%;
2201
+ height: 32px;
2202
+ padding: 0 28px 0 10px;
2203
+ line-height: normal;
2204
+ color: #63656e;
2205
+ text-align: left;
2206
+ vertical-align: middle;
2207
+ cursor: pointer;
2208
+ background-color: white;
2209
+ border: 1px solid #c4c6cc;
2210
+ border-radius: 2px;
2211
+ outline: none;
2212
+ box-sizing: border-box;
2213
+ transition: all 0.1s;
2214
+ resize: none;
2215
+ overflow: hidden;
2216
+ text-overflow: ellipsis;
2217
+ white-space: nowrap;
2218
+ display: flex;
2219
+ width: auto;
2220
+ height: auto;
2221
+ min-height: 32px;
2222
+ align-items: center;
2223
+ flex-wrap: wrap;
2224
+ }
2225
+ .bk-select .bk-select-trigger .bk-select-tag::placeholder {
2226
+ color: #c4c6cc;
2227
+ }
2228
+ .bk-select .bk-select-trigger .bk-select-tag-input {
2229
+ width: 100%;
2230
+ height: 32px;
2231
+ padding: 0 28px 0 10px;
2232
+ line-height: normal;
2233
+ color: #63656e;
2234
+ text-align: left;
2235
+ vertical-align: middle;
2236
+ cursor: pointer;
2237
+ background-color: white;
2238
+ border: 1px solid #c4c6cc;
2239
+ border-radius: 2px;
2240
+ box-sizing: border-box;
2241
+ transition: all 0.1s;
2242
+ resize: none;
2243
+ overflow: hidden;
2244
+ text-overflow: ellipsis;
2245
+ white-space: nowrap;
2246
+ width: auto;
2247
+ height: auto;
2248
+ padding: 0;
2249
+ border: none;
2250
+ outline: none;
2251
+ }
2252
+ .bk-select .bk-select-trigger .bk-select-tag-input::placeholder {
2253
+ color: #c4c6cc;
2254
+ }
2255
+ .bk-select .bk-select-trigger .bk-select-prefix {
1622
2256
  position: absolute;
1623
- top: 6px;
2257
+ top: 0;
2258
+ display: inline-flex;
2259
+ height: 100%;
2260
+ align-items: center;
2261
+ justify-content: center;
2262
+ left: 4px;
2263
+ font-size: 14px;
2264
+ }
2265
+ .bk-select .bk-select-trigger .angle-up {
1624
2266
  right: 4px;
2267
+ transform: rotate(180deg);
2268
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1625
2269
  display: flex;
1626
2270
  width: 20px;
1627
2271
  height: 20px;
1628
2272
  font-size: 20px;
1629
2273
  color: #979ba5;
1630
- transform: rotate(180deg);
1631
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2274
+ position: absolute;
2275
+ top: 0;
2276
+ display: inline-flex;
2277
+ height: 100%;
1632
2278
  align-items: center;
1633
2279
  justify-content: center;
1634
2280
  }
1635
2281
  .bk-select .bk-select-trigger .clear-icon {
1636
- position: absolute;
1637
- top: 6px;
1638
2282
  right: 4px;
2283
+ transition: all 0.1s;
1639
2284
  display: flex;
1640
2285
  width: 20px;
1641
2286
  height: 20px;
1642
2287
  font-size: 14px;
1643
2288
  color: #c4c6cc;
1644
- transition: all 0.1s;
2289
+ position: absolute;
2290
+ top: 0;
2291
+ display: inline-flex;
2292
+ height: 100%;
1645
2293
  align-items: center;
1646
2294
  justify-content: center;
1647
2295
  }
1648
2296
  .bk-select .bk-select-trigger .clear-icon:hover {
1649
2297
  color: #979ba5;
1650
2298
  }
2299
+ .bk-select .bk-select-trigger .spinner {
2300
+ position: absolute;
2301
+ top: 8px;
2302
+ right: 6px;
2303
+ }
2304
+ .bk-select .bk-select-empty {
2305
+ display: flex;
2306
+ align-items: center;
2307
+ justify-content: center;
2308
+ height: 56px;
2309
+ color: #63656e;
2310
+ }
2311
+ .bk-select .bk-select-empty .spinner {
2312
+ display: flex;
2313
+ width: 14px;
2314
+ height: 14px;
2315
+ margin-right: 4px;
2316
+ font-size: 14px;
2317
+ color: #c4c6cc;
2318
+ align-items: center;
2319
+ justify-content: center;
2320
+ }
2321
+ .bk-select .bk-select-dropdown {
2322
+ overflow: auto;
2323
+ }
2324
+ .bk-select .bk-select-extension {
2325
+ display: flex;
2326
+ height: 40px;
2327
+ background-color: #fafbfd;
2328
+ align-items: center;
2329
+ }
2330
+ .bk-select .bk-select-options {
2331
+ padding: 8px 0;
2332
+ }
1651
2333
  .bk-select .bk-select-option {
2334
+ position: relative;
1652
2335
  height: 32px;
1653
- padding: 0 16px;
1654
- margin: 0 -8px;
1655
- font-weight: normal;
2336
+ padding: 0 12px;
1656
2337
  line-height: 32px;
1657
2338
  color: #63656e;
1658
2339
  text-align: left;
1659
- list-style: none;
1660
2340
  cursor: pointer;
1661
2341
  user-select: none;
2342
+ overflow: hidden;
2343
+ text-overflow: ellipsis;
2344
+ white-space: nowrap;
1662
2345
  }
1663
2346
  .bk-select .bk-select-option:hover {
1664
2347
  color: #3a84ff;
1665
- background-color: #eaf3ff;
2348
+ background-color: #f5f7fa;
1666
2349
  }
1667
2350
  .bk-select .bk-select-option.is-selected {
1668
2351
  color: #3a84ff;
1669
- background-color: #f4f6fa;
1670
2352
  }
1671
2353
  .bk-select .bk-select-option.is-selected.is-multiple::after {
1672
2354
  position: absolute;
1673
- right: 20px;
1674
- font-size: 12px;
2355
+ right: 12px;
1675
2356
  font-weight: 700;
1676
2357
  content: '\2713';
1677
2358
  }
@@ -1680,6 +2361,43 @@
1680
2361
  cursor: not-allowed;
1681
2362
  background-color: transparent;
1682
2363
  }
2364
+ .bk-select .bk-option-group-label {
2365
+ height: 32px;
2366
+ padding: 0 8px;
2367
+ line-height: 32px;
2368
+ color: #979ba5;
2369
+ text-align: left;
2370
+ }
2371
+ .bk-select .bk-option-group-label.collapsible {
2372
+ cursor: pointer;
2373
+ }
2374
+ .bk-select .bk-option-group.collapsible .bk-select-option {
2375
+ padding-left: 40px;
2376
+ }
2377
+ .bk-select .bk-option-group.disabled .default-group-label {
2378
+ color: #c4c6cc;
2379
+ cursor: not-allowed;
2380
+ }
2381
+ .bk-select .bk-option-group .default-group-label {
2382
+ display: flex;
2383
+ user-select: none;
2384
+ align-items: center;
2385
+ }
2386
+ .bk-select .bk-option-group .default-group-label-icon {
2387
+ display: flex;
2388
+ width: 12px;
2389
+ height: 12px;
2390
+ margin-right: 8px;
2391
+ transition: all 0.1s;
2392
+ align-items: center;
2393
+ justify-content: center;
2394
+ }
2395
+ .bk-select .bk-option-group .default-group-label-icon.collapse {
2396
+ transform: rotate(-90deg);
2397
+ }
2398
+ .bk-select .bk-option-group .bk-select-option {
2399
+ padding-left: 24px;
2400
+ }
1683
2401
  .bk-modal-wrapper.bk-sideslider-wrapper {
1684
2402
  position: fixed;
1685
2403
  top: 0;
@@ -1773,181 +2491,181 @@
1773
2491
  .bk-switcher {
1774
2492
  position: relative;
1775
2493
  display: inline-block;
1776
- /* 默认尺寸 */
1777
- width: 36px;
1778
2494
  height: 20px;
2495
+ /* 默认尺寸 */
2496
+ min-width: 36px;
2497
+ padding: 0;
2498
+ margin: 0;
2499
+ font-size: 14px;
1779
2500
  line-height: 20px;
1780
2501
  text-align: left;
1781
2502
  vertical-align: middle;
2503
+ list-style: none;
2504
+ cursor: pointer;
1782
2505
  background-color: #c4c6cc;
2506
+ border: 1px solid transparent;
1783
2507
  border-radius: 50px;
2508
+ border-radius: 100px;
2509
+ box-sizing: border-box;
1784
2510
  transition: all 0.4s ease;
2511
+ transition: all 0.36s;
2512
+ user-select: none;
1785
2513
  /* 显示文本时固定尺寸 */
1786
2514
  }
1787
- .bk-switcher:focus {
1788
- box-shadow: 0px 0px 6px #c4c6cc;
1789
- }
1790
2515
  .bk-switcher:after {
1791
2516
  position: absolute;
1792
- top: 2px;
1793
- left: 2px;
1794
- display: block;
1795
- width: 24px;
1796
- height: 24px;
2517
+ top: 1px;
2518
+ left: 1px;
2519
+ width: 16px;
2520
+ height: 16px;
1797
2521
  cursor: pointer;
1798
2522
  background: #fff;
1799
- border-radius: 100px;
1800
- content: '';
1801
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
2523
+ background-color: #fff;
2524
+ border-radius: 18px;
2525
+ content: ' ';
1802
2526
  transition: all 0.3s ease;
1803
2527
  }
1804
- .bk-switcher:not(.show-label):after {
1805
- width: 16px;
1806
- height: 16px;
1807
- }
1808
- .bk-switcher:not(.show-label).is-checked:after {
1809
- margin-left: -18px;
1810
- }
1811
- .bk-switcher.is-loading {
1812
- cursor: defalt;
2528
+ .bk-switcher .switcher-text {
2529
+ display: block;
2530
+ margin-right: 6px;
2531
+ margin-left: 28px;
2532
+ font-size: 12px;
2533
+ font-weight: 400;
2534
+ color: #fff;
2535
+ text-align: center;
2536
+ transition: all 0.3s ease;
1813
2537
  }
1814
- .bk-switcher.is-loading input[type=checkbox] {
1815
- cursor: default;
2538
+ .bk-switcher .animating-node {
2539
+ position: absolute;
2540
+ top: 0;
2541
+ right: 0;
2542
+ bottom: 0;
2543
+ left: 0;
2544
+ display: block;
2545
+ pointer-events: none;
2546
+ border-radius: inherit;
2547
+ content: '';
2548
+ opacity: 0.2;
2549
+ box-shadow: 0 0 0 0 #1890ff;
2550
+ animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
2551
+ animation-fill-mode: forwards;
1816
2552
  }
1817
2553
  .bk-switcher .bk-switcher-loading {
1818
2554
  position: absolute;
1819
- top: 50%;
2555
+ top: 1px;
1820
2556
  left: 1px;
1821
- z-index: 10;
1822
- display: flex;
1823
- width: 18px;
1824
- height: 18px;
1825
- transform: translateY(-50%);
2557
+ z-index: 1;
2558
+ width: 16px;
2559
+ height: 16px;
2560
+ font-size: 12px;
2561
+ color: #c4c6cc;
2562
+ cursor: pointer;
2563
+ background: transparent;
2564
+ border-radius: 16px;
2565
+ content: ' ';
2566
+ transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
1826
2567
  }
1827
2568
  .bk-switcher .bk-switcher-loading svg {
1828
- color: #3a84ff;
1829
- }
1830
- .bk-switcher .switcher-label {
1831
- display: none;
1832
- width: 30px;
1833
- height: 28px;
1834
- margin: 0 0 0 26px;
1835
- font-size: 12px;
1836
- font-weight: normal;
1837
- color: #fff;
1838
- text-align: center;
1839
- vertical-align: top;
1840
- transition: all ease 0.3s;
2569
+ position: absolute;
2570
+ top: 0;
2571
+ right: 0;
2572
+ bottom: 0;
2573
+ left: 0;
2574
+ margin: auto;
2575
+ animation: loading 1s linear infinite;
1841
2576
  }
1842
- .bk-switcher .switcher-label .on-text {
1843
- display: none;
2577
+ .bk-switcher.is-loading {
2578
+ cursor: defalt;
1844
2579
  }
1845
- .bk-switcher .switcher-label .off-text {
1846
- display: inline-block;
2580
+ .bk-switcher.is-loading input[type=checkbox] {
2581
+ cursor: default;
1847
2582
  }
1848
2583
  .bk-switcher.show-label {
1849
- width: 60px;
1850
2584
  height: 28px;
2585
+ min-width: 60px;
1851
2586
  line-height: 28px;
1852
2587
  }
1853
- .bk-switcher.show-label .switcher-label {
1854
- display: inline-block;
2588
+ .bk-switcher.show-label::after {
2589
+ width: 24px;
2590
+ height: 24px;
1855
2591
  }
1856
2592
  .bk-switcher.show-label .bk-switcher-loading {
1857
- width: 26px;
1858
- height: 26px;
1859
- align-items: center;
1860
- justify-content: center;
2593
+ width: 24px;
2594
+ height: 24px;
2595
+ font-size: 20px;
1861
2596
  }
1862
- .bk-switcher.show-label .bk-switcher-loading svg {
1863
- font-size: 24px;
2597
+ .bk-switcher.show-label.is-checked .bk-switcher-loading {
2598
+ left: 100%;
2599
+ margin-left: -25px;
1864
2600
  }
1865
2601
  .bk-switcher.is-disabled {
1866
- cursor: default;
1867
- /* background-color: #eee !important; */
2602
+ cursor: not-allowed;
1868
2603
  opacity: 0.3;
1869
2604
  }
1870
- .bk-switcher.is-disabled input[type=checkbox] {
2605
+ .bk-switcher.is-disabled .bk-switcher-loading {
2606
+ cursor: not-allowed;
2607
+ }
2608
+ .bk-switcher.is-disabled::after {
1871
2609
  cursor: not-allowed;
1872
2610
  }
1873
2611
  .bk-switcher.is-checked {
1874
2612
  background: #2dcb56;
1875
2613
  }
1876
- .bk-switcher.is-checked:focus {
1877
- box-shadow: 0px 0px 6px #2dcb56;
2614
+ .bk-switcher.is-checked .bk-switcher-loading svg {
2615
+ color: #2dcb56;
1878
2616
  }
1879
- .bk-switcher.is-checked.primary {
2617
+ .bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary {
1880
2618
  background: #3a84ff;
1881
2619
  }
1882
- .bk-switcher.is-checked.primary:focus {
1883
- box-shadow: 0px 0px 6px #3a84ff;
2620
+ .bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary .bk-switcher-loading svg {
2621
+ color: #3a84ff;
1884
2622
  }
1885
2623
  .bk-switcher.is-checked:after {
1886
- top: 2px;
1887
2624
  left: 100%;
1888
- margin-left: -26px;
1889
- }
1890
- .bk-switcher.is-checked .switcher-label {
1891
- margin-left: 4px;
1892
- }
1893
- .bk-switcher.is-checked .switcher-label .on-text {
1894
- display: inline-block;
2625
+ margin-left: -1px;
2626
+ transform: translateX(-100%);
1895
2627
  }
1896
- .bk-switcher.is-checked .switcher-label .off-text {
1897
- display: none;
2628
+ .bk-switcher.is-checked .switcher-text {
2629
+ margin-right: 28px;
2630
+ margin-left: 6px;
1898
2631
  }
1899
- .bk-switcher.is-checked .bk-switcher-loading {
1900
- right: 1px;
1901
- left: auto;
2632
+ .bk-switcher:not(.show-label).is-checked .bk-switcher-loading {
2633
+ left: 100%;
2634
+ margin-left: -17px;
1902
2635
  }
1903
2636
  .bk-switcher.bk-switcher-outline {
1904
2637
  background: #fff;
1905
2638
  border: 1px solid #c4c6cc;
1906
2639
  }
1907
2640
  .bk-switcher.bk-switcher-outline:after {
1908
- width: 22px;
1909
- height: 22px;
2641
+ width: 24px;
2642
+ height: 24px;
1910
2643
  background-color: #c4c6cc;
1911
2644
  box-shadow: none;
1912
2645
  }
1913
- .bk-switcher.bk-switcher-outline .switcher-label {
1914
- height: 26px;
1915
- margin-left: 24px;
2646
+ .bk-switcher.bk-switcher-outline .switcher-text {
1916
2647
  color: #c4c6cc;
1917
2648
  }
1918
- .bk-switcher.bk-switcher-outline .bk-switcher-loading {
1919
- width: 22px;
1920
- height: 22px;
1921
- align-items: center;
1922
- justify-content: center;
1923
- }
1924
2649
  .bk-switcher.bk-switcher-outline.is-checked {
1925
2650
  border: 1px solid #2dcb56;
1926
2651
  }
1927
2652
  .bk-switcher.bk-switcher-outline.is-checked:after {
1928
- margin-left: -24px;
1929
2653
  background-color: #2dcb56;
1930
2654
  }
1931
- .bk-switcher.bk-switcher-outline.is-checked .switcher-label {
1932
- margin-left: 4px;
2655
+ .bk-switcher.bk-switcher-outline.is-checked .switcher-text {
1933
2656
  color: #2dcb56;
1934
2657
  }
1935
- .bk-switcher.bk-switcher-outline.is-disabled {
1936
- background-color: #fff;
1937
- border-color: #eee;
1938
- }
1939
- .bk-switcher.bk-switcher-outline.is-disabled .switcher-label {
1940
- color: #eee;
2658
+ .bk-switcher.bk-switcher-outline .bk-switcher-loading svg {
2659
+ color: #fff;
1941
2660
  }
1942
- .bk-switcher.bk-switcher-outline.is-disabled:after {
1943
- background-color: #eee;
2661
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked {
2662
+ border: 1px solid #3a84ff;
1944
2663
  }
1945
- .bk-switcher.bk-switcher-outline.bk-switcher-large:after {
1946
- width: 18px;
1947
- height: 18px;
2664
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked:after {
2665
+ background: #3a84ff;
1948
2666
  }
1949
- .bk-switcher.bk-switcher-outline.bk-switcher-large.is-checked:after {
1950
- margin-left: -20px;
2667
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked .switcher-text {
2668
+ color: #3a84ff;
1951
2669
  }
1952
2670
  .bk-switcher.bk-switcher-square {
1953
2671
  border-radius: 2px;
@@ -1955,55 +2673,3041 @@
1955
2673
  .bk-switcher.bk-switcher-square:after {
1956
2674
  border-radius: 2px;
1957
2675
  }
1958
- .bk-switcher.bk-switcher-square .switcher-label {
1959
- width: 35px;
1960
- }
1961
2676
  .bk-switcher.bk-switcher-large {
1962
- width: 42px;
1963
2677
  height: 24px;
2678
+ min-width: 42px;
1964
2679
  line-height: 22px;
1965
- border-radius: 12px;
1966
2680
  }
1967
2681
  .bk-switcher.bk-switcher-large:after {
1968
2682
  width: 20px;
1969
2683
  height: 20px;
1970
2684
  }
1971
- .bk-switcher.bk-switcher-large.is-checked:after {
1972
- top: 2px;
1973
- left: 100%;
1974
- margin-left: -22px;
1975
- }
1976
2685
  .bk-switcher.bk-switcher-large .bk-switcher-loading {
1977
- width: 22px;
1978
- height: 22px;
2686
+ width: 20px;
2687
+ height: 20px;
2688
+ font-size: 16px;
2689
+ }
2690
+ .bk-switcher.bk-switcher-large.is-checked .bk-switcher-loading {
2691
+ margin-left: -21px;
1979
2692
  }
1980
2693
  .bk-switcher.bk-switcher-small {
1981
- width: 26px;
1982
2694
  height: 16px;
2695
+ min-width: 26px;
1983
2696
  line-height: 22px;
1984
2697
  }
1985
2698
  .bk-switcher.bk-switcher-small:after {
1986
2699
  width: 12px;
1987
2700
  height: 12px;
1988
2701
  }
1989
- .bk-switcher.bk-switcher-small.is-checked:after {
1990
- top: 2px;
1991
- left: 100%;
1992
- margin-left: -14px;
1993
- }
1994
2702
  .bk-switcher.bk-switcher-small .bk-switcher-loading {
1995
- width: 14px;
1996
- height: 14px;
2703
+ width: 12px;
2704
+ height: 12px;
2705
+ font-weight: 700;
2706
+ transform: scale(0.66667);
1997
2707
  }
1998
- .bk-switcher input[type=checkbox],
1999
- .bk-switcher input[type=radio] {
2000
- position: absolute;
2708
+ .bk-switcher.bk-switcher-small.is-checked .bk-switcher-loading {
2709
+ margin-left: -13px;
2710
+ }
2711
+ :not(.show-label).bk-switcher-nomal.bk-switcher-outline::after {
2712
+ width: 16px;
2713
+ height: 16px;
2714
+ }
2715
+ :not(.show-label).bk-switcher-outline.is-checked.bk-switcher-small::after {
2716
+ width: 12px;
2717
+ height: 12px;
2718
+ }
2719
+ :not(.show-label).bk-switcher-outline.is-checked.bk-switcher-large::after {
2720
+ width: 20px;
2721
+ height: 20px;
2722
+ }
2723
+ :not(.show-label).bk-switcher-outline.is-checked::after {
2724
+ width: 16px;
2725
+ height: 16px;
2726
+ }
2727
+ @keyframes fadeEffect {
2728
+ 100% {
2729
+ opacity: 0;
2730
+ }
2731
+ }
2732
+ @keyframes waveEffect {
2733
+ 100% {
2734
+ box-shadow: 0 0 0 #1890ff;
2735
+ }
2736
+ }
2737
+ @keyframes loading {
2738
+ 100% {
2739
+ transform: rotate(1turn);
2740
+ }
2741
+ }
2742
+ .bk-table {
2743
+ height: 100%;
2744
+ overflow: hidden;
2745
+ border-top: 1px solid #dcdee5;
2746
+ border-bottom: 1px solid #dcdee5;
2747
+ }
2748
+ .bk-table .bk-table-body {
2749
+ overflow: auto;
2750
+ }
2751
+ .bk-table .bk-table-head,
2752
+ .bk-table .bk-table-body {
2753
+ background: white;
2754
+ }
2755
+ .bk-table .bk-table-head table,
2756
+ .bk-table .bk-table-body table {
2757
+ width: 100%;
2758
+ border-collapse: collapse;
2759
+ }
2760
+ .bk-table .bk-table-head table th,
2761
+ .bk-table .bk-table-body table th,
2762
+ .bk-table .bk-table-head table td,
2763
+ .bk-table .bk-table-body table td {
2764
+ min-width: 80px;
2765
+ }
2766
+ .bk-table .bk-table-head table th .cell,
2767
+ .bk-table .bk-table-body table th .cell,
2768
+ .bk-table .bk-table-head table td .cell,
2769
+ .bk-table .bk-table-body table td .cell {
2770
+ height: var(--row-height);
2771
+ padding: 0 15px;
2772
+ overflow: hidden;
2773
+ line-height: var(--row-height);
2774
+ color: #575961;
2775
+ text-align: left;
2776
+ text-overflow: ellipsis;
2777
+ white-space: nowrap;
2778
+ }
2779
+ .bk-table .bk-table-head table thead th,
2780
+ .bk-table .bk-table-body table thead th {
2781
+ position: sticky;
2001
2782
  top: 0;
2002
- left: 0;
2003
2783
  z-index: 1;
2784
+ color: #313238;
2785
+ background-color: #fafbfd;
2786
+ }
2787
+ .bk-table .bk-table-head table thead th.active,
2788
+ .bk-table .bk-table-body table thead th.active,
2789
+ .bk-table .bk-table-head table thead th:hover,
2790
+ .bk-table .bk-table-body table thead th:hover {
2791
+ background: #f0f1f5;
2792
+ }
2793
+ .bk-table .bk-table-head table tbody tr:hover td,
2794
+ .bk-table .bk-table-body table tbody tr:hover td {
2795
+ background: #f5f7fa;
2796
+ }
2797
+ .bk-table .bk-table-footer {
2798
+ line-height: 40px;
2799
+ }
2800
+ .bk-table.bordered-row .cell {
2801
+ border-bottom: 1px solid #dcdee5;
2802
+ }
2803
+ .bk-table.bordered-outer {
2804
+ border-right: 1px solid #dcdee5;
2805
+ border-left: 1px solid #dcdee5;
2806
+ }
2807
+ .bk-table.bordered-col th .cell,
2808
+ .bk-table.bordered-col td .cell {
2809
+ border-right: 1px solid #dcdee5;
2810
+ }
2811
+ .bk-table.bordered-col th:last-child .cell,
2812
+ .bk-table.bordered-col td:last-child .cell {
2813
+ border-right: none;
2814
+ }
2815
+ .bk-table.bordered-none th .cell,
2816
+ .bk-table.bordered-none td .cell {
2817
+ border-top: none;
2818
+ border-right: none;
2819
+ border-bottom: none;
2820
+ border-left: none;
2821
+ }
2822
+ .bk-table .bk-table-fixed {
2004
2823
  width: 100%;
2005
- height: 100%;
2006
- margin: 0;
2824
+ }
2825
+ .bk-table colgroup col {
2826
+ background: white;
2827
+ }
2828
+ .bk-table colgroup col.active {
2829
+ position: relative;
2830
+ background: #f0f1f5;
2831
+ }
2832
+ .bk-tag {
2833
+ display: inline-flex;
2834
+ align-items: center;
2835
+ height: 22px;
2836
+ padding: 0 10px;
2837
+ margin: 2px 6px 2px 0px;
2838
+ font-size: 12px;
2839
+ line-height: 22px;
2840
+ color: #63656e;
2841
+ cursor: default;
2842
+ background-color: rgba(151, 155, 165, 0.1);
2843
+ border-color: rgba(217, 220, 230, 0.6);
2844
+ box-sizing: border-box;
2845
+ }
2846
+ .bk-tag.bk-tag-success {
2847
+ color: #14a568;
2848
+ border-color: rgba(20, 165, 104, 0.3);
2849
+ background-color: rgba(20, 165, 104, 0.1);
2850
+ }
2851
+ .bk-tag.bk-tag-success.bk-tag-filled {
2852
+ background-color: #14a568;
2853
+ }
2854
+ .bk-tag.bk-tag-info {
2855
+ color: #3a84ff;
2856
+ border-color: rgba(58, 132, 255, 0.3);
2857
+ background-color: rgba(58, 132, 255, 0.1);
2858
+ }
2859
+ .bk-tag.bk-tag-info.bk-tag-filled {
2860
+ background-color: #3a84ff;
2861
+ }
2862
+ .bk-tag.bk-tag-warning {
2863
+ color: #fe9c00;
2864
+ border-color: rgba(254, 165, 0, 0.3);
2865
+ background-color: rgba(254, 156, 0, 0.1);
2866
+ }
2867
+ .bk-tag.bk-tag-warning.bk-tag-filled {
2868
+ background-color: #fe9c00;
2869
+ }
2870
+ .bk-tag.bk-tag-danger {
2871
+ color: #ea3636;
2872
+ border-color: rgba(234, 53, 54, 0.3);
2873
+ background-color: rgba(234, 53, 54, 0.1);
2874
+ }
2875
+ .bk-tag.bk-tag-danger.bk-tag-filled {
2876
+ background-color: #ea3636;
2877
+ }
2878
+ .bk-tag:hover {
2879
+ opacity: 0.8;
2880
+ }
2881
+ .bk-tag.bk-tag-filled {
2882
+ color: #fff;
2883
+ background-color: #979ba5;
2884
+ }
2885
+ .bk-tag.bk-tag-stroke {
2886
+ padding: 0 9px;
2887
+ line-height: 20px;
2888
+ border-style: solid;
2889
+ border-width: 1px;
2890
+ }
2891
+ .bk-tag.bk-tag-closable {
2892
+ padding: 0 4px 0 10px;
2893
+ }
2894
+ .bk-tag.bk-tag-checkable {
2007
2895
  cursor: pointer;
2008
- opacity: 0;
2896
+ background: none;
2897
+ }
2898
+ .bk-tag.bk-tag-checkable:hover {
2899
+ background: rgba(151, 155, 165, 0.15);
2900
+ }
2901
+ .bk-tag.bk-tag-check {
2902
+ color: #fff;
2903
+ background: #3a84ff;
2904
+ }
2905
+ .bk-tag.bk-tag-check:hover {
2906
+ color: #fff;
2907
+ background: #3a84ff;
2908
+ opacity: 1;
2909
+ }
2910
+ .bk-tag .bk-tag-text {
2911
+ flex: 1;
2912
+ overflow: hidden;
2913
+ text-overflow: ellipsis;
2914
+ white-space: nowrap;
2915
+ }
2916
+ .bk-tag .bk-tag-icon {
2917
+ flex-shrink: 0;
2918
+ margin-right: 4px;
2919
+ font-size: 14px;
2920
+ line-height: 0;
2921
+ }
2922
+ .bk-tag .bk-tag-close {
2923
+ flex-shrink: 0;
2924
+ margin-left: 4px;
2925
+ font-size: 12px;
2926
+ line-height: 0;
2927
+ cursor: pointer;
2928
+ }
2929
+ .bk-form {
2930
+ text-align: left;
2931
+ }
2932
+ .bk-form .bk-form-item {
2933
+ display: flex;
2934
+ margin-bottom: 24px;
2935
+ }
2936
+ .bk-form .bk-form-item.is-required .bk-form-label:after {
2937
+ position: absolute;
2938
+ width: 14px;
2939
+ line-height: 32px;
2940
+ color: #ea3636;
2941
+ text-align: center;
2942
+ content: '*';
2943
+ }
2944
+ .bk-form .bk-form-label {
2945
+ width: 150px;
2946
+ padding-right: 24px;
2947
+ font-size: 14px;
2948
+ font-weight: normal;
2949
+ line-height: 32px;
2950
+ color: #63656e;
2951
+ text-align: right;
2952
+ }
2953
+ .bk-form .bk-form-content {
2954
+ position: relative;
2955
+ line-height: 32px;
2956
+ }
2957
+ .bk-form .bk-form-error {
2958
+ position: absolute;
2959
+ left: 0;
2960
+ padding-top: 4px;
2961
+ font-size: 12px;
2962
+ line-height: 1;
2963
+ color: #ea3636;
2964
+ text-align: left;
2965
+ }
2966
+ .bk-form--vertical .bk-form-item {
2967
+ flex-direction: column;
2968
+ }
2969
+ .bk-form--vertical .bk-form-label {
2970
+ width: auto;
2971
+ padding-right: 0;
2972
+ text-align: left;
2973
+ }
2974
+ .bk-form--vertical .bk-form-content {
2975
+ text-align: left;
2976
+ }
2977
+ * {
2978
+ box-sizing: border-box;
2979
+ }
2980
+ @keyframes loadingCircle {
2981
+ 100% {
2982
+ transform: rotate(360deg);
2983
+ }
2984
+ }
2985
+ .bk-steps {
2986
+ display: flex;
2987
+ width: 100%;
2988
+ font-size: 0;
2989
+ }
2990
+ .bk-steps .icon-circle-4-1 {
2991
+ width: 12px;
2992
+ height: 12px;
2993
+ border: 2px solid #fff;
2994
+ border-right: 0;
2995
+ border-bottom: 0;
2996
+ border-left: 0;
2997
+ border-radius: 7px;
2998
+ }
2999
+ .bk-steps .bk-icon {
3000
+ font-size: 24px;
3001
+ line-height: 24px;
3002
+ }
3003
+ .bk-steps .bk-icon.icon-loading {
3004
+ display: inline-block;
3005
+ font-size: 14px;
3006
+ animation: loadingCircle 1s infinite linear;
3007
+ }
3008
+ .bk-steps .bk-step {
3009
+ position: relative;
3010
+ margin-right: 8px;
3011
+ overflow: hidden;
3012
+ text-align: left;
3013
+ white-space: nowrap;
3014
+ flex: 1;
3015
+ }
3016
+ .bk-steps .bk-step .bk-step-indicator {
3017
+ z-index: 1;
3018
+ display: inline-flex;
3019
+ width: 24px;
3020
+ height: 24px;
3021
+ padding: 0;
3022
+ margin-right: 8px;
3023
+ line-height: 24px;
3024
+ color: #979ba5;
3025
+ text-align: center;
3026
+ vertical-align: top;
3027
+ background-color: #fff;
3028
+ border: 1px solid #979ba5;
3029
+ border-radius: 50%;
3030
+ box-sizing: border-box;
3031
+ align-items: center;
3032
+ justify-content: center;
3033
+ }
3034
+ .bk-steps .bk-step .bk-step-number {
3035
+ font-family: arial;
3036
+ font-size: 14px;
3037
+ }
3038
+ .bk-steps .bk-step .bk-step-content {
3039
+ display: inline-block;
3040
+ vertical-align: top;
3041
+ }
3042
+ .bk-steps .bk-step .bk-step-title {
3043
+ position: relative;
3044
+ display: inline-block;
3045
+ padding-right: 8px;
3046
+ font-size: 14px;
3047
+ line-height: 24px;
3048
+ color: #63656e;
3049
+ word-break: break-all;
3050
+ }
3051
+ .bk-steps .bk-step .bk-step-title::after {
3052
+ position: absolute;
3053
+ top: 12px;
3054
+ left: 100%;
3055
+ width: 99999px;
3056
+ height: 1px;
3057
+ background-color: transparent;
3058
+ content: '';
3059
+ }
3060
+ .bk-steps .bk-step .bk-step-description {
3061
+ max-width: 140px;
3062
+ font-size: 12px;
3063
+ color: #979ba5;
3064
+ white-space: normal;
3065
+ }
3066
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator {
3067
+ margin-right: 0;
3068
+ }
3069
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {
3070
+ position: absolute;
3071
+ top: 12px;
3072
+ left: 100%;
3073
+ width: 99999px;
3074
+ height: 1px;
3075
+ background-color: transparent;
3076
+ content: '';
3077
+ }
3078
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {
3079
+ top: 10px;
3080
+ left: 32px;
3081
+ }
3082
+ .bk-steps .bk-step:last-child {
3083
+ margin-right: 0;
3084
+ flex: none;
3085
+ }
3086
+ .bk-steps .bk-step:last-child .bk-step-title {
3087
+ padding-right: 0;
3088
+ }
3089
+ .bk-steps .bk-step:last-child .bk-step-title::after {
3090
+ display: none;
3091
+ }
3092
+ .bk-steps .bk-step.done .bk-step-title,
3093
+ .bk-steps .bk-step.done .bk-step-description {
3094
+ color: #63656e;
3095
+ }
3096
+ .bk-steps .bk-step.done .bk-steps-icon {
3097
+ font-size: 22px;
3098
+ }
3099
+ .bk-steps .bk-step.current .bk-step-number,
3100
+ .bk-steps .bk-step.current .bk-step-icon,
3101
+ .bk-steps .bk-step.current .bk-step-text {
3102
+ border-width: 2px;
3103
+ }
3104
+ .bk-steps .bk-step.current .bk-step-title,
3105
+ .bk-steps .bk-step.current .bk-step-description {
3106
+ color: #63656e;
3107
+ }
3108
+ .bk-steps .bk-step.current.bk-step-error .bk-step-indicator {
3109
+ background-color: #ea3636;
3110
+ border-color: #ea3636;
3111
+ }
3112
+ .bk-steps .bk-step.current.bk-step-error .bk-step-title,
3113
+ .bk-steps .bk-step.current.bk-step-error .bk-step-description {
3114
+ color: #ea3636;
3115
+ }
3116
+ .bk-steps-primary .bk-step.done .bk-step-number,
3117
+ .bk-steps-primary .bk-step.done .bk-step-icon,
3118
+ .bk-steps-primary .bk-step.done .bk-step-text {
3119
+ color: #3a84ff;
3120
+ border-color: #3a84ff;
3121
+ }
3122
+ .bk-steps-primary .bk-step.done .bk-step-title::after,
3123
+ .bk-steps-primary .bk-step.done .bk-step-indicator::after {
3124
+ background-image: linear-gradient(to right, #3a84ff 50%, transparent 0%);
3125
+ }
3126
+ .bk-steps-primary .bk-step.done::after {
3127
+ background-image: linear-gradient(#3a84ff 50%, transparent 0%);
3128
+ }
3129
+ .bk-steps-primary .bk-step.current .bk-step-number,
3130
+ .bk-steps-primary .bk-step.current .bk-step-icon,
3131
+ .bk-steps-primary .bk-step.current .bk-step-text {
3132
+ color: #fff;
3133
+ background-color: #3a84ff;
3134
+ border-color: #3a84ff;
3135
+ }
3136
+ .bk-steps-warning .bk-step.done .bk-step-number,
3137
+ .bk-steps-warning .bk-step.done .bk-step-icon,
3138
+ .bk-steps-warning .bk-step.done .bk-step-text {
3139
+ color: #ff9c01;
3140
+ border-color: #ff9c01;
3141
+ }
3142
+ .bk-steps-warning .bk-step.done .bk-step-title::after,
3143
+ .bk-steps-warning .bk-step.done .bk-step-indicator::after {
3144
+ background-image: linear-gradient(to right, #ff9c01 50%, transparent 0%);
3145
+ }
3146
+ .bk-steps-warning .bk-step.done::after {
3147
+ background-image: linear-gradient(#ff9c01 50%, transparent 0%);
3148
+ }
3149
+ .bk-steps-warning .bk-step.current .bk-step-number,
3150
+ .bk-steps-warning .bk-step.current .bk-step-icon,
3151
+ .bk-steps-warning .bk-step.current .bk-step-text {
3152
+ color: #fff;
3153
+ background-color: #ff9c01;
3154
+ border-color: #ff9c01;
3155
+ }
3156
+ .bk-steps-success .bk-step.done .bk-step-number,
3157
+ .bk-steps-success .bk-step.done .bk-step-icon,
3158
+ .bk-steps-success .bk-step.done .bk-step-text {
3159
+ color: #2dcb56;
3160
+ border-color: #2dcb56;
3161
+ }
3162
+ .bk-steps-success .bk-step.done .bk-step-title::after,
3163
+ .bk-steps-success .bk-step.done .bk-step-indicator::after {
3164
+ background-image: linear-gradient(to right, #2dcb56 50%, transparent 0%);
3165
+ }
3166
+ .bk-steps-success .bk-step.done::after {
3167
+ background-image: linear-gradient(#2dcb56 50%, transparent 0%);
3168
+ }
3169
+ .bk-steps-success .bk-step.current .bk-step-number,
3170
+ .bk-steps-success .bk-step.current .bk-step-icon,
3171
+ .bk-steps-success .bk-step.current .bk-step-text {
3172
+ color: #fff;
3173
+ background-color: #2dcb56;
3174
+ border-color: #2dcb56;
3175
+ }
3176
+ .bk-steps-danger .bk-step.done .bk-step-number,
3177
+ .bk-steps-danger .bk-step.done .bk-step-icon,
3178
+ .bk-steps-danger .bk-step.done .bk-step-text {
3179
+ color: #ea3636;
3180
+ border-color: #ea3636;
3181
+ }
3182
+ .bk-steps-danger .bk-step.done .bk-step-title::after,
3183
+ .bk-steps-danger .bk-step.done .bk-step-indicator::after {
3184
+ background-image: linear-gradient(to right, #ea3636 50%, transparent 0%);
3185
+ }
3186
+ .bk-steps-danger .bk-step.done::after {
3187
+ background-image: linear-gradient(#ea3636 50%, transparent 0%);
3188
+ }
3189
+ .bk-steps-danger .bk-step.current .bk-step-number,
3190
+ .bk-steps-danger .bk-step.current .bk-step-icon,
3191
+ .bk-steps-danger .bk-step.current .bk-step-text {
3192
+ color: #fff;
3193
+ background-color: #ea3636;
3194
+ border-color: #ea3636;
3195
+ }
3196
+ .bk-steps-dashed .bk-step .bk-step-title::after,
3197
+ .bk-steps-dashed .bk-step .bk-step-indicator::after {
3198
+ background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);
3199
+ background-position: bottom;
3200
+ background-repeat: repeat-x;
3201
+ background-size: 6px 1px;
3202
+ }
3203
+ .bk-steps-solid .bk-step .bk-step-title::after,
3204
+ .bk-steps-solid .bk-step .bk-step-indicator::after {
3205
+ background-color: #c4c6cc;
3206
+ }
3207
+ .bk-steps-vertical {
3208
+ flex-direction: column;
3209
+ height: 100%;
3210
+ }
3211
+ .bk-steps-vertical .bk-step {
3212
+ margin-right: 0;
3213
+ margin-bottom: 8px;
3214
+ }
3215
+ .bk-steps-vertical .bk-step .bk-step-title::after,
3216
+ .bk-steps-vertical .bk-step .bk-step-indicator::after {
3217
+ display: none;
3218
+ }
3219
+ .bk-steps-vertical .bk-step::after {
3220
+ position: absolute;
3221
+ top: 32px;
3222
+ left: 12px;
3223
+ width: 1px;
3224
+ height: 100%;
3225
+ background-image: linear-gradient(#c4c6cc 50%, transparent 0%);
3226
+ background-position: right;
3227
+ background-repeat: repeat-y;
3228
+ background-size: 1px 6px;
3229
+ content: '';
3230
+ }
3231
+ .bk-steps-vertical .bk-step .bk-step-title {
3232
+ display: flex;
3233
+ height: 100%;
3234
+ margin-top: 0;
3235
+ text-align: left;
3236
+ align-items: center;
3237
+ }
3238
+ .bk-steps-small .bk-step .bk-step-indicator {
3239
+ width: 20px;
3240
+ height: 20px;
3241
+ line-height: 20px;
3242
+ }
3243
+ .bk-steps-small .bk-step .bk-step-title {
3244
+ font-size: 12px;
3245
+ line-height: 20px;
3246
+ }
3247
+ .bk-steps-small .bk-step .bk-step-number {
3248
+ font-size: 12px;
3249
+ }
3250
+ .bk-steps-small .bk-step .bk-icon {
3251
+ font-size: 20px;
3252
+ line-height: 24px;
3253
+ }
3254
+ .bk-steps-small .bk-step::after {
3255
+ top: 28px;
3256
+ left: 10px;
3257
+ }
3258
+ .bk-steps-small .bk-step .bk-step-title::after {
3259
+ top: 10px;
3260
+ }
3261
+ .bk-steps-small .bk-step.bk-step-no-content .bk-step-indicator::after {
3262
+ top: 8px;
3263
+ left: 28px;
3264
+ }
3265
+ .bk-message {
3266
+ position: fixed;
3267
+ top: 20px;
3268
+ left: 50%;
3269
+ display: flex;
3270
+ min-width: 300px;
3271
+ padding: 10px 15px;
3272
+ font-size: 14px;
3273
+ color: #63656e;
3274
+ background: #f0f8ff;
3275
+ border: 1px solid #e1ecff;
3276
+ border-radius: 2px;
3277
+ transform: translateX(-50%);
3278
+ box-shadow: 0px 2px 4px 0px rgba(16, 37, 74, 0.1);
3279
+ justify-content: space-between;
3280
+ }
3281
+ .bk-message .bk-message-close {
3282
+ padding-left: 20px;
3283
+ margin-right: 0;
3284
+ font-size: 18px;
3285
+ cursor: pointer;
3286
+ }
3287
+ .bk-message-icon {
3288
+ display: inline-block;
3289
+ margin-right: 10px;
3290
+ font-size: 18px;
3291
+ color: #3a84ff;
3292
+ }
3293
+ .bk-message-primary {
3294
+ background: #f0f8ff;
3295
+ border: 1px solid #e1ecff;
3296
+ }
3297
+ .bk-message-warning {
3298
+ background: #fff4e2;
3299
+ border: 1px solid #ffe8c3;
3300
+ }
3301
+ .bk-message-warning .bk-message-icon {
3302
+ color: #ff9c01;
3303
+ }
3304
+ .bk-message-success {
3305
+ background: #f2fff4;
3306
+ border: 1px solid #dcffe2;
3307
+ }
3308
+ .bk-message-success .bk-message-icon {
3309
+ color: #2dcb56;
3310
+ }
3311
+ .bk-message-danger {
3312
+ background: #ffeded;
3313
+ border: 1px solid #ffdddd;
3314
+ }
3315
+ .bk-message-danger .bk-message-icon {
3316
+ color: #ea3636;
3317
+ }
3318
+ .bk-notify {
3319
+ position: fixed;
3320
+ display: flex;
3321
+ width: 360px;
3322
+ padding: 24px;
3323
+ font-size: 14px;
3324
+ line-height: 20px;
3325
+ color: #63656e;
3326
+ background: #fff;
3327
+ border: 1px solid #f0f1f5;
3328
+ border-radius: 2px;
3329
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
3330
+ }
3331
+ .bk-notify .bk-notify-icon {
3332
+ position: absolute;
3333
+ top: 22px;
3334
+ margin-right: 5px;
3335
+ font-size: 18px;
3336
+ color: #3a84ff;
3337
+ }
3338
+ .bk-notify.bk-notify-warning .bk-notify-icon {
3339
+ color: #ff9c01;
3340
+ }
3341
+ .bk-notify.bk-notify-success .bk-notify-icon {
3342
+ color: #2dcb56;
3343
+ }
3344
+ .bk-notify.bk-notify-danger .bk-notify-icon {
3345
+ color: #ea3636;
3346
+ }
3347
+ .bk-notify .bk-notify-icon.bk-notify-close {
3348
+ top: 8px;
3349
+ right: 12px;
3350
+ margin-right: 0;
3351
+ font-size: 18px;
3352
+ color: #979ba5;
3353
+ cursor: pointer;
3354
+ }
3355
+ .bk-notify .bk-notify-content-header {
3356
+ display: inline-block;
3357
+ padding-left: 23px;
3358
+ margin-top: 0;
3359
+ margin-bottom: 4px;
3360
+ font-size: 14px;
3361
+ font-weight: 700;
3362
+ }
3363
+ .bk-notify .bk-notify-content-text {
3364
+ display: inline-block;
3365
+ padding-left: 23px;
3366
+ }
3367
+ .bk-tree .bk-node-row {
3368
+ padding-left: calc(var(--offset-left));
3369
+ }
3370
+ .bk-tree .bk-node-row.is-checked {
3371
+ background-color: #ebf2ff;
3372
+ }
3373
+ .bk-tree .bk-tree-node {
3374
+ position: relative;
3375
+ display: flex;
3376
+ height: var(--lineHeight);
3377
+ padding-left: 0;
3378
+ line-height: var(--lineHeight);
3379
+ cursor: pointer;
3380
+ align-items: center;
3381
+ }
3382
+ .bk-tree .bk-tree-node:not(.is-root) {
3383
+ margin-left: calc(var(--depth)*var(--indent));
3384
+ }
3385
+ .bk-tree .bk-tree-node:not(.is-root).level-line::before {
3386
+ position: absolute;
3387
+ top: calc(50% + 1px);
3388
+ left: calc(0px - var(--indent) + 6px);
3389
+ z-index: 1;
3390
+ width: calc(var(--indent) - 6px);
3391
+ height: 0;
3392
+ pointer-events: none;
3393
+ border-bottom: var(--level-line);
3394
+ content: '';
3395
+ }
3396
+ .bk-tree .bk-tree-node .node-virtual-line {
3397
+ position: absolute;
3398
+ top: -12px;
3399
+ bottom: 50%;
3400
+ left: calc(var(--depth) * var(--indent) * -1 + 6px);
3401
+ display: inline-block;
3402
+ width: 0;
3403
+ border-left: var(--level-line);
3404
+ }
3405
+ .bk-tree .bk-tree-node .bk-tree-icon {
3406
+ margin: 0 6px 0 4px;
3407
+ }
3408
+ .bk-tree .bk-tree-node .bk-node-content {
3409
+ display: inline-flex;
3410
+ align-items: center;
3411
+ }
3412
+ .bk-tree .bk-tree-node .bk-node-content .bk-node-text {
3413
+ overflow: hidden;
3414
+ text-overflow: ellipsis;
3415
+ white-space: nowrap;
3416
+ }
3417
+ .bk-slider {
3418
+ display: flex;
3419
+ flex-direction: row;
3420
+ align-items: center;
3421
+ }
3422
+ .bk-slider .bk-slider-runway {
3423
+ position: relative;
3424
+ width: 100%;
3425
+ height: 4px;
3426
+ vertical-align: middle;
3427
+ cursor: pointer;
3428
+ background: #dcdee5;
3429
+ border-radius: 2px;
3430
+ opacity: 1;
3431
+ }
3432
+ .bk-slider .bk-slider-runway .bk-slider-bar {
3433
+ position: absolute;
3434
+ height: 4px;
3435
+ background: #3a84ff;
3436
+ border-bottom-left-radius: 3px;
3437
+ border-top-left-radius: 3px;
3438
+ }
3439
+ .bk-slider .bk-slider-runway .bk-slider-bar.vertical {
3440
+ width: 4px;
3441
+ }
3442
+ .bk-slider .bk-slider-runway .bk-slider-bar.horizontal {
3443
+ height: 4px;
3444
+ }
3445
+ .bk-slider .bk-slider-runway .disable {
3446
+ background: #979ba5;
3447
+ }
3448
+ .bk-slider .bk-slider-runway .bk-slider-labels {
3449
+ position: relative;
3450
+ }
3451
+ .bk-slider .bk-slider-runway .bk-slider-labels.vertical {
3452
+ left: 18px;
3453
+ display: flex;
3454
+ width: 10px;
3455
+ height: 100%;
3456
+ flex-direction: column;
3457
+ justify-content: space-between;
3458
+ }
3459
+ .bk-slider .bk-slider-runway .bk-slider-labels.horizontal {
3460
+ top: 10px;
3461
+ display: flex;
3462
+ width: 100%;
3463
+ height: 10px;
3464
+ flex-direction: row;
3465
+ justify-content: space-between;
3466
+ }
3467
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label {
3468
+ position: absolute;
3469
+ display: flex;
3470
+ width: 10px;
3471
+ height: 10px;
3472
+ text-align: center;
3473
+ white-space: nowrap;
3474
+ align-items: center;
3475
+ justify-content: center;
3476
+ }
3477
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.vertical {
3478
+ left: 10px;
3479
+ transform: translateY(50%);
3480
+ }
3481
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.horizontal {
3482
+ top: 10px;
3483
+ transform: translateX(-50%);
3484
+ }
3485
+ .bk-slider .bk-slider-interval {
3486
+ position: absolute;
3487
+ width: 4px;
3488
+ height: 4px;
3489
+ background-color: #fff;
3490
+ border-radius: 100%;
3491
+ transform: translateX(-50%);
3492
+ }
3493
+ .bk-slider .bk-slider-interval.vertical {
3494
+ left: 2px;
3495
+ }
3496
+ .bk-slider-input {
3497
+ display: flex;
3498
+ margin: 0 0 0 28px;
3499
+ flex-direction: row;
3500
+ align-items: center;
3501
+ }
3502
+ .bk-slider-input .input-item {
3503
+ width: 92px;
3504
+ }
3505
+ .bk-slider-input .input-center {
3506
+ margin: 0 7px;
3507
+ }
3508
+ .bk-slider-button {
3509
+ position: absolute;
3510
+ z-index: 1001;
3511
+ display: flex;
3512
+ width: 24px;
3513
+ height: 24px;
3514
+ line-height: normal;
3515
+ text-align: center;
3516
+ background-color: transparent;
3517
+ user-select: none;
3518
+ justify-content: center;
3519
+ align-items: center;
3520
+ }
3521
+ .bk-slider-button:hover {
3522
+ cursor: grab;
3523
+ }
3524
+ .bk-slider-button.grabbing {
3525
+ cursor: grabbing;
3526
+ }
3527
+ .bk-slider-button.vertical {
3528
+ left: -10px;
3529
+ transform: translateY(50%);
3530
+ }
3531
+ .bk-slider-button.horizontal {
3532
+ top: -10px;
3533
+ transform: translateX(-50%);
3534
+ }
3535
+ .bk-slider-button .slider-button {
3536
+ width: 12px;
3537
+ height: 12px;
3538
+ background-color: #fff;
3539
+ border: 2px solid #3a84ff;
3540
+ border-radius: 50%;
3541
+ transition: 0.2s;
3542
+ user-select: none;
3543
+ }
3544
+ .bk-slider-button .slider-button-disable {
3545
+ border: 2px solid #979ba5;
3546
+ }
3547
+ .bk-slider-button .slider-button:hover {
3548
+ box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, 0.3);
3549
+ }
3550
+ .bk-slider-button .slider-button:focus {
3551
+ box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, 0.9);
3552
+ }
3553
+ .bk-slider-button .slider-button-label {
3554
+ position: absolute;
3555
+ display: flex;
3556
+ text-align: center;
3557
+ align-items: center;
3558
+ justify-content: center;
3559
+ }
3560
+ .bk-slider-button .slider-button-label.vertical {
3561
+ left: 28px;
3562
+ }
3563
+ .bk-slider-button .slider-button-label.horizontal {
3564
+ top: 20px;
3565
+ }
3566
+ @keyframes loading-scale-animate {
3567
+ 0% {
3568
+ transform: scale(1);
3569
+ }
3570
+ 100% {
3571
+ transform: scale(0.6);
3572
+ }
3573
+ }
3574
+ @keyframes fade {
3575
+ 100% {
3576
+ background-color: transparent;
3577
+ }
3578
+ }
3579
+ .bk-fade-transtion .bk-fade-enter-active,
3580
+ .bk-fade-transtion .bk-fade-leave-active {
3581
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
3582
+ }
3583
+ .bk-fade-transtion .bk-fade-enter,
3584
+ .bk-fade-transtion .bk-fade-leave-to {
3585
+ opacity: 0;
3586
+ }
3587
+ .collapse {
3588
+ width: 60px;
3589
+ }
3590
+ .open {
3591
+ background: #151d2c;
3592
+ }
3593
+ .bk-menu {
3594
+ display: flex;
3595
+ width: 260px;
3596
+ background-color: #182132;
3597
+ flex-direction: column;
3598
+ transition: width 0.3s ease-out;
3599
+ }
3600
+ .bk-menu.is-collapse {
3601
+ width: 60px;
3602
+ }
3603
+ .bk-menu-submenu {
3604
+ display: flex;
3605
+ flex-direction: column;
3606
+ overflow: hidden;
3607
+ text-overflow: clip;
3608
+ white-space: nowrap;
3609
+ align-items: center;
3610
+ transition: width 0.3s ease-out;
3611
+ }
3612
+ .bk-menu-submenu.is-opened {
3613
+ background: #151d2c;
3614
+ }
3615
+ .bk-menu-submenu:hover {
3616
+ color: white;
3617
+ cursor: pointer;
3618
+ }
3619
+ .bk-menu-submenu .submenu-header {
3620
+ display: flex;
3621
+ width: 100%;
3622
+ height: 40px;
3623
+ align-items: center;
3624
+ }
3625
+ .bk-menu-submenu .submenu-header.is-collapse {
3626
+ color: white;
3627
+ background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
3628
+ }
3629
+ .bk-menu-submenu .submenu-header-icon {
3630
+ display: flex;
3631
+ height: 100%;
3632
+ font-size: 18px;
3633
+ flex: 0 0 60px;
3634
+ align-items: center;
3635
+ justify-content: center;
3636
+ }
3637
+ .bk-menu-submenu .submenu-header-icon .menu-icon {
3638
+ display: flex;
3639
+ width: 16px;
3640
+ height: 16px;
3641
+ font-size: 16px;
3642
+ align-items: center;
3643
+ justify-content: center;
3644
+ color: #b0bdd5;
3645
+ }
3646
+ .bk-menu-submenu .submenu-header-content {
3647
+ display: flex;
3648
+ height: 100%;
3649
+ align-items: center;
3650
+ flex: 1;
3651
+ color: #acb9d1;
3652
+ }
3653
+ .bk-menu-submenu .submenu-header-collapse {
3654
+ display: flex;
3655
+ width: 16px;
3656
+ height: 16px;
3657
+ font-size: 16px;
3658
+ align-items: center;
3659
+ justify-content: center;
3660
+ margin-right: 16px;
3661
+ color: #acb9d1;
3662
+ transform: rotate(-90deg);
3663
+ transition: transform 0.3s ease-out;
3664
+ }
3665
+ .bk-menu-submenu .submenu-header-collapse.is-collapse {
3666
+ transform: rotate(0deg);
3667
+ }
3668
+ .bk-menu-submenu .submenu-list {
3669
+ display: flex;
3670
+ width: 100%;
3671
+ padding: 0;
3672
+ margin: 0;
3673
+ flex-direction: column;
3674
+ flex: 1;
3675
+ /* stylelint-disable-next-line declaration-no-important */
3676
+ transition-property: all !important;
3677
+ }
3678
+ .bk-menu-item {
3679
+ display: flex;
3680
+ width: 100%;
3681
+ height: 40px;
3682
+ min-height: 40px;
3683
+ margin: 2px 0;
3684
+ overflow: hidden;
3685
+ font-size: 14px;
3686
+ color: #96a2b9;
3687
+ text-overflow: clip;
3688
+ white-space: nowrap;
3689
+ align-items: center;
3690
+ transition: width 0.3s ease-in-out;
3691
+ }
3692
+ .bk-menu-item:hover {
3693
+ color: white;
3694
+ cursor: pointer;
3695
+ }
3696
+ .bk-menu-item.is-active {
3697
+ color: white;
3698
+ background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
3699
+ }
3700
+ .bk-menu-item .item-icon {
3701
+ display: flex;
3702
+ height: 100%;
3703
+ font-size: 18px;
3704
+ flex: 0 0 60px;
3705
+ align-items: center;
3706
+ justify-content: center;
3707
+ }
3708
+ .bk-menu-item .item-icon .default-icon {
3709
+ display: inline-block;
3710
+ width: 3px;
3711
+ height: 3px;
3712
+ background: #63656e;
3713
+ background-color: white;
3714
+ border-radius: 50%;
3715
+ }
3716
+ .bk-menu-item .item-content {
3717
+ display: flex;
3718
+ height: 100%;
3719
+ align-items: center;
3720
+ flex: 1;
3721
+ }
3722
+ .bk-menu-group {
3723
+ display: flex;
3724
+ flex-direction: column;
3725
+ }
3726
+ .bk-menu-group .group-name {
3727
+ display: flex;
3728
+ height: 40px;
3729
+ margin: 0 18px;
3730
+ overflow: hidden;
3731
+ font-size: 12px;
3732
+ line-height: 16px;
3733
+ color: #63656e;
3734
+ text-overflow: clip;
3735
+ white-space: nowrap;
3736
+ flex-wrap: nowrap;
3737
+ align-items: center;
3738
+ }
3739
+ .bk-menu-group .group-wrap {
3740
+ display: flex;
3741
+ flex-direction: column;
3742
+ padding: 0;
3743
+ margin: 0;
3744
+ }
3745
+ .bk-menu .collapse-transition {
3746
+ transition: all 0.3s ease-in-out;
3747
+ }
3748
+ .bk-navigation {
3749
+ display: flex;
3750
+ flex-direction: column;
3751
+ width: 100%;
3752
+ height: 100%;
3753
+ }
3754
+ .bk-navigation-title {
3755
+ display: flex;
3756
+ height: 100%;
3757
+ padding: 0 16px;
3758
+ overflow: hidden;
3759
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05);
3760
+ align-items: center;
3761
+ justify-content: flex-start;
3762
+ flex: 0 0 260px;
3763
+ }
3764
+ .bk-navigation-title .title-icon {
3765
+ display: flex;
3766
+ font-size: 28px;
3767
+ color: #768197;
3768
+ flex: 0 0 28px;
3769
+ align-items: center;
3770
+ justify-content: center;
3771
+ }
3772
+ .bk-navigation-title .title-desc {
3773
+ display: inline-block;
3774
+ margin-left: 16px;
3775
+ overflow: hidden;
3776
+ font-size: 16px;
3777
+ font-weight: bold;
3778
+ line-height: 24px;
3779
+ color: #96a2b9;
3780
+ white-space: nowrap;
3781
+ }
3782
+ .bk-navigation-header {
3783
+ flex: 0 0 52px;
3784
+ display: flex;
3785
+ align-items: center;
3786
+ padding-right: 24px;
3787
+ overflow: hidden;
3788
+ background: #182132;
3789
+ }
3790
+ .bk-navigation-header .header-right {
3791
+ display: flex;
3792
+ height: 100%;
3793
+ flex: 1;
3794
+ align-items: center;
3795
+ }
3796
+ .bk-navigation-wrapper {
3797
+ position: relative;
3798
+ display: flex;
3799
+ flex-direction: row;
3800
+ flex: 1;
3801
+ }
3802
+ .bk-navigation-wrapper .navigation-nav {
3803
+ position: relative;
3804
+ z-index: 101;
3805
+ display: flex;
3806
+ width: 60px;
3807
+ min-width: 0;
3808
+ min-height: 0;
3809
+ overflow: visible;
3810
+ transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3811
+ flex: 0 1 auto;
3812
+ flex-direction: column;
3813
+ }
3814
+ .bk-navigation-wrapper .navigation-nav:hover {
3815
+ cursor: pointer;
3816
+ }
3817
+ .bk-navigation-wrapper .navigation-nav .nav-slider {
3818
+ display: flex;
3819
+ width: 60px;
3820
+ height: 100%;
3821
+ background-color: #182132;
3822
+ transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3823
+ flex: 1;
3824
+ flex-direction: column;
3825
+ }
3826
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list {
3827
+ max-height: calc(100vh - 100px);
3828
+ padding: 12px 0 4px 0;
3829
+ margin: 0;
3830
+ overflow: auto;
3831
+ flex: 1 1 auto;
3832
+ }
3833
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {
3834
+ display: none;
3835
+ width: 6px;
3836
+ height: 5px;
3837
+ }
3838
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {
3839
+ transform: none;
3840
+ transition: opacity 340ms ease-out;
3841
+ }
3842
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer {
3843
+ display: flex;
3844
+ padding-left: 14px;
3845
+ flex: 0 0 56px;
3846
+ align-items: center;
3847
+ justify-content: flex-start;
3848
+ }
3849
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {
3850
+ display: flex;
3851
+ width: 32px;
3852
+ height: 32px;
3853
+ font-size: 14px;
3854
+ color: #63656e;
3855
+ border-radius: 100%;
3856
+ align-items: center;
3857
+ justify-content: center;
3858
+ transform-origin: center center;
3859
+ }
3860
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {
3861
+ display: flex;
3862
+ width: 16px;
3863
+ height: 16px;
3864
+ font-size: 16px;
3865
+ transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3866
+ align-items: center;
3867
+ justify-content: center;
3868
+ transform-origin: center center;
3869
+ }
3870
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {
3871
+ color: #96a2b9;
3872
+ }
3873
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left:hover {
3874
+ color: #d3d9e4;
3875
+ cursor: pointer;
3876
+ background: linear-gradient(270deg, #253047 0%, #263247 100%);
3877
+ }
3878
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {
3879
+ color: #3a3c42;
3880
+ cursor: pointer;
3881
+ background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);
3882
+ }
3883
+ .bk-navigation-wrapper .navigation-container {
3884
+ position: relative;
3885
+ display: flex;
3886
+ max-width: calc(100vw - 60px);
3887
+ min-width: 0;
3888
+ min-height: 0;
3889
+ flex: 1 1 1px;
3890
+ flex-direction: column;
3891
+ }
3892
+ .bk-navigation-wrapper .navigation-container .container-header {
3893
+ z-index: 100;
3894
+ display: flex;
3895
+ width: 100%;
3896
+ height: 60px;
3897
+ padding: 0 24px;
3898
+ background: #fff;
3899
+ border-bottom: 1px solid #dcdee5;
3900
+ box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);
3901
+ flex-basis: 60px;
3902
+ flex-direction: row;
3903
+ align-items: center;
3904
+ justify-content: flex-end;
3905
+ }
3906
+ .bk-navigation-wrapper .navigation-container .container-header-title {
3907
+ height: 21px;
3908
+ font-size: 16px;
3909
+ line-height: 21px;
3910
+ color: #313238;
3911
+ }
3912
+ .bk-navigation-wrapper .navigation-container .container-header-sets {
3913
+ display: flex;
3914
+ flex: 1 1 auto;
3915
+ align-items: center;
3916
+ justify-content: flex-end;
3917
+ }
3918
+ .bk-navigation-wrapper .navigation-container .container-content {
3919
+ max-height: calc(100vh - 60px);
3920
+ padding: 20px 24px 0;
3921
+ overflow: auto;
3922
+ background: #f5f7fa;
3923
+ flex: 1;
3924
+ }
3925
+ .bk-navigation-wrapper .navigation-container .container-footer {
3926
+ display: flex;
3927
+ flex: 0 0 auto;
3928
+ flex-direction: row;
3929
+ align-items: center;
3930
+ justify-content: center;
3931
+ }
3932
+ .bk-date-picker {
3933
+ display: inline-block;
3934
+ width: 261px;
3935
+ line-height: normal;
3936
+ }
3937
+ .bk-date-picker.long {
3938
+ width: 342px;
3939
+ }
3940
+ .bk-date-picker.medium-width {
3941
+ width: 362px;
3942
+ }
3943
+ .bk-date-picker.large-width {
3944
+ width: 402px;
3945
+ }
3946
+ .bk-date-picker-rel {
3947
+ position: relative;
3948
+ }
3949
+ .bk-date-picker-rel .bk-date-picker-editor {
3950
+ display: block;
3951
+ width: 100%;
3952
+ height: 32px;
3953
+ padding: 0 10px 0 30px;
3954
+ font-size: 12px;
3955
+ line-height: 32px;
3956
+ color: #63656e;
3957
+ cursor: pointer;
3958
+ border: 1px solid #c4c6cc;
3959
+ border-radius: 2px;
3960
+ outline: none;
3961
+ }
3962
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {
3963
+ border-color: transparent transparent #c4c6cc transparent;
3964
+ }
3965
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {
3966
+ border-color: transparent transparent #3a84ff transparent;
3967
+ box-shadow: none;
3968
+ }
3969
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],
3970
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {
3971
+ border-color: transparent transparent #dcdee5 transparent;
3972
+ }
3973
+ .bk-date-picker-rel .bk-date-picker-editor:focus {
3974
+ border: 1px solid #3a84ff;
3975
+ }
3976
+ .bk-date-picker-rel .bk-date-picker-editor::placeholder {
3977
+ color: #c4c6cc;
3978
+ }
3979
+ .bk-date-picker-rel .bk-date-picker-editor[disabled] {
3980
+ color: #c4c6cc;
3981
+ cursor: not-allowed;
3982
+ background-color: #fafbfd;
3983
+ border-color: #c4c6cc;
3984
+ }
3985
+ .bk-date-picker-rel .bk-date-picker-editor.readonly {
3986
+ background-color: #fafbfd;
3987
+ border-color: #c4c6cc;
3988
+ }
3989
+ .bk-date-picker-rel .bk-date-picker-editor.medium-font {
3990
+ font-size: 14px;
3991
+ }
3992
+ .bk-date-picker-rel .bk-date-picker-editor.large-font {
3993
+ font-size: 16px;
3994
+ }
3995
+ .bk-date-picker-rel .clear-action {
3996
+ position: absolute;
3997
+ top: 50%;
3998
+ right: 10px;
3999
+ font-size: 14px;
4000
+ color: #c4c6cc;
4001
+ cursor: pointer;
4002
+ transform: translateY(-50%);
4003
+ }
4004
+ .bk-date-picker-rel .clear-action:hover {
4005
+ color: #979ba5;
4006
+ }
4007
+ .bk-date-picker-rel .icon-wrapper {
4008
+ position: absolute;
4009
+ top: 0;
4010
+ left: 0;
4011
+ display: inline-block;
4012
+ width: 32px;
4013
+ height: 32px;
4014
+ color: #c4c6cc;
4015
+ cursor: pointer;
4016
+ background-color: transparent;
4017
+ }
4018
+ .bk-date-picker-rel .icon-wrapper.disabled {
4019
+ cursor: not-allowed;
4020
+ }
4021
+ .bk-date-picker-rel .icon-wrapper i.icon-clock {
4022
+ position: absolute;
4023
+ top: 50%;
4024
+ left: 50%;
4025
+ transform: translate(-50%, -50%);
4026
+ }
4027
+ .bk-date-picker-rel .icon-wrapper .picker-icon {
4028
+ position: absolute;
4029
+ top: 50%;
4030
+ left: 50%;
4031
+ width: 18px;
4032
+ height: 18px;
4033
+ transform: translate(-50%, -50%);
4034
+ }
4035
+ .bk-date-picker-dropdown {
4036
+ position: absolute;
4037
+ z-index: 900;
4038
+ padding: 5px 0 0 0;
4039
+ overflow: auto;
4040
+ background-color: #fff;
4041
+ border: 1px solid #dcdee5;
4042
+ border-radius: 2px;
4043
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
4044
+ box-sizing: border-box;
4045
+ }
4046
+ .bk-date-picker .bk-select-dropdown {
4047
+ max-height: none;
4048
+ padding: 0;
4049
+ overflow: visible;
4050
+ }
4051
+ .bk-date-picker-footer-wrapper {
4052
+ clear: both;
4053
+ font-size: 14px;
4054
+ color: #979ba5;
4055
+ background-color: #fafbfd;
4056
+ border-top: 1px solid #dcdee5;
4057
+ }
4058
+ .bk-date-picker-top-wrapper {
4059
+ margin-top: -5px;
4060
+ clear: both;
4061
+ font-size: 14px;
4062
+ color: #979ba5;
4063
+ }
4064
+ .bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {
4065
+ padding-right: 140px;
4066
+ }
4067
+ .bk-picker-panel-sidebar {
4068
+ position: absolute;
4069
+ top: 0;
4070
+ right: 0;
4071
+ bottom: 0;
4072
+ width: 140px;
4073
+ padding: 12px 0;
4074
+ overflow: auto;
4075
+ font-size: 14px;
4076
+ color: #3a84ff;
4077
+ background-color: #fafbfd;
4078
+ border-left: 1px solid #dcdee5;
4079
+ }
4080
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut {
4081
+ /* &:nth-of-type(1) {
4082
+ padding-top: 18px;
4083
+ }
4084
+ &:last-child {
4085
+ padding-bottom: 18px;
4086
+ } */
4087
+ padding: 6px 21px;
4088
+ overflow: hidden;
4089
+ text-overflow: ellipsis;
4090
+ white-space: nowrap;
4091
+ cursor: pointer;
4092
+ }
4093
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {
4094
+ background-color: #e1ecff;
4095
+ }
4096
+ .bk-picker-panel-body {
4097
+ float: left;
4098
+ }
4099
+ .bk-picker-confirm {
4100
+ height: 42px;
4101
+ padding: 0 20px;
4102
+ clear: both;
4103
+ font-size: 14px;
4104
+ line-height: 41px;
4105
+ text-align: right;
4106
+ background-color: #fafbfd;
4107
+ border-top: 1px solid #dcdee5;
4108
+ }
4109
+ .bk-picker-confirm a {
4110
+ color: #979ba5;
4111
+ }
4112
+ .bk-picker-confirm a.confirm {
4113
+ margin-left: 10px;
4114
+ color: #3a84ff;
4115
+ }
4116
+ .bk-picker-confirm a[disabled] {
4117
+ color: #c4c6cc;
4118
+ cursor: not-allowed;
4119
+ }
4120
+ .bk-picker-confirm .bk-picker-confirm-time {
4121
+ float: left;
4122
+ }
4123
+ .bk-date-picker-header {
4124
+ height: 46px;
4125
+ font-size: 14px;
4126
+ font-weight: 700;
4127
+ line-height: 46px;
4128
+ color: #63656e;
4129
+ text-align: center;
4130
+ border-bottom: 1px solid #dcdee5;
4131
+ }
4132
+ .bk-date-picker-header .bk-date-picker-header-label {
4133
+ cursor: pointer;
4134
+ }
4135
+ .bk-date-picker-header .bk-date-picker-header-label:hover {
4136
+ color: #3a84ff;
4137
+ }
4138
+ .bk-date-picker-header .up-to-now {
4139
+ margin-left: 3px;
4140
+ font-weight: 400;
4141
+ cursor: pointer;
4142
+ }
4143
+ .bk-date-picker-header .up-to-now.disabled {
4144
+ color: #c4c6cc;
4145
+ cursor: not-allowed;
4146
+ }
4147
+ .bk-date-picker-cells {
4148
+ margin: 9px;
4149
+ font-size: 12px;
4150
+ color: #63656e;
4151
+ white-space: normal;
4152
+ }
4153
+ .bk-date-picker-cells span {
4154
+ display: inline-block;
4155
+ width: 34px;
4156
+ height: 32px;
4157
+ line-height: 32px;
4158
+ text-align: center;
4159
+ }
4160
+ .bk-date-picker-cells span em {
4161
+ display: inline-block;
4162
+ width: 34px;
4163
+ height: 32px;
4164
+ font-style: normal;
4165
+ line-height: 32px;
4166
+ cursor: pointer;
4167
+ }
4168
+ .bk-date-picker-cells .bk-date-picker-cells-header {
4169
+ text-align: center;
4170
+ }
4171
+ .bk-date-picker-cells .bk-date-picker-cells-header span {
4172
+ width: 28px;
4173
+ height: 26px;
4174
+ margin: 3px;
4175
+ line-height: 26px;
4176
+ color: #63656e;
4177
+ text-align: center;
4178
+ cursor: default;
4179
+ }
4180
+ .bk-date-picker-cells-cell:hover em {
4181
+ /* background-color: #e1ecff; */
4182
+ background-color: #f0f1f5;
4183
+ }
4184
+ .bk-date-picker-cells-focused em {
4185
+ color: #3a84ff;
4186
+ box-shadow: 0 0 0 1px #a3c5fd inset;
4187
+ }
4188
+ .bk-date-picker-cells-cell-prev-month em,
4189
+ .bk-date-picker-cells-cell-next-month em {
4190
+ color: #c4c6cc;
4191
+ }
4192
+ .bk-date-picker-cells-cell-prev-month:hover em,
4193
+ .bk-date-picker-cells-cell-next-month:hover em {
4194
+ background: transparent;
4195
+ }
4196
+ span.bk-date-picker-cells-cell-week-label,
4197
+ span.bk-date-picker-cells-cell-week-label:hover,
4198
+ span.bk-date-picker-cells-cell-disabled,
4199
+ span.bk-date-picker-cells-cell-disabled:hover {
4200
+ color: #c4c6cc;
4201
+ cursor: not-allowed;
4202
+ }
4203
+ span.bk-date-picker-cells-cell-week-label em,
4204
+ span.bk-date-picker-cells-cell-week-label:hover em,
4205
+ span.bk-date-picker-cells-cell-disabled em,
4206
+ span.bk-date-picker-cells-cell-disabled:hover em {
4207
+ color: inherit;
4208
+ cursor: not-allowed;
4209
+ background: inherit;
4210
+ }
4211
+ span.bk-date-picker-cells-cell-disabled,
4212
+ span.bk-date-picker-cells-cell-disabled:hover {
4213
+ background-color: #f0f1f5;
4214
+ }
4215
+ .bk-date-picker-cells-cell-today em {
4216
+ position: relative;
4217
+ color: #3a84ff;
4218
+ box-shadow: 0 0 0 1px #a3c5fd inset;
4219
+ }
4220
+ .bk-date-picker-cells-cell-range {
4221
+ position: relative;
4222
+ }
4223
+ .bk-date-picker-cells-cell-range:before {
4224
+ position: absolute;
4225
+ top: 0;
4226
+ right: 0;
4227
+ bottom: 0;
4228
+ left: 0;
4229
+ display: block;
4230
+ background: #e1ecff;
4231
+ border: 0;
4232
+ border-radius: 0;
4233
+ content: '';
4234
+ }
4235
+ .bk-date-picker-cells-cell-range em {
4236
+ position: relative;
4237
+ z-index: 1;
4238
+ }
4239
+ .bk-date-picker-cells-cell-selected em,
4240
+ .bk-date-picker-cells-cell-selected:hover em {
4241
+ color: #fff;
4242
+ background-color: #3a84ff;
4243
+ box-shadow: 0 0 0 1px #3a84ff inset;
4244
+ }
4245
+ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
4246
+ color: #f7f7f7;
4247
+ background: #c4c6cc;
4248
+ }
4249
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {
4250
+ background: #fff;
4251
+ }
4252
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,
4253
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {
4254
+ box-shadow: 0 0 0 1px #3a84ff inset;
4255
+ }
4256
+ .bk-date-picker-cells-year,
4257
+ .bk-date-picker-cells-month {
4258
+ margin-top: 7px;
4259
+ }
4260
+ .bk-date-picker-cells-year span,
4261
+ .bk-date-picker-cells-month span {
4262
+ width: 36px;
4263
+ height: 32px;
4264
+ margin: 10px 12px;
4265
+ line-height: 32px;
4266
+ text-align: center;
4267
+ border-radius: 3px;
4268
+ }
4269
+ .bk-date-picker-cells-year span em,
4270
+ .bk-date-picker-cells-month span em {
4271
+ width: 36px;
4272
+ height: 32px;
4273
+ line-height: 32px;
4274
+ text-align: center;
4275
+ }
4276
+ .bk-picker-panel-icon-btn {
4277
+ display: inline-block;
4278
+ width: 20px;
4279
+ height: 46px;
4280
+ line-height: 44px;
4281
+ color: #979ba5;
4282
+ text-align: center;
4283
+ cursor: pointer;
4284
+ transition: color 0.2s ease-in-out;
4285
+ }
4286
+ .bk-picker-panel-icon-btn:hover {
4287
+ color: #2d8cf0;
4288
+ }
4289
+ .bk-picker-panel-icon-btn i {
4290
+ font-size: 20px;
4291
+ }
4292
+ .bk-date-picker-prev-btn {
4293
+ float: left;
4294
+ }
4295
+ .bk-date-picker-prev-btn-arrow-double {
4296
+ margin-left: 10px;
4297
+ }
4298
+ .bk-date-picker-prev-btn-arrow-double i:after {
4299
+ margin-left: -8px;
4300
+ }
4301
+ .bk-date-picker-next-btn {
4302
+ float: right;
4303
+ }
4304
+ .bk-date-picker-next-btn-arrow-double {
4305
+ margin-right: 10px;
4306
+ }
4307
+ .bk-date-picker-next-btn-arrow-double i:after {
4308
+ margin-left: -8px;
4309
+ }
4310
+ .bk-date-picker-with-range .bk-picker-panel-body {
4311
+ min-width: 532px;
4312
+ }
4313
+ .bk-date-picker-with-range .bk-picker-panel-content {
4314
+ float: left;
4315
+ }
4316
+ .bk-date-picker-with-range .bk-picker-cells-show-week-numbers {
4317
+ min-width: 492px;
4318
+ }
4319
+ .bk-date-picker-transfer {
4320
+ z-index: 1060;
4321
+ max-height: none;
4322
+ }
4323
+ .bk-fade-down-transition-enter-from,
4324
+ .bk-fade-down-transition-leave-to {
4325
+ opacity: 0;
4326
+ transform: translateY(-20px);
4327
+ }
4328
+ .bk-fade-down-transition-enter-to,
4329
+ .bk-fade-down-transition-leave-from {
4330
+ opacity: 1;
4331
+ transform: translateY(0);
4332
+ }
4333
+ .bk-fade-down-transition-enter-active {
4334
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4335
+ }
4336
+ .bk-fade-down-transition-leave-active {
4337
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4338
+ }
4339
+ .bk-divider {
4340
+ position: relative;
4341
+ background: #c4c6cc;
4342
+ }
4343
+ .bk-divider-horizontal {
4344
+ width: 100%;
4345
+ height: 1px;
4346
+ margin: 1em 0;
4347
+ }
4348
+ .bk-divider-info {
4349
+ position: absolute;
4350
+ top: 50%;
4351
+ padding: 0 1.4em;
4352
+ color: #63656e;
4353
+ background-color: white;
4354
+ transform: translateY(-50%);
4355
+ }
4356
+ .bk-divider-info-center {
4357
+ left: 50%;
4358
+ transform: translateX(-50%) translateY(-50%);
4359
+ }
4360
+ .bk-divider-info .bk-divider-horizontal-left {
4361
+ left: 2em;
4362
+ }
4363
+ .bk-divider-info .bk-divider-horizontal-right {
4364
+ right: 2em;
4365
+ }
4366
+ .bk-divider-vertical .bk-divider-info {
4367
+ padding: 20px 0;
4368
+ }
4369
+ .bk-divider-vertical {
4370
+ display: inline-block;
4371
+ width: 1px;
4372
+ height: 100%;
4373
+ min-height: 1em;
4374
+ margin: 0 8px;
4375
+ vertical-align: middle;
4376
+ }
4377
+ .bk-tab {
4378
+ position: relative;
4379
+ display: flex;
4380
+ width: 100%;
4381
+ }
4382
+ .bk-tab--top {
4383
+ flex-direction: column;
4384
+ }
4385
+ .bk-tab--right {
4386
+ flex-direction: row-reverse;
4387
+ }
4388
+ .bk-tab-header {
4389
+ display: flex;
4390
+ color: #63656e;
4391
+ }
4392
+ .bk-tab-header > div {
4393
+ display: flex;
4394
+ margin-bottom: -1px;
4395
+ flex-wrap: nowrap;
4396
+ }
4397
+ .bk-tab--card .bk-tab-header > div,
4398
+ .bk-tab--border-card .bk-tab-header > div {
4399
+ border-right: 1px solid #dcdee5;
4400
+ }
4401
+ .bk-tab--top .bk-tab-header-nav {
4402
+ overflow-x: auto;
4403
+ overflow-y: visible;
4404
+ }
4405
+ .bk-tab--left .bk-tab-header-nav,
4406
+ .bk-tab--right .bk-tab-header-nav {
4407
+ overflow-x: visible;
4408
+ overflow-y: auto;
4409
+ }
4410
+ .bk-tab--card .bk-tab-header-nav,
4411
+ .bk-tab--border-card .bk-tab-header-nav {
4412
+ border-left: 1px solid #dcdee5;
4413
+ }
4414
+ .bk-tab-header-nav::-webkit-scrollbar {
4415
+ display: none;
4416
+ width: 0;
4417
+ height: 0;
4418
+ }
4419
+ .bk-tab-header-operation .bk-tab-header-item {
4420
+ padding: 0 12px;
4421
+ }
4422
+ .bk-tab--left .bk-tab-header {
4423
+ border-right: 1px solid #dcdee5;
4424
+ }
4425
+ .bk-tab--right .bk-tab-header {
4426
+ border-left: 1px solid #dcdee5;
4427
+ }
4428
+ .bk-tab--left .bk-tab-header,
4429
+ .bk-tab--right .bk-tab-header {
4430
+ flex-direction: column;
4431
+ }
4432
+ .bk-tab--left .bk-tab-header > div,
4433
+ .bk-tab--right .bk-tab-header > div {
4434
+ flex-direction: column;
4435
+ }
4436
+ .bk-tab--card .bk-tab-header {
4437
+ border-bottom: 1px solid #dcdee5;
4438
+ }
4439
+ .bk-tab--border-card .bk-tab-header {
4440
+ background: #FAFBFD;
4441
+ border: solid #dcdee5;
4442
+ border-width: 1px 1px 1px 0;
4443
+ }
4444
+ .bk-tab--unborder-card .bk-tab-header {
4445
+ border-bottom: 1px solid #dcdee5;
4446
+ }
4447
+ .bk-tab-header-item {
4448
+ display: flex;
4449
+ white-space: nowrap;
4450
+ cursor: pointer;
4451
+ justify-content: center;
4452
+ align-items: center;
4453
+ }
4454
+ .bk-tab-header-item:hover {
4455
+ color: #3a84ff;
4456
+ }
4457
+ .bk-tab-header-item:hover .bk-tab-header-item-close {
4458
+ display: block;
4459
+ margin-left: 10px;
4460
+ color: #ea3636;
4461
+ }
4462
+ .bk-tab--top .bk-tab-header-item {
4463
+ padding: 0 20px;
4464
+ }
4465
+ .bk-tab--left .bk-tab-header-item,
4466
+ .bk-tab--right .bk-tab-header-item {
4467
+ padding: 0 12px;
4468
+ }
4469
+ .bk-tab--left .bk-tab-header-item {
4470
+ text-align: right;
4471
+ }
4472
+ .bk-tab--card .bk-tab-header-item {
4473
+ border-top: 1px solid #dcdee5;
4474
+ }
4475
+ .bk-tab--card .bk-tab-header-item,
4476
+ .bk-tab--border-card .bk-tab-header-item {
4477
+ border-right: 1px solid #dcdee5;
4478
+ border-bottom: 1px solid #dcdee5;
4479
+ }
4480
+ .bk-tab--card .bk-tab-header-item:last-of-type,
4481
+ .bk-tab--border-card .bk-tab-header-item:last-of-type {
4482
+ border-right: none;
4483
+ }
4484
+ .bk-tab-header-operation .bk-tab-header-item {
4485
+ padding-right: 12px;
4486
+ padding-left: 12px;
4487
+ }
4488
+ .bk-tab-header-item-close {
4489
+ display: none;
4490
+ color: #c4c6cc;
4491
+ }
4492
+ .bk-tab-header--active {
4493
+ color: #3a84ff;
4494
+ }
4495
+ .bk-tab--card .bk-tab-header--active,
4496
+ .bk-tab--border-card .bk-tab-header--active {
4497
+ border-bottom-color: white;
4498
+ }
4499
+ .bk-tab--unborder-card .bk-tab-header--active {
4500
+ border-bottom: 2px solid #3a84ff;
4501
+ }
4502
+ .bk-tab--left .bk-tab-header--active {
4503
+ border-right: 2px solid #3a84ff;
4504
+ }
4505
+ .bk-tab--right .bk-tab-header--active {
4506
+ border-left: 2px solid #3a84ff;
4507
+ }
4508
+ .bk-tab-header--disabled {
4509
+ color: #aaa;
4510
+ pointer-events: none;
4511
+ cursor: not-allowed;
4512
+ }
4513
+ .bk-tab-content {
4514
+ flex: 1;
4515
+ padding: 10px;
4516
+ }
4517
+ .bk-tab--border-card .bk-tab-content {
4518
+ border: solid #dcdee5;
4519
+ border-width: 0 1px 1px;
4520
+ }
4521
+ .bk-tab-panel {
4522
+ height: 100%;
4523
+ }
4524
+ * {
4525
+ box-sizing: border-box;
4526
+ }
4527
+ .bk-process {
4528
+ position: relative;
4529
+ display: flex;
4530
+ }
4531
+ @keyframes loadingCircle {
4532
+ 100% {
4533
+ transform: rotate(360deg);
4534
+ }
4535
+ }
4536
+ .bk-process .bk-process-toggle {
4537
+ position: relative;
4538
+ left: 15px;
4539
+ width: 24px;
4540
+ height: 24px;
4541
+ font-size: 12px;
4542
+ line-height: 24px;
4543
+ color: #63656e;
4544
+ text-align: center;
4545
+ text-decoration: none;
4546
+ border: 1px solid #c4c6cc;
4547
+ border-radius: 50%;
4548
+ }
4549
+ .bk-process .bk-process-toggle.active,
4550
+ .bk-process .bk-process-toggle:hover {
4551
+ color: #fff;
4552
+ background: #3a84ff;
4553
+ border-color: #3a84ff;
4554
+ }
4555
+ .bk-process .bk-process-icon-done {
4556
+ display: inline-block;
4557
+ font-size: 22px;
4558
+ line-height: 18px;
4559
+ }
4560
+ .bk-process .bk-icon.icon-loading {
4561
+ display: inline-block;
4562
+ font-size: 14px;
4563
+ animation: loadingCircle 1s infinite linear;
4564
+ }
4565
+ .bk-process > ul {
4566
+ -ms-display: flex;
4567
+ -moz-display: flex;
4568
+ -webkit-display: flex;
4569
+ display: table;
4570
+ display: flex;
4571
+ width: 100%;
4572
+ padding: 0;
4573
+ margin: auto;
4574
+ }
4575
+ .bk-process li {
4576
+ position: relative;
4577
+ display: table-cell;
4578
+ height: 24px;
4579
+ font-family: PingFang SC,Microsoft Yahei,Helvetica,Aria;
4580
+ font-size: 12px;
4581
+ line-height: 24px;
4582
+ color: #63656e;
4583
+ text-align: center;
4584
+ background-color: #f0f1f5;
4585
+ flex: 1;
4586
+ }
4587
+ .bk-process li i {
4588
+ display: none;
4589
+ }
4590
+ .bk-process li:first-of-type {
4591
+ border-radius: 13px 0 0 13px;
4592
+ }
4593
+ .bk-process li:last-of-type {
4594
+ border-radius: 0 13px 13px 0;
4595
+ }
4596
+ .bk-process li:last-of-type::before {
4597
+ display: none;
4598
+ }
4599
+ .bk-process li:last-of-type::after {
4600
+ display: none;
4601
+ }
4602
+ .bk-process li::before {
4603
+ position: absolute;
4604
+ top: 0;
4605
+ right: -25px;
4606
+ z-index: 1;
4607
+ width: 0;
4608
+ height: 0;
4609
+ border: 12px solid;
4610
+ border-color: transparent transparent transparent #fff;
4611
+ content: '';
4612
+ }
4613
+ .bk-process li::after {
4614
+ position: absolute;
4615
+ top: 0;
4616
+ right: -23px;
4617
+ z-index: 1;
4618
+ width: 0;
4619
+ height: 0;
4620
+ border: 12px solid;
4621
+ border-color: transparent transparent transparent #f0f1f5;
4622
+ content: '';
4623
+ }
4624
+ .bk-process li .bk-process-step {
4625
+ font-size: 12px;
4626
+ }
4627
+ .bk-process li .bk-process-step dd {
4628
+ margin: 0;
4629
+ line-height: 32px;
4630
+ }
4631
+ .bk-process li .bk-process-step i {
4632
+ display: none;
4633
+ }
4634
+ .bk-process li .bk-process-step .success i {
4635
+ display: inline-block;
4636
+ color: #2dcb56;
4637
+ }
4638
+ .bk-process li .bk-process-step .steps-loading {
4639
+ top: -2px;
4640
+ }
4641
+ .bk-process li.success {
4642
+ color: #fff;
4643
+ background: #2dcb56;
4644
+ }
4645
+ .bk-process li.success::after {
4646
+ border-color: transparent transparent transparent #2dcb56;
4647
+ }
4648
+ .bk-process li.success .icon-done {
4649
+ font-size: 22px;
4650
+ line-height: 18px;
4651
+ }
4652
+ .bk-process li.current {
4653
+ color: #fff;
4654
+ background: #3a84ff;
4655
+ }
4656
+ .bk-process li.current::after {
4657
+ border-color: transparent transparent transparent #3a84ff;
4658
+ }
4659
+ .bk-process li.current > .bk-spin-loading {
4660
+ vertical-align: -3px;
4661
+ }
4662
+ .bk-virtual-render {
4663
+ position: relative;
4664
+ }
4665
+ .bk-virtual-render .bk-virtual-content,
4666
+ .bk-virtual-render.bk-virtual-content {
4667
+ position: absolute;
4668
+ top: 0;
4669
+ bottom: 0;
4670
+ left: 0;
4671
+ width: 100%;
4672
+ height: 100%;
4673
+ }
4674
+ .bk-virtual-render .bk-virtual-section {
4675
+ width: 1px;
4676
+ background: transparent;
4677
+ }
4678
+ .bk-virtual-render.bk-scroll-x {
4679
+ overflow-x: auto;
4680
+ scrollbar-color: #a0a0a0 transparent;
4681
+ scrollbar-width: thin;
4682
+ }
4683
+ .bk-virtual-render.bk-scroll-x::-webkit-scrollbar {
4684
+ height: 8px;
4685
+ background-color: transparent;
4686
+ }
4687
+ .bk-virtual-render.bk-scroll-x::-webkit-scrollbar-thumb {
4688
+ background-color: #a0a0a0;
4689
+ border-radius: 8px;
4690
+ }
4691
+ .bk-virtual-render.bk-scroll-y {
4692
+ overflow-y: auto;
4693
+ }
4694
+ .bk-virtual-render.bk-scroll-y::-webkit-scrollbar {
4695
+ width: 6px;
4696
+ background-color: transparent;
4697
+ }
4698
+ .bk-virtual-render.bk-scroll-y::-webkit-scrollbar-thumb {
4699
+ background-color: #dcdee5;
4700
+ border-radius: 6px;
4701
+ }
4702
+ /* 边框色 */
4703
+ /* 按钮、表单边框颜色、禁用时文本颜色 */
4704
+ /* 表格头部背景色、禁用底色 */
4705
+ /* 大面积背景色 */
4706
+ /* 重点表示、强调、链接以及带有明确指示性 */
4707
+ /* 正常尺寸图标 */
4708
+ .bk-transfer {
4709
+ position: relative;
4710
+ display: flex;
4711
+ font-size: 14px;
4712
+ flex-direction: row;
4713
+ justify-content: center;
4714
+ }
4715
+ .bk-transfer .transfer {
4716
+ position: absolute;
4717
+ top: 50%;
4718
+ left: 50%;
4719
+ width: 30px;
4720
+ height: 30px;
4721
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAV0lEQVQokZXQQQrAIAxE0W/JvU3O1nXXHqdd1EBbqYwDIgGfMCn70RBSgchhUwTgHQJgwLkAAcJE8IIGlEUodxqQc/eST6IYvpskF+H9rggdn9vzv0ffXGG8Ffrmgf5jAAAAAElFTkSuQmCC') no-repeat center center;
4722
+ transform: translate(-50%, -50%);
4723
+ }
4724
+ .bk-transfer .source-list,
4725
+ .bk-transfer .target-list {
4726
+ height: 400px;
4727
+ min-width: 200px;
4728
+ overflow: hidden;
4729
+ background-color: #fff;
4730
+ border: 1px solid #dde4eb;
4731
+ border-radius: 2px;
4732
+ flex: 1;
4733
+ }
4734
+ .bk-transfer .source-list .slot-header,
4735
+ .bk-transfer .target-list .slot-header {
4736
+ position: relative;
4737
+ height: 43px;
4738
+ padding: 0 20px;
4739
+ line-height: 43px;
4740
+ background-color: #fafbfd;
4741
+ border-bottom: 1px solid #dde4eb;
4742
+ }
4743
+ .bk-transfer .source-list .slot-header .slot-content,
4744
+ .bk-transfer .target-list .slot-header .slot-content {
4745
+ position: relative;
4746
+ }
4747
+ .bk-transfer .source-list .header,
4748
+ .bk-transfer .target-list .header {
4749
+ position: relative;
4750
+ height: 43px;
4751
+ padding: 0 20px;
4752
+ line-height: 43px;
4753
+ background-color: #fafbfd;
4754
+ border-bottom: 1px solid #dde4eb;
4755
+ }
4756
+ .bk-transfer .source-list .header span,
4757
+ .bk-transfer .target-list .header span {
4758
+ position: absolute;
4759
+ right: 10px;
4760
+ font-size: 12px;
4761
+ color: #3a84ff;
4762
+ cursor: pointer;
4763
+ }
4764
+ .bk-transfer .source-list .header span.disabled,
4765
+ .bk-transfer .target-list .header span.disabled {
4766
+ color: #c4c6cc;
4767
+ cursor: not-allowed;
4768
+ }
4769
+ .bk-transfer .source-list .empty,
4770
+ .bk-transfer .target-list .empty {
4771
+ position: relative;
4772
+ top: 40%;
4773
+ width: 100%;
4774
+ color: #c4c6cc;
4775
+ text-align: center;
4776
+ cursor: default;
4777
+ }
4778
+ .bk-transfer .source-list .content,
4779
+ .bk-transfer .target-list .content {
4780
+ position: relative;
4781
+ max-height: calc(100% - 50px);
4782
+ padding: 0;
4783
+ margin: 6px 0;
4784
+ overflow-y: auto;
4785
+ }
4786
+ .bk-transfer .source-list .content.is-search,
4787
+ .bk-transfer .target-list .content.is-search {
4788
+ max-height: calc(100% - 86px);
4789
+ }
4790
+ .bk-transfer .source-list .content li.custom-item,
4791
+ .bk-transfer .target-list .content li.custom-item,
4792
+ .bk-transfer .source-list .content li .item-content,
4793
+ .bk-transfer .target-list .content li .item-content {
4794
+ position: relative;
4795
+ display: flex;
4796
+ height: 40px;
4797
+ padding: 0 20px;
4798
+ line-height: 40px;
4799
+ list-style: none;
4800
+ cursor: pointer;
4801
+ align-items: center;
4802
+ }
4803
+ .bk-transfer .source-list .content li.custom-item:hover,
4804
+ .bk-transfer .target-list .content li.custom-item:hover,
4805
+ .bk-transfer .source-list .content li .item-content:hover,
4806
+ .bk-transfer .target-list .content li .item-content:hover {
4807
+ color: #3a84ff;
4808
+ background-color: #eef6fe;
4809
+ }
4810
+ .bk-transfer .source-list .content li.custom-item .content-text,
4811
+ .bk-transfer .target-list .content li.custom-item .content-text,
4812
+ .bk-transfer .source-list .content li .item-content .content-text,
4813
+ .bk-transfer .target-list .content li .item-content .content-text {
4814
+ overflow: hidden;
4815
+ text-overflow: ellipsis;
4816
+ white-space: nowrap;
4817
+ flex: 1;
4818
+ }
4819
+ .bk-transfer .source-list .content li.custom-item .icon-wrapper,
4820
+ .bk-transfer .target-list .content li.custom-item .icon-wrapper,
4821
+ .bk-transfer .source-list .content li .item-content .icon-wrapper,
4822
+ .bk-transfer .target-list .content li .item-content .icon-wrapper {
4823
+ display: none;
4824
+ flex: 22px 0 0;
4825
+ }
4826
+ .bk-transfer .source-list .content li.custom-item .icon-wrapper.hover,
4827
+ .bk-transfer .target-list .content li.custom-item .icon-wrapper.hover,
4828
+ .bk-transfer .source-list .content li .item-content .icon-wrapper.hover,
4829
+ .bk-transfer .target-list .content li .item-content .icon-wrapper.hover {
4830
+ display: inline-block;
4831
+ }
4832
+ .bk-transfer .source-list .content::-webkit-scrollbar,
4833
+ .bk-transfer .target-list .content::-webkit-scrollbar {
4834
+ width: 4px;
4835
+ }
4836
+ .bk-transfer .source-list .content::-webkit-scrollbar-thumb,
4837
+ .bk-transfer .target-list .content::-webkit-scrollbar-thumb {
4838
+ height: 5px;
4839
+ background-color: #e6e9ea;
4840
+ border-radius: 2px;
4841
+ }
4842
+ .bk-transfer .source-list .content .bk-icon,
4843
+ .bk-transfer .target-list .content .bk-icon {
4844
+ font-size: 22px;
4845
+ }
4846
+ .bk-transfer .target-list {
4847
+ margin-left: 33px;
4848
+ }
4849
+ .bk-transfer .transfer-search-input {
4850
+ height: 36px;
4851
+ line-height: 34px;
4852
+ border: none;
4853
+ border-bottom: 1px solid #f0f1f5;
4854
+ outline: none;
4855
+ }
4856
+ .bk-transfer .transfer-search-input.is-focused {
4857
+ border-color: #f0f1f5;
4858
+ box-shadow: 0px 0px 3px 0px transparent;
4859
+ }
4860
+ .bk-pagination {
4861
+ display: flex;
4862
+ align-items: center;
4863
+ font-size: 12px;
4864
+ letter-spacing: normal;
4865
+ color: #63656e;
4866
+ user-select: none;
4867
+ }
4868
+ .bk-pagination.is-disabled {
4869
+ cursor: not-allowed;
4870
+ }
4871
+ .bk-pagination.is-align-left {
4872
+ justify-content: flex-start;
4873
+ }
4874
+ .bk-pagination.is-align-center {
4875
+ justify-content: center;
4876
+ }
4877
+ .bk-pagination.is-align-right {
4878
+ justify-content: flex-end;
4879
+ }
4880
+ .bk-pagination > * {
4881
+ margin: 0 6px;
4882
+ }
4883
+ .bk-pagination > .is-first {
4884
+ margin-left: 0;
4885
+ }
4886
+ .bk-pagination > .is-last {
4887
+ margin-right: 0;
4888
+ }
4889
+ .bk-pagination-total {
4890
+ display: flex;
4891
+ user-select: none;
4892
+ }
4893
+ .bk-pagination-total-num {
4894
+ padding: 0 2px;
4895
+ color: #3f4046;
4896
+ }
4897
+ .bk-pagination-list {
4898
+ display: flex;
4899
+ }
4900
+ .bk-pagination-list-pre,
4901
+ .bk-pagination-list-next,
4902
+ .bk-pagination-list-item {
4903
+ display: flex;
4904
+ align-items: center;
4905
+ justify-content: center;
4906
+ height: 32px;
4907
+ min-width: 32px;
4908
+ padding: 0 4px;
4909
+ margin-right: 2px;
4910
+ margin-left: 2px;
4911
+ color: #63656e;
4912
+ cursor: pointer;
4913
+ background: #fff;
4914
+ border: 1px solid #c4c6cc;
4915
+ border-radius: 2px;
4916
+ user-select: none;
4917
+ }
4918
+ .bk-pagination-list-pre:hover,
4919
+ .bk-pagination-list-next:hover,
4920
+ .bk-pagination-list-item:hover,
4921
+ .bk-pagination-list-pre.is-active,
4922
+ .bk-pagination-list-next.is-active,
4923
+ .bk-pagination-list-item.is-active {
4924
+ color: #3a84ff;
4925
+ border-color: #3a84ff;
4926
+ }
4927
+ .bk-pagination-list-pre.is-disabled,
4928
+ .bk-pagination-list-next.is-disabled,
4929
+ .bk-pagination-list-item.is-disabled {
4930
+ color: #c4c6cc;
4931
+ cursor: not-allowed;
4932
+ background-color: #fafbfd;
4933
+ border-color: #dcdee5;
4934
+ }
4935
+ .bk-pagination-list-pre-batch,
4936
+ .bk-pagination-list-next-batch {
4937
+ display: flex;
4938
+ align-items: center;
4939
+ justify-content: center;
4940
+ height: 32px;
4941
+ cursor: pointer;
4942
+ user-select: none;
4943
+ }
4944
+ .bk-pagination-list-pre-batch:hover,
4945
+ .bk-pagination-list-next-batch:hover {
4946
+ color: #3a84ff;
4947
+ }
4948
+ .bk-pagination-list-pre,
4949
+ .bk-pagination-list-next {
4950
+ font-size: 14px;
4951
+ }
4952
+ .bk-pagination-list-item {
4953
+ margin-right: 4px;
4954
+ margin-left: 4px;
4955
+ }
4956
+ .bk-pagination-limit {
4957
+ display: flex;
4958
+ align-items: center;
4959
+ user-select: none;
4960
+ }
4961
+ .bk-pagination-limit-select {
4962
+ width: 60px;
4963
+ margin: 0 4px;
4964
+ }
4965
+ .bk-pagination-small-list {
4966
+ display: flex;
4967
+ }
4968
+ .bk-pagination-small-list .bk-pagination-picker {
4969
+ display: flex;
4970
+ height: 24px;
4971
+ cursor: pointer;
4972
+ background-color: #f0f1f5;
4973
+ border: 1px solid #f0f1f5;
4974
+ border-radius: 2px;
4975
+ align-items: center;
4976
+ }
4977
+ .bk-pagination-small-list .bk-pagination-picker:hover {
4978
+ background-color: #e1ecff;
4979
+ border-color: #e1ecff;
4980
+ }
4981
+ .bk-pagination-small-list .bk-pagination-picker.is-focused {
4982
+ background-color: #fff;
4983
+ border-color: #3a84ff;
4984
+ box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
4985
+ }
4986
+ .bk-pagination-editor {
4987
+ height: 16px;
4988
+ min-width: 14px;
4989
+ padding-right: 4px;
4990
+ padding-left: 8px;
4991
+ line-height: 16px;
4992
+ text-align: center;
4993
+ background-color: transparent;
4994
+ border: 0;
4995
+ border-radius: 2px;
4996
+ outline: none;
4997
+ transition: all 0.15s;
4998
+ }
4999
+ .bk-pagination-small-list-total {
5000
+ padding-right: 8px;
5001
+ padding-left: 4px;
5002
+ }
5003
+ .bk-pagination-btn-pre,
5004
+ .bk-pagination-btn-next {
5005
+ display: flex;
5006
+ justify-content: center;
5007
+ align-items: center;
5008
+ width: 24px;
5009
+ cursor: pointer;
5010
+ }
5011
+ .bk-pagination-btn-pre:hover,
5012
+ .bk-pagination-btn-next:hover {
5013
+ color: #3a84ff;
5014
+ }
5015
+ .bk-pagination-btn-pre.is-disabled,
5016
+ .bk-pagination-btn-next.is-disabled {
5017
+ color: #dcdee5;
5018
+ cursor: not-allowed;
5019
+ }
5020
+ .bk-pagination-picker-list {
5021
+ max-height: 216px;
5022
+ padding: 7px 0;
5023
+ margin: -7px -14px;
5024
+ overflow: auto;
5025
+ }
5026
+ .bk-pagination-picker-list .item {
5027
+ height: 32px;
5028
+ padding: 0 10px;
5029
+ font-size: 12px;
5030
+ line-height: 32px;
5031
+ color: #63656e;
5032
+ cursor: pointer;
5033
+ }
5034
+ .bk-pagination-picker-list .item:hover,
5035
+ .bk-pagination-picker-list .item.is-actived {
5036
+ color: #3a84ff;
5037
+ background: #f4f6fa;
5038
+ }
5039
+ * {
5040
+ box-sizing: border-box;
5041
+ }
5042
+ .bk-timeline {
5043
+ padding: 0;
5044
+ margin: 16px 0 0;
5045
+ font-style: normal;
5046
+ font-weight: 400;
5047
+ line-height: normal;
5048
+ text-align: left;
5049
+ list-style: none;
5050
+ }
5051
+ .bk-timeline .bk-timeline-dot {
5052
+ position: relative;
5053
+ padding-bottom: 24px;
5054
+ padding-left: 16px;
5055
+ /* spacing 1px */
5056
+ margin-top: 13px;
5057
+ font-size: 0;
5058
+ border-left: 1px solid #d8d8d8;
5059
+ }
5060
+ .bk-timeline .bk-timeline-dot::before {
5061
+ position: absolute;
5062
+ top: calc((11px + 1px) * -1);
5063
+ left: -6px;
5064
+ display: inline-block;
5065
+ width: 11px;
5066
+ height: 11px;
5067
+ background: #fff;
5068
+ border: 2px solid #d8d8d8;
5069
+ border-radius: 50%;
5070
+ content: '';
5071
+ box-sizing: border-box;
5072
+ }
5073
+ .bk-timeline .bk-timeline-dot:last-child {
5074
+ padding-bottom: 0;
5075
+ /* 保留border使用间距保持一致 */
5076
+ border-left: 1px solid transparent;
5077
+ }
5078
+ .bk-timeline .bk-timeline-dot .bk-timeline-title {
5079
+ display: inline-block;
5080
+ padding-bottom: 10px;
5081
+ margin-top: -3px;
5082
+ font-size: 14px;
5083
+ color: #63656e;
5084
+ cursor: pointer;
5085
+ }
5086
+ .bk-timeline .bk-timeline-dot .bk-timeline-content {
5087
+ max-width: 300px;
5088
+ font-size: 14px;
5089
+ color: #666;
5090
+ word-break: break-all;
5091
+ }
5092
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon {
5093
+ position: absolute;
5094
+ top: calc((15px + 1px) * -1);
5095
+ left: -8px;
5096
+ display: inline-block;
5097
+ width: 15px;
5098
+ height: 15px;
5099
+ background: #fff;
5100
+ border: 2px solid #d8d8d8;
5101
+ border-radius: 50%;
5102
+ box-sizing: border-box;
5103
+ }
5104
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner {
5105
+ display: inline-block;
5106
+ transform: scale(1) translate(-0.5px, -4px);
5107
+ }
5108
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner > :first-child {
5109
+ font-size: 12px;
5110
+ }
5111
+ .bk-timeline .bk-timeline-dot .bk-timeline-section {
5112
+ position: relative;
5113
+ top: calc((11px + 2px) * -1);
5114
+ }
5115
+ .bk-timeline .bk-timeline-dot.bk-timeline-large {
5116
+ margin-top: calc(15px + 2px);
5117
+ }
5118
+ .bk-timeline .bk-timeline-dot.bk-timeline-large::before {
5119
+ top: calc((15px + 1px) * -1);
5120
+ left: -8px;
5121
+ width: 15px;
5122
+ height: 15px;
5123
+ }
5124
+ .bk-timeline .bk-timeline-dot.bk-timeline-large > .bk-timeline-section {
5125
+ top: calc((15px + 1px) * -1);
5126
+ }
5127
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon {
5128
+ margin-top: calc(15px + 2px);
5129
+ }
5130
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon::before {
5131
+ display: none;
5132
+ }
5133
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon > .bk-timeline-section {
5134
+ top: calc((15px + 1px) * -1);
5135
+ }
5136
+ .bk-timeline .bk-timeline-dot:first-child {
5137
+ margin-top: 0;
5138
+ }
5139
+ .bk-timeline .bk-timeline-primary {
5140
+ border-left: 1px solid #3a84ff;
5141
+ }
5142
+ .bk-timeline .bk-timeline-primary::before,
5143
+ .bk-timeline .bk-timeline-primary .bk-timeline-icon {
5144
+ color: #3a84ff;
5145
+ border: 2px solid #3a84ff;
5146
+ }
5147
+ .bk-timeline .bk-timeline-primary.bk-timeline-filled::before,
5148
+ .bk-timeline .bk-timeline-primary.bk-timeline-filled .bk-timeline-icon {
5149
+ background: #3a84ff;
5150
+ }
5151
+ .bk-timeline .bk-timeline-warning {
5152
+ border-left: 1px solid #ff9c01;
5153
+ }
5154
+ .bk-timeline .bk-timeline-warning::before,
5155
+ .bk-timeline .bk-timeline-warning .bk-timeline-icon {
5156
+ color: #ff9c01;
5157
+ border: 2px solid #ff9c01;
5158
+ }
5159
+ .bk-timeline .bk-timeline-warning.bk-timeline-filled::before,
5160
+ .bk-timeline .bk-timeline-warning.bk-timeline-filled .bk-timeline-icon {
5161
+ background: #ff9c01;
5162
+ }
5163
+ .bk-timeline .bk-timeline-success {
5164
+ border-left: 1px solid #2dcb56;
5165
+ }
5166
+ .bk-timeline .bk-timeline-success::before,
5167
+ .bk-timeline .bk-timeline-success .bk-timeline-icon {
5168
+ color: #2dcb56;
5169
+ border: 2px solid #2dcb56;
5170
+ }
5171
+ .bk-timeline .bk-timeline-success.bk-timeline-filled::before,
5172
+ .bk-timeline .bk-timeline-success.bk-timeline-filled .bk-timeline-icon {
5173
+ background: #2dcb56;
5174
+ }
5175
+ .bk-timeline .bk-timeline-danger {
5176
+ border-left: 1px solid #ea3636;
5177
+ }
5178
+ .bk-timeline .bk-timeline-danger::before,
5179
+ .bk-timeline .bk-timeline-danger .bk-timeline-icon {
5180
+ color: #ea3636;
5181
+ border: 2px solid #ea3636;
5182
+ }
5183
+ .bk-timeline .bk-timeline-danger.bk-timeline-filled::before,
5184
+ .bk-timeline .bk-timeline-danger.bk-timeline-filled .bk-timeline-icon {
5185
+ background: #ea3636;
5186
+ }
5187
+ .bk-timeline .bk-timeline-blue::before,
5188
+ .bk-timeline .bk-timeline-blue .bk-timeline-icon {
5189
+ color: #3a84ff;
5190
+ border: 2px solid #3a84ff;
5191
+ }
5192
+ .bk-timeline .bk-timeline-blue.bk-timeline-filled::before,
5193
+ .bk-timeline .bk-timeline-blue.bk-timeline-filled .bk-timeline-icon {
5194
+ background: #3a84ff;
5195
+ }
5196
+ .bk-timeline .bk-timeline-red::before,
5197
+ .bk-timeline .bk-timeline-red .bk-timeline-icon {
5198
+ color: #ea3636;
5199
+ border: 2px solid #ea3636;
5200
+ }
5201
+ .bk-timeline .bk-timeline-red.bk-timeline-filled::before,
5202
+ .bk-timeline .bk-timeline-red.bk-timeline-filled .bk-timeline-icon {
5203
+ background: #ea3636;
5204
+ }
5205
+ .bk-timeline .bk-timeline-green::before,
5206
+ .bk-timeline .bk-timeline-green .bk-timeline-icon {
5207
+ color: #2dcb56;
5208
+ border: 2px solid #2dcb56;
5209
+ }
5210
+ .bk-timeline .bk-timeline-green.bk-timeline-filled::before,
5211
+ .bk-timeline .bk-timeline-green.bk-timeline-filled .bk-timeline-icon {
5212
+ background: #2dcb56;
5213
+ }
5214
+ .bk-timeline .bk-timeline-yellow::before,
5215
+ .bk-timeline .bk-timeline-yellow .bk-timeline-icon {
5216
+ color: #ff9c01;
5217
+ border: 2px solid #ff9c01;
5218
+ }
5219
+ .bk-timeline .bk-timeline-yellow.bk-timeline-filled::before,
5220
+ .bk-timeline .bk-timeline-yellow.bk-timeline-filled .bk-timeline-icon {
5221
+ background: #ff9c01;
5222
+ }
5223
+ .bk-timeline .bk-timeline-gray::before,
5224
+ .bk-timeline .bk-timeline-gray .bk-timeline-icon {
5225
+ color: #63656e;
5226
+ border: 2px solid #63656e;
5227
+ }
5228
+ .bk-timeline .bk-timeline-gray.bk-timeline-filled::before,
5229
+ .bk-timeline .bk-timeline-gray.bk-timeline-filled .bk-timeline-icon {
5230
+ background: #63656e;
5231
+ }
5232
+ .bk-timeline-dashed .bk-step .bk-step-title::after,
5233
+ .bk-timeline-dashed .bk-step .bk-step-indicator::after {
5234
+ background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);
5235
+ background-position: bottom;
5236
+ background-repeat: repeat-x;
5237
+ background-size: 6px 1px;
5238
+ }
5239
+ .bk-timeline-solid .bk-step .bk-step-title::after,
5240
+ .bk-timeline-solid .bk-step .bk-step-indicator::after {
5241
+ background-color: #c4c6cc;
5242
+ }
5243
+ .bk-timeline-vertical {
5244
+ height: 100%;
5245
+ flex-direction: column;
5246
+ }
5247
+ .bk-timeline-vertical .bk-step {
5248
+ margin-right: 0;
5249
+ margin-bottom: 8px;
5250
+ }
5251
+ .bk-timeline-vertical .bk-step .bk-step-title::after,
5252
+ .bk-timeline-vertical .bk-step .bk-step-indicator::after {
5253
+ display: none;
5254
+ }
5255
+ .bk-timeline-vertical .bk-step::after {
5256
+ position: absolute;
5257
+ top: 32px;
5258
+ left: 12px;
5259
+ width: 1px;
5260
+ height: 100%;
5261
+ background-image: linear-gradient(#c4c6cc 50%, transparent 0%);
5262
+ background-position: right;
5263
+ background-repeat: repeat-y;
5264
+ background-size: 1px 6px;
5265
+ content: '';
5266
+ }
5267
+ .bk-timeline-vertical .bk-step .bk-step-title {
5268
+ display: flex;
5269
+ height: 100%;
5270
+ margin-top: 0;
5271
+ text-align: left;
5272
+ align-items: center;
5273
+ }
5274
+ .bk-resize-layout {
5275
+ display: flex;
5276
+ }
5277
+ .bk-resize-layout-border {
5278
+ border: 1px solid #dcdee5;
5279
+ }
5280
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5281
+ overflow: hidden;
5282
+ }
5283
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-collapse:before {
5284
+ display: inline-block;
5285
+ transform: rotate(180deg);
5286
+ }
5287
+ .bk-resize-layout-left {
5288
+ flex-direction: row;
5289
+ }
5290
+ .bk-resize-layout-left > .bk-resize-layout-aside {
5291
+ border-right: 1px solid #dcdee5;
5292
+ }
5293
+ .bk-resize-layout-left > .bk-resize-layout-aside:after {
5294
+ top: 50%;
5295
+ right: 1px;
5296
+ transform: translate3d(0, -50%, 0);
5297
+ }
5298
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger {
5299
+ top: 0;
5300
+ left: 100%;
5301
+ width: 5px;
5302
+ height: 100%;
5303
+ cursor: col-resize;
5304
+ }
5305
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger:hover {
5306
+ @mixin linear-gradient left;
5307
+ }
5308
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse {
5309
+ top: 50%;
5310
+ left: 100%;
5311
+ transform: translateY(-50%);
5312
+ }
5313
+ .bk-resize-layout-right {
5314
+ flex-direction: row-reverse;
5315
+ }
5316
+ .bk-resize-layout-right > .bk-resize-layout-aside {
5317
+ border-left: 1px solid #dcdee5;
5318
+ }
5319
+ .bk-resize-layout-right > .bk-resize-layout-aside:after {
5320
+ top: 50%;
5321
+ left: 1px;
5322
+ transform: translate3d(0, -50%, 0);
5323
+ }
5324
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger {
5325
+ top: 0;
5326
+ right: 100%;
5327
+ width: 5px;
5328
+ height: 100%;
5329
+ cursor: col-resize;
5330
+ }
5331
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger:hover {
5332
+ @mixin linear-gradient right;
5333
+ }
5334
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse {
5335
+ top: 50%;
5336
+ right: 100%;
5337
+ transform: translateY(-50%) rotate(180deg);
5338
+ }
5339
+ .bk-resize-layout-top {
5340
+ flex-direction: column;
5341
+ }
5342
+ .bk-resize-layout-top > .bk-resize-layout-aside {
5343
+ border-bottom: 1px solid #dcdee5;
5344
+ }
5345
+ .bk-resize-layout-top > .bk-resize-layout-aside:after {
5346
+ bottom: 1px;
5347
+ left: 50%;
5348
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5349
+ }
5350
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger {
5351
+ top: 100%;
5352
+ left: 0;
5353
+ width: 100%;
5354
+ height: 5px;
5355
+ cursor: row-resize;
5356
+ }
5357
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger:hover {
5358
+ @mixin linear-gradient top;
5359
+ }
5360
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse {
5361
+ top: 100%;
5362
+ left: 50%;
5363
+ margin-top: 8px;
5364
+ transform: translate3d(-50%, -50%, 0) rotate(90deg);
5365
+ }
5366
+ .bk-resize-layout-bottom {
5367
+ flex-direction: column-reverse;
5368
+ }
5369
+ .bk-resize-layout-bottom > .bk-resize-layout-aside {
5370
+ border-top: 1px solid #dcdee5;
5371
+ }
5372
+ .bk-resize-layout-bottom > .bk-resize-layout-aside:after {
5373
+ top: 1px;
5374
+ left: 50%;
5375
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5376
+ }
5377
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger {
5378
+ bottom: 100%;
5379
+ left: 0;
5380
+ width: 100%;
5381
+ height: 5px;
5382
+ cursor: row-resize;
5383
+ }
5384
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger:hover {
5385
+ @mixin linear-gradient bottom;
5386
+ }
5387
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse {
5388
+ bottom: 100%;
5389
+ left: 50%;
5390
+ margin-bottom: 8px;
5391
+ transform: translate3d(50%, 50%, 0) rotate(-90deg);
5392
+ }
5393
+ .bk-resize-layout > .bk-resize-layout-aside {
5394
+ position: relative;
5395
+ }
5396
+ .bk-resize-layout > .bk-resize-layout-aside:after {
5397
+ position: absolute;
5398
+ width: 2px;
5399
+ height: 2px;
5400
+ color: #c4c6cc;
5401
+ background: currentColor;
5402
+ content: '';
5403
+ box-shadow: 0 4px 0 0 currentColor, 0 8px 0 0 currentColor, 0 -4px 0 0 currentColor, 0 -8px 0 0 currentColor;
5404
+ }
5405
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5406
+ width: 100%;
5407
+ height: 100%;
5408
+ overflow: hidden;
5409
+ }
5410
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-trigger {
5411
+ position: absolute;
5412
+ z-index: 3;
5413
+ background-color: transparent;
5414
+ }
5415
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy {
5416
+ position: absolute;
5417
+ z-index: 9999;
5418
+ pointer-events: none;
5419
+ visibility: hidden;
5420
+ }
5421
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.left,
5422
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.right {
5423
+ top: 0;
5424
+ height: 100%;
5425
+ border-left: 1px dashed #3a84ff;
5426
+ }
5427
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.top,
5428
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.bottom {
5429
+ left: 0;
5430
+ width: 100%;
5431
+ border-top: 1px dashed #3a84ff;
5432
+ }
5433
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse {
5434
+ position: absolute;
5435
+ z-index: 2;
5436
+ width: 16px;
5437
+ height: 50px;
5438
+ font-size: 20px;
5439
+ line-height: 50px;
5440
+ color: #fff;
5441
+ text-align: center;
5442
+ text-indent: -2px;
5443
+ cursor: pointer;
5444
+ background: #dcdee5;
5445
+ border-radius: 0px 12px 12px 0px;
5446
+ }
5447
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse:hover {
5448
+ background: #3a84ff;
5449
+ }
5450
+ .bk-resize-layout > .bk-resize-layout-main {
5451
+ flex: 1;
5452
+ overflow: hidden;
5453
+ }
5454
+ .bk-resize-layout .bk-resize-mask {
5455
+ position: fixed;
5456
+ top: 0;
5457
+ right: 0;
5458
+ bottom: 0;
5459
+ left: 0;
5460
+ z-index: 9999;
5461
+ display: none;
5462
+ }
5463
+ .bk-tag-input {
5464
+ position: relative;
5465
+ min-height: 32px;
5466
+ }
5467
+ .bk-tag-input .bk-popover-reference {
5468
+ display: block;
5469
+ }
5470
+ .bk-tag-input .bk-tag-input-trigger {
5471
+ position: relative;
5472
+ display: flex;
5473
+ min-height: 32px;
5474
+ padding: 0 0 0 5px;
5475
+ overflow: hidden;
5476
+ font-size: 12px;
5477
+ cursor: pointer;
5478
+ background: white;
5479
+ border: 1px solid #c4c6cc;
5480
+ border-radius: 2px;
5481
+ align-items: center;
5482
+ justify-content: space-between;
5483
+ }
5484
+ .bk-tag-input .bk-tag-input-trigger.active {
5485
+ border-color: #3a84ff;
5486
+ }
5487
+ .bk-tag-input .bk-tag-input-trigger.disabled {
5488
+ cursor: not-allowed;
5489
+ background: #fafbfd;
5490
+ border-color: #dcdee5;
5491
+ }
5492
+ .bk-tag-input .bk-tag-input-trigger .tag-list {
5493
+ display: inline-flex;
5494
+ max-height: 135px;
5495
+ padding: 0;
5496
+ margin: 0;
5497
+ overflow: auto;
5498
+ align-items: center;
5499
+ flex-wrap: wrap;
5500
+ }
5501
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li {
5502
+ display: inline-flex;
5503
+ height: 22px;
5504
+ margin: 4px 5px 4px 0;
5505
+ overflow: hidden;
5506
+ font-size: 12px;
5507
+ border: solid 1px transparent;
5508
+ border-radius: 2px;
5509
+ align-items: center;
5510
+ }
5511
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li.tag-item {
5512
+ background: #f0f1f5;
5513
+ border-color: #f0f1f5;
5514
+ }
5515
+ .bk-tag-input .bk-tag-input-trigger .tag-list .remove-tag {
5516
+ flex-shrink: 0;
5517
+ margin-right: 5px;
5518
+ font-size: 14px;
5519
+ line-height: 0;
5520
+ }
5521
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag {
5522
+ max-width: 190px;
5523
+ overflow: hidden;
5524
+ text-overflow: ellipsis;
5525
+ word-break: break-all;
5526
+ white-space: nowrap;
5527
+ flex: 1;
5528
+ }
5529
+ .bk-tag-input .bk-tag-input-trigger .tag-list .text {
5530
+ padding: 0 5px;
5531
+ line-height: 20px;
5532
+ color: #63656e;
5533
+ background-color: #f0f1f5;
5534
+ border-radius: 2px;
5535
+ box-sizing: border-box;
5536
+ }
5537
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
5538
+ width: 10px;
5539
+ height: 22px;
5540
+ max-width: 295px;
5541
+ padding: 0;
5542
+ border: 0;
5543
+ outline: none;
5544
+ box-sizing: border-box;
5545
+ }
5546
+ .bk-tag-input .bk-tag-input-trigger .placeholder {
5547
+ position: absolute;
5548
+ top: 0;
5549
+ left: 8px;
5550
+ padding: 0;
5551
+ margin: 0;
5552
+ line-height: 30px;
5553
+ color: #c4c6cc;
5554
+ }
5555
+ .bk-tag-input .bk-tag-input-trigger .clear-icon {
5556
+ margin-right: 5px;
5557
+ font-size: 14px;
5558
+ line-height: 0;
5559
+ color: #c4c6cc;
5560
+ cursor: pointer;
5561
+ }
5562
+ .bk-tag-input .bk-tag-input-trigger .clear-icon:hover {
5563
+ color: #979ba5;
5564
+ }
5565
+ .bk-tag-input .bk-popover-content {
5566
+ padding: 0;
5567
+ }
5568
+ .bk-selector-list {
5569
+ min-width: 150px;
5570
+ }
5571
+ .bk-selector-list .outside-ul {
5572
+ max-height: 160px;
5573
+ padding: 0;
5574
+ padding: 6px 0;
5575
+ margin: 0;
5576
+ overflow-y: auto;
5577
+ list-style: none;
5578
+ background-color: white;
5579
+ border: 1px solid #dcdee5;
5580
+ border-radius: 2px;
5581
+ }
5582
+ .bk-selector-list .outside-ul::-webkit-scrollbar {
5583
+ width: 6px;
5584
+ height: 6px;
5585
+ }
5586
+ .bk-selector-list .outside-ul::-webkit-scrollbar-thumb {
5587
+ min-height: 24px;
5588
+ background-color: #dcdee5;
5589
+ border-radius: 3px;
5590
+ }
5591
+ .bk-selector-list .bk-selector-group-item {
5592
+ list-style: none;
5593
+ }
5594
+ .bk-selector-list .bk-selector-group-item .group-name {
5595
+ padding-left: 11px;
5596
+ font-size: 12px;
5597
+ line-height: 32px;
5598
+ color: #979ba5;
5599
+ }
5600
+ .bk-selector-list .bk-selector-group-list-item {
5601
+ padding: 0;
5602
+ margin: 0;
5603
+ list-style: none;
5604
+ }
5605
+ .bk-selector-list .bk-selector-list-item {
5606
+ position: relative;
5607
+ width: 100%;
5608
+ cursor: pointer;
5609
+ background-color: white;
5610
+ border-right: #c4c6cc;
5611
+ border-left: #c4c6cc;
5612
+ }
5613
+ .bk-selector-list .bk-selector-list-item:first-child {
5614
+ border-top: #c4c6cc;
5615
+ }
5616
+ .bk-selector-list .bk-selector-list-item:last-child {
5617
+ border-bottom: #c4c6cc;
5618
+ }
5619
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected {
5620
+ background-color: #f4f6fa;
5621
+ }
5622
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected .selected-icon {
5623
+ display: inline-block;
5624
+ }
5625
+ .bk-selector-list .bk-selector-list-item.bk-selector-actived {
5626
+ background-color: #f4f6fa;
5627
+ }
5628
+ .bk-selector-list .bk-selector-list-item:hover {
5629
+ background-color: #eaf3ff;
5630
+ }
5631
+ .bk-selector-list .bk-selector-list-item.disabled {
5632
+ cursor: not-allowed;
5633
+ background: white;
5634
+ }
5635
+ .bk-selector-list .bk-selector-list-item.disabled .text {
5636
+ color: #c4c6cc;
5637
+ }
5638
+ .bk-selector-list .bk-selector-list-item.loading {
5639
+ padding: 5px 0 3px;
5640
+ text-align: center;
5641
+ }
5642
+ .bk-selector-list .bk-selector-list-item .loading {
5643
+ position: relative;
5644
+ width: 100%;
5645
+ height: 40px;
5646
+ font-size: 14px;
5647
+ cursor: default;
5648
+ }
5649
+ .bk-selector-list .bk-selector-list-item .text {
5650
+ padding: 0 10px;
5651
+ overflow: hidden;
5652
+ font-size: 12px;
5653
+ line-height: 32px;
5654
+ color: #63656e;
5655
+ text-overflow: ellipsis;
5656
+ white-space: nowrap;
5657
+ }
5658
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools {
5659
+ position: absolute;
5660
+ top: 10px;
5661
+ right: 0;
5662
+ display: none;
5663
+ font-size: 12px;
5664
+ }
5665
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools .bk-selector-list-icon {
5666
+ margin-right: 14px;
5667
+ }
5668
+ .bk-selector-list .bk-selector-list-item .highlight-text {
5669
+ color: #3a84ff;
5670
+ }
5671
+ .bk-popper {
5672
+ display: none;
5673
+ padding: 7px 14px;
5674
+ font-size: 12px;
5675
+ color: #fff;
5676
+ background: #333;
5677
+ border-radius: 4px;
5678
+ }
5679
+ .bk-popper.light {
5680
+ color: #63656e;
5681
+ background: #fff;
5682
+ box-shadow: #dcdee5 0px 0px 6px 0px;
5683
+ }
5684
+ .bk-popper .bk-popper-arrow,
5685
+ .bk-popper .bk-popper-arrow::before {
5686
+ position: absolute;
5687
+ width: 8px;
5688
+ height: 8px;
5689
+ background: inherit;
5690
+ }
5691
+ .bk-popper .bk-popper-arrow {
5692
+ visibility: hidden;
5693
+ }
5694
+ .bk-popper .bk-popper-arrow::before {
5695
+ content: '';
5696
+ visibility: visible;
5697
+ transform: rotate(45deg);
5698
+ }
5699
+ .bk-popper[data-show] {
5700
+ display: block;
5701
+ }
5702
+ .bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
5703
+ bottom: -4px;
5704
+ }
5705
+ .bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
5706
+ top: -4px;
5707
+ }
5708
+ .bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
5709
+ right: -4px;
5710
+ }
5711
+ .bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
5712
+ left: -4px;
2009
5713
  }