bk-magic-vue 2.4.0 → 2.4.1

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 (84) hide show
  1. package/dist/bk-magic-vue.css +113 -24
  2. package/dist/bk-magic-vue.js +1091 -839
  3. package/dist/bk-magic-vue.min.css +1 -1
  4. package/dist/bk-magic-vue.min.css.gz +0 -0
  5. package/dist/bk-magic-vue.min.css.map +1 -1
  6. package/dist/bk-magic-vue.min.js +1 -1
  7. package/dist/bk-magic-vue.min.js.gz +0 -0
  8. package/dist/bk-magic-vue.min.js.map +1 -1
  9. package/lib/alert.js +472 -472
  10. package/lib/back-top.js +1 -1
  11. package/lib/big-tree.js +3 -3
  12. package/lib/breadcrumb-item.js +426 -426
  13. package/lib/breadcrumb.js +438 -438
  14. package/lib/button.js +509 -509
  15. package/lib/cascade.js +36 -2
  16. package/lib/checkbox-group.js +16 -9
  17. package/lib/checkbox.js +9 -1
  18. package/lib/container.js +454 -454
  19. package/lib/date-picker.js +5 -8
  20. package/lib/dialog.js +8 -9
  21. package/lib/directives/clickoutside.js +61 -61
  22. package/lib/directives/copy.js +51 -51
  23. package/lib/divider.js +446 -446
  24. package/lib/dropdown-menu.js +1747 -1747
  25. package/lib/form-item.js +1 -1
  26. package/lib/image-viewer.js +67 -2
  27. package/lib/image.js +73 -3
  28. package/lib/info-box.js +8 -9
  29. package/lib/link.js +430 -430
  30. package/lib/locale/lang/en-US.js +153 -143
  31. package/lib/locale/lang/zh-CN.js +151 -143
  32. package/lib/message.js +1 -1
  33. package/lib/mixins/emitter.js +18 -18
  34. package/lib/navigation-menu-group.js +412 -412
  35. package/lib/navigation-menu-item.js +722 -722
  36. package/lib/navigation.js +668 -668
  37. package/lib/notify.js +1 -1
  38. package/lib/option-group.js +9 -1
  39. package/lib/option.js +1 -1
  40. package/lib/pagination.js +13 -13
  41. package/lib/process.js +233 -51
  42. package/lib/progress.js +499 -499
  43. package/lib/radio-button.js +541 -541
  44. package/lib/radio.js +555 -555
  45. package/lib/rate.js +607 -607
  46. package/lib/round-progress.js +502 -502
  47. package/lib/search-select.js +5 -5
  48. package/lib/select.js +6 -6
  49. package/lib/sideslider.js +1 -1
  50. package/lib/slider.js +5 -5
  51. package/lib/spin.js +500 -500
  52. package/lib/star.js +496 -496
  53. package/lib/steps.js +3 -3
  54. package/lib/switcher.js +538 -538
  55. package/lib/tab-panel.js +456 -456
  56. package/lib/table-setting-content.js +35 -20
  57. package/lib/table.js +764 -575
  58. package/lib/tag.js +459 -459
  59. package/lib/time-picker.js +2 -2
  60. package/lib/transfer.js +6 -6
  61. package/lib/ui/bk-magic-vue.css +113 -24
  62. package/lib/ui/bk-magic-vue.min.css +1 -1
  63. package/lib/ui/bk-magic-vue.min.css.gz +0 -0
  64. package/lib/ui/bk-magic-vue.min.css.map +1 -1
  65. package/lib/ui/image-viewer.css +38 -17
  66. package/lib/ui/image-viewer.min.css +1 -1
  67. package/lib/ui/image-viewer.min.css.map +1 -1
  68. package/lib/ui/process.css +76 -0
  69. package/lib/ui/process.min.css +1 -1
  70. package/lib/ui/process.min.css.map +1 -1
  71. package/lib/ui/slider.css +4 -2
  72. package/lib/ui/slider.min.css +1 -1
  73. package/lib/ui/slider.min.css.map +1 -1
  74. package/lib/ui/spin.css +5 -1
  75. package/lib/ui/spin.min.css +1 -1
  76. package/lib/ui/spin.min.css.map +1 -1
  77. package/lib/ui/table.css +16 -5
  78. package/lib/ui/table.min.css +1 -1
  79. package/lib/ui/table.min.css.map +1 -1
  80. package/lib/upload.js +2 -2
  81. package/lib/version-detail.js +9 -10
  82. package/lib/virtual-scroll.js +805 -805
  83. package/lib/zoom-image.js +502 -502
  84. package/package.json +1 -1
package/lib/ui/table.css CHANGED
@@ -641,13 +641,24 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
641
641
  }
642
642
 
643
643
  .bk-table-bottom-loading{
644
- position:absolute;
645
- bottom:44px;
646
- height:42px;
647
- width:calc(100% - 1px);
648
- z-index:100;
644
+ position:relative;
645
+ text-align:center;
646
+ bottom:0;
647
+ height:50px;
648
+ line-height:45px;
649
+ width:100%;
650
+ z-index:777;
649
651
  }
650
652
 
653
+ .bk-table-bottom-loading .bk-table-bottom-loading-spin .bk-icon{
654
+ font-size:15px;
655
+ }
656
+
657
+ .bk-table-bottom-loading .bk-table-bottom-loading-spin .bk-spin-title{
658
+ color:#979ba5;
659
+ font-size:12px;
660
+ }
661
+
651
662
  .bk-table-pagination-wrapper{
652
663
  padding:15px;
653
664
  margin-top:-1px;
@@ -1,2 +1,2 @@
1
- .bk-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;color:#575961}.bk-table,.bk-table .bk-button-text{font-size:12px}.bk-table:before{position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background-color:#dfe0e5;z-index:1}.bk-table thead{color:#63656e;font-weight:700}.bk-table thead.is-group th{background-color:#f5f7fa}.bk-table tr{background-color:#fff}.bk-table tr input[type=checkbox]{margin:0}.bk-table td,.bk-table th{height:42px;padding:0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.bk-table td.is-center,.bk-table td.is-center .cell,.bk-table th.is-center,.bk-table th.is-center .cell{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table td.is-right,.bk-table td.is-right .cell,.bk-table th.is-right,.bk-table th.is-right .cell{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bk-table td.gutter,.bk-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.bk-table td.is-hidden>*,.bk-table th.is-hidden>*{opacity:0;pointer-events:none}.bk-table td.is-prepend,.bk-table th.is-prepend{height:auto;background:transparent;font-weight:400}.bk-table td,.bk-table th.is-leaf{border-bottom:1px solid #dfe0e5}.bk-table th.is-sortable{cursor:pointer}.bk-table .cell{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;padding-left:15px;padding-right:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.bk-table .bk-form-checkbox{padding:0}.bk-table th{white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fafbfd}.bk-table th :hover{background-color:#f0f1f5}.bk-table th>.cell{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;vertical-align:middle;overflow:hidden;height:42px;line-height:42px}.bk-table th.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.bk-table th .bk-table-header-label{overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-weight:400;color:#313238}.bk-table th .bk-table-column-filter-trigger{-webkit-box-flex:20px;-ms-flex:20px 0 0px;flex:20px 0 0;height:20px;line-height:20px;font-size:14px;text-align:center;cursor:pointer;color:#c4c6cc}.bk-table th .bk-table-column-filter-trigger.is-open{color:#63656e}.bk-table th .bk-table-column-filter-trigger.is-filtered{color:#3a84ff}.bk-table th .bk-table-caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;-webkit-box-flex:20px;-ms-flex:20px 0 0px;flex:20px 0 0;vertical-align:middle;cursor:pointer;overflow:visible;overflow:initial;position:relative}.bk-table th .bk-table-sort-caret{width:0;height:0;border:5px solid transparent;position:absolute}.bk-table th .bk-table-sort-caret.ascending{border-bottom-color:#c0c4cc;top:-1px}.bk-table th .bk-table-sort-caret.descending{border-top-color:#c0c4cc;bottom:-1px}.bk-table th.ascending .bk-table-sort-caret.ascending{border-bottom-color:#3a84ff}.bk-table th.descending .bk-table-sort-caret.descending{border-top-color:#3a84ff}.bk-table td.gutter{width:0}.bk-table-medium td{height:54px}.bk-table-medium .cell{-webkit-line-clamp:2}.bk-table-large td{height:72px;padding:5px 0}.bk-table-large .cell{-webkit-line-clamp:3}.bk-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.bk-table-border,.bk-table-group,.bk-table-outer-border{border:1px solid #dfe0e5;border-radius:2px}.bk-table-border:after,.bk-table-group:after,.bk-table-outer-border:after{position:absolute;top:0;right:0;width:1px;height:100%;content:"";background-color:#dfe0e5;z-index:9}.bk-table-linear:before{top:0;bottom:auto}.bk-table-border{border-right:none;border-bottom:none}.bk-table-border td,.bk-table-border th{border-right:1px solid #dfe0e5}.bk-table-border td:first-child .cell,.bk-table-border th:first-child .cell{padding-left:10px}.bk-table-border th{border-bottom:1px solid #dfe0e5}.bk-table-border th.gutter:last-of-type{border-bottom:1px solid #dfe0e5}.bk-table-hidden{visibility:hidden}.bk-table-fixed,.bk-table-fixed-right{position:absolute;top:0;left:0;overflow:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12);border-bottom:1px solid #dfe0e5}.bk-table-fixed-right tr.bk-table-row-last td.is-last,.bk-table-fixed tr.bk-table-row-last td.is-last{border-bottom:none}.bk-table-fixed-right{top:0;left:auto;right:1px}.bk-table-fixed-right-patch{position:absolute;top:0;right:0;background-color:#f5f7fa;border-bottom:1px solid #dfe0e5}.bk-table-fixed-right .bk-table-fixed-body-wrapper,.bk-table-fixed-right .bk-table-fixed-footer-wrapper,.bk-table-fixed-right .bk-table-fixed-header-wrapper{left:auto;right:0}.bk-table-fixed-body-wrapper,.bk-table-fixed-footer-wrapper,.bk-table-fixed-header-wrapper{width:auto}.bk-table-fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.bk-table-fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.bk-table-fixed-footer-wrapper tbody td{border-top:1px solid #dfe0e5;background-color:#f5f7fa;color:#63656e}.bk-table-fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.bk-table-fixed-body-wrapper tr.is-expanded-row{visibility:hidden;pointer-events:none}.bk-table-footer-wrapper{margin-top:-1px}.bk-table-footer-wrapper td{border-top:1px solid #dfe0e5}.bk-table-body,.bk-table-footer,.bk-table-header{table-layout:fixed;border-collapse:separate}.bk-table-header th.has-border{border-right:1px solid #dfe0e5}.bk-table-footer-wrapper,.bk-table-header-wrapper{overflow:hidden}.bk-table-footer-wrapper tbody td,.bk-table-header-wrapper tbody td{background-color:#f5f7fa;color:#63656e}.bk-table-body-wrapper{overflow:hidden;position:relative}.bk-table-body-wrapper.is-scrolling-none~.bk-table-fixed,.bk-table-body-wrapper.is-scrolling-none~.bk-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper.is-scrolling-left~.bk-table-fixed{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper.is-scrolling-right~.bk-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper .bk-table-border.is-scrolling-right~.bk-table-fixed-right{border-left:1px solid #dfe0e5}.bk-table-body-wrapper .bk-table-border.is-scrolling-left~.bk-table-fixed{border-right:1px solid #dfe0e5}.bk-table-fit{border-right:0;border-bottom:0}.bk-table-fit td.gutter,.bk-table-fit th.gutter{border-right-width:1px}.bk-table-scrollable-x .bk-table-body-wrapper{overflow-x:auto}.bk-table-scrollable-y .bk-table-body-wrapper{overflow-y:auto}.bk-table-striped .bk-table-body tr.bk-table-row-striped td{background-color:#fafafa}.bk-table-striped .bk-table-body tr.current-row td{background-color:#ecf5ff}.bk-table-body tr.bk-table-row.hover-row>td{background-color:#f5f7fa}.bk-table-body tr.bk-table-row.hover-row.bk-table-row-striped.current-row>td{background-color:#ecf5ff}.bk-table-body tr.bk-table-row.current-row>td{background-color:#ecf5ff}.bk-table-column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #dfe0e5;z-index:10}.bk-table-enable-row-transition .bk-table-body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.bk-table-fluid-height .bk-table-fixed-right,.bk-table-fluid-height .bk-tale-fixed{bottom:0;overflow:hidden}.bk-table-empty-block{min-height:60px;text-align:center;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bk-table-empty-text{padding:60px 0;width:50%;color:#63656e}.bk-table-empty-text .bk-table-empty-icon{font-size:65px;color:#c3cdd7}.bk-table-expand-column .cell{padding:0;text-align:center}.bk-table-expand-icon{position:relative;cursor:pointer;color:#c4c6cc;font-size:12px;height:20px}.bk-table-expand-icon-expanded>.bk-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.bk-table-expand-icon>.bk-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.bk-table .bk-table-body td.bk-table-expanded-cell{padding:0 30px;background-color:#fff}.bk-table .bk-table-body td.bk-table-expanded-cell:hover{background-color:#fff}.bk-table .bk-table-body td.bk-table-expanded-cell .bk-table:before{display:none}.bk-table .bk-table-body td.bk-table-expanded-cell .bk-table-row-last td{border-bottom:none}td.bk-table-column-expand,td.bk-table-column-selection,th.bk-table-column-expand,th.bk-table-column-selection{padding:0}td.bk-table-column-expand .cell,td.bk-table-column-selection .cell,th.bk-table-column-expand .cell,th.bk-table-column-selection .cell{padding:0;width:100%;height:100%}.bk-table-column-selection .bk-form-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-column-selection .bk-form-checkbox .bk-checkbox{-webkit-box-flex:16px;-ms-flex:16px 0 0px;flex:16px 0 0}.bk-table-column-expand .bk-table-expand-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-column-expand .bk-table-expand-icon .bk-icon{-webkit-box-flex:12px;-ms-flex:12px 0 0px;flex:12px 0 0}.bk-table-bottom-loading{position:absolute;bottom:44px;height:42px;width:calc(100% - 1px);z-index:100}.bk-table-pagination-wrapper{padding:15px;margin-top:-1px;position:relative;border-top:1px solid #dfe0e5}.bk-table-column-setting{border-left:1px solid #dfe0e5}.bk-table-column-setting .cell{padding:0}.bk-table-column-setting .bk-table-setting-icon{display:inline-block;vertical-align:middle;width:24px;height:24px;line-height:24px;font-size:14px;color:#979ba5;cursor:pointer}.bk-table-column-setting .bk-table-setting-icon:hover{color:#63656e}.bk-table-setting-popover-content-theme.tippy-tooltip{padding:15px 0 0}.bk-table-setting-content{width:400px}.bk-table-setting-content .content-scroller{max-height:317px;overflow-y:auto}.bk-table-setting-content .content-scroller::-webkit-scrollbar{width:6px;height:6px}.bk-table-setting-content .content-scroller::-webkit-scrollbar-thumb{min-height:24px;border-radius:3px;background-color:#dcdee5}.bk-table-setting-content .content-title{padding:0 24px;margin:0;line-height:32px;font-size:16px;font-weight:400;color:#313238}.bk-table-setting-content .setting-title{font-size:14px;padding:0;margin:0}.bk-table-setting-content .setting-title .setting-subtitle{display:inline-block;color:#979ba5;font-size:12px;text-indent:-8px}.bk-table-setting-content .setting-title .setting-subtitle.is-limit{color:#ff5656}.bk-table-setting-content .content-fields{margin:10px 24px 0}.bk-table-setting-content .fields-group .fields-checkbox-wrapper{display:inline-block;width:calc(33.33333% - 15px);margin:10px 15px 0 0}.bk-table-setting-content .fields-group .fields-checkbox{max-width:100%}.bk-table-setting-content .fields-group .fields-checkbox .bk-checkbox-text{display:inline-block;max-width:calc(100% - 22px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bk-table-setting-content .content-line-height{margin:25px 24px 0}.bk-table-setting-content .content-line-height .link-button-group{margin-top:10px;font-size:0}.bk-table-setting-content .content-line-height .link-button{min-width:auto}.bk-table-setting-content .content-options{padding:0 10px;margin:30px 0 0;height:51px;line-height:50px;font-size:0;text-align:right;background:#fafbfd;border-top:1px solid #dcdee5}.tippy-tooltip.bk-table-filter-panel-theme{padding:0}.bk-table-filter-panel{min-width:70px;background-color:#fff}.bk-table-filter-panel.multiple{min-width:100px}.bk-table-filter-panel .panel-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:middle;-ms-flex-align:middle;align-items:middle;border-bottom:1px solid #f0f1f5}.bk-table-filter-panel .panel-search .panel-search-icon{-webkit-box-flex:16px;-ms-flex:16px 0 0px;flex:16px 0 0;margin:0 5px 0 10px;font-size:16px;line-height:24px}.bk-table-filter-panel .panel-search .panel-search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;border:none;outline:none;font-size:12px}.bk-table-filter-panel .panel-list{padding:5px 0;margin:0;max-height:250px;list-style:none;overflow-y:auto}.bk-table-filter-panel .panel-list::-webkit-scrollbar{width:6px;height:6px}.bk-table-filter-panel .panel-list::-webkit-scrollbar-thumb{min-height:24px;border-radius:3px;background-color:#dcdee5}.bk-table-filter-panel .panel-list .panel-item{padding:0 10px;font-size:12px;line-height:26px;cursor:pointer}.bk-table-filter-panel .panel-list .panel-item:hover{background-color:#eaf3ff;color:#3a84ff}.bk-table-filter-panel .panel-list .panel-item.is-selected{background-color:#f4f6fa;color:#3a84ff}.bk-table-filter-panel .panel-list .panel-item.is-disabled{color:#c4c6cc}.bk-table-filter-panel .panel-list .panel-item.is-hidden{display:none}.bk-table-filter-panel .panel-checkbox-group{display:block;padding:10px 10px 0}.bk-table-filter-panel .panel-checkbox-group .panel-checkbox{display:block;line-height:16px;margin-bottom:10px}.bk-table-filter-panel .panel-checkbox-group .panel-checkbox .bk-checkbox-text{font-size:12px}.bk-table-filter-panel .panel-options{display:-webkit-box;display:-ms-flexbox;display:flex;height:31px;border-top:1px solid #f0f1f5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-filter-panel .panel-options .panel-options-link{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;margin:0 15px}.bk-table-filter-panel .panel-options .panel-options-link .bk-link-text{font-size:12px}.bk-table-filter-panel .panel-options .panel-options-link~.panel-options-link{margin-left:0}.bk-table-filter-panel .panel-empty{display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;font-weight:400}
1
+ .bk-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;color:#575961}.bk-table,.bk-table .bk-button-text{font-size:12px}.bk-table:before{position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background-color:#dfe0e5;z-index:1}.bk-table thead{color:#63656e;font-weight:700}.bk-table thead.is-group th{background-color:#f5f7fa}.bk-table tr{background-color:#fff}.bk-table tr input[type=checkbox]{margin:0}.bk-table td,.bk-table th{height:42px;padding:0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.bk-table td.is-center,.bk-table td.is-center .cell,.bk-table th.is-center,.bk-table th.is-center .cell{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table td.is-right,.bk-table td.is-right .cell,.bk-table th.is-right,.bk-table th.is-right .cell{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bk-table td.gutter,.bk-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.bk-table td.is-hidden>*,.bk-table th.is-hidden>*{opacity:0;pointer-events:none}.bk-table td.is-prepend,.bk-table th.is-prepend{height:auto;background:transparent;font-weight:400}.bk-table td,.bk-table th.is-leaf{border-bottom:1px solid #dfe0e5}.bk-table th.is-sortable{cursor:pointer}.bk-table .cell{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;padding-left:15px;padding-right:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.bk-table .bk-form-checkbox{padding:0}.bk-table th{white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fafbfd}.bk-table th :hover{background-color:#f0f1f5}.bk-table th>.cell{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;vertical-align:middle;overflow:hidden;height:42px;line-height:42px}.bk-table th.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.bk-table th .bk-table-header-label{overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-weight:400;color:#313238}.bk-table th .bk-table-column-filter-trigger{-webkit-box-flex:20px;-ms-flex:20px 0 0px;flex:20px 0 0;height:20px;line-height:20px;font-size:14px;text-align:center;cursor:pointer;color:#c4c6cc}.bk-table th .bk-table-column-filter-trigger.is-open{color:#63656e}.bk-table th .bk-table-column-filter-trigger.is-filtered{color:#3a84ff}.bk-table th .bk-table-caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;-webkit-box-flex:20px;-ms-flex:20px 0 0px;flex:20px 0 0;vertical-align:middle;cursor:pointer;overflow:visible;overflow:initial;position:relative}.bk-table th .bk-table-sort-caret{width:0;height:0;border:5px solid transparent;position:absolute}.bk-table th .bk-table-sort-caret.ascending{border-bottom-color:#c0c4cc;top:-1px}.bk-table th .bk-table-sort-caret.descending{border-top-color:#c0c4cc;bottom:-1px}.bk-table th.ascending .bk-table-sort-caret.ascending{border-bottom-color:#3a84ff}.bk-table th.descending .bk-table-sort-caret.descending{border-top-color:#3a84ff}.bk-table td.gutter{width:0}.bk-table-medium td{height:54px}.bk-table-medium .cell{-webkit-line-clamp:2}.bk-table-large td{height:72px;padding:5px 0}.bk-table-large .cell{-webkit-line-clamp:3}.bk-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.bk-table-border,.bk-table-group,.bk-table-outer-border{border:1px solid #dfe0e5;border-radius:2px}.bk-table-border:after,.bk-table-group:after,.bk-table-outer-border:after{position:absolute;top:0;right:0;width:1px;height:100%;content:"";background-color:#dfe0e5;z-index:9}.bk-table-linear:before{top:0;bottom:auto}.bk-table-border{border-right:none;border-bottom:none}.bk-table-border td,.bk-table-border th{border-right:1px solid #dfe0e5}.bk-table-border td:first-child .cell,.bk-table-border th:first-child .cell{padding-left:10px}.bk-table-border th{border-bottom:1px solid #dfe0e5}.bk-table-border th.gutter:last-of-type{border-bottom:1px solid #dfe0e5}.bk-table-hidden{visibility:hidden}.bk-table-fixed,.bk-table-fixed-right{position:absolute;top:0;left:0;overflow:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12);border-bottom:1px solid #dfe0e5}.bk-table-fixed-right tr.bk-table-row-last td.is-last,.bk-table-fixed tr.bk-table-row-last td.is-last{border-bottom:none}.bk-table-fixed-right{top:0;left:auto;right:1px}.bk-table-fixed-right-patch{position:absolute;top:0;right:0;background-color:#f5f7fa;border-bottom:1px solid #dfe0e5}.bk-table-fixed-right .bk-table-fixed-body-wrapper,.bk-table-fixed-right .bk-table-fixed-footer-wrapper,.bk-table-fixed-right .bk-table-fixed-header-wrapper{left:auto;right:0}.bk-table-fixed-body-wrapper,.bk-table-fixed-footer-wrapper,.bk-table-fixed-header-wrapper{width:auto}.bk-table-fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.bk-table-fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.bk-table-fixed-footer-wrapper tbody td{border-top:1px solid #dfe0e5;background-color:#f5f7fa;color:#63656e}.bk-table-fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.bk-table-fixed-body-wrapper tr.is-expanded-row{visibility:hidden;pointer-events:none}.bk-table-footer-wrapper{margin-top:-1px}.bk-table-footer-wrapper td{border-top:1px solid #dfe0e5}.bk-table-body,.bk-table-footer,.bk-table-header{table-layout:fixed;border-collapse:separate}.bk-table-header th.has-border{border-right:1px solid #dfe0e5}.bk-table-footer-wrapper,.bk-table-header-wrapper{overflow:hidden}.bk-table-footer-wrapper tbody td,.bk-table-header-wrapper tbody td{background-color:#f5f7fa;color:#63656e}.bk-table-body-wrapper{overflow:hidden;position:relative}.bk-table-body-wrapper.is-scrolling-none~.bk-table-fixed,.bk-table-body-wrapper.is-scrolling-none~.bk-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper.is-scrolling-left~.bk-table-fixed{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper.is-scrolling-right~.bk-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.bk-table-body-wrapper .bk-table-border.is-scrolling-right~.bk-table-fixed-right{border-left:1px solid #dfe0e5}.bk-table-body-wrapper .bk-table-border.is-scrolling-left~.bk-table-fixed{border-right:1px solid #dfe0e5}.bk-table-fit{border-right:0;border-bottom:0}.bk-table-fit td.gutter,.bk-table-fit th.gutter{border-right-width:1px}.bk-table-scrollable-x .bk-table-body-wrapper{overflow-x:auto}.bk-table-scrollable-y .bk-table-body-wrapper{overflow-y:auto}.bk-table-striped .bk-table-body tr.bk-table-row-striped td{background-color:#fafafa}.bk-table-striped .bk-table-body tr.current-row td{background-color:#ecf5ff}.bk-table-body tr.bk-table-row.hover-row>td{background-color:#f5f7fa}.bk-table-body tr.bk-table-row.hover-row.bk-table-row-striped.current-row>td{background-color:#ecf5ff}.bk-table-body tr.bk-table-row.current-row>td{background-color:#ecf5ff}.bk-table-column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #dfe0e5;z-index:10}.bk-table-enable-row-transition .bk-table-body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.bk-table-fluid-height .bk-table-fixed-right,.bk-table-fluid-height .bk-tale-fixed{bottom:0;overflow:hidden}.bk-table-empty-block{min-height:60px;text-align:center;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bk-table-empty-text{padding:60px 0;width:50%;color:#63656e}.bk-table-empty-text .bk-table-empty-icon{font-size:65px;color:#c3cdd7}.bk-table-expand-column .cell{padding:0;text-align:center}.bk-table-expand-icon{position:relative;cursor:pointer;color:#c4c6cc;font-size:12px;height:20px}.bk-table-expand-icon-expanded>.bk-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.bk-table-expand-icon>.bk-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.bk-table .bk-table-body td.bk-table-expanded-cell{padding:0 30px;background-color:#fff}.bk-table .bk-table-body td.bk-table-expanded-cell:hover{background-color:#fff}.bk-table .bk-table-body td.bk-table-expanded-cell .bk-table:before{display:none}.bk-table .bk-table-body td.bk-table-expanded-cell .bk-table-row-last td{border-bottom:none}td.bk-table-column-expand,td.bk-table-column-selection,th.bk-table-column-expand,th.bk-table-column-selection{padding:0}td.bk-table-column-expand .cell,td.bk-table-column-selection .cell,th.bk-table-column-expand .cell,th.bk-table-column-selection .cell{padding:0;width:100%;height:100%}.bk-table-column-selection .bk-form-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-column-selection .bk-form-checkbox .bk-checkbox{-webkit-box-flex:16px;-ms-flex:16px 0 0px;flex:16px 0 0}.bk-table-column-expand .bk-table-expand-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-column-expand .bk-table-expand-icon .bk-icon{-webkit-box-flex:12px;-ms-flex:12px 0 0px;flex:12px 0 0}.bk-table-bottom-loading{position:relative;text-align:center;bottom:0;height:50px;line-height:45px;width:100%;z-index:777}.bk-table-bottom-loading .bk-table-bottom-loading-spin .bk-icon{font-size:15px}.bk-table-bottom-loading .bk-table-bottom-loading-spin .bk-spin-title{color:#979ba5;font-size:12px}.bk-table-pagination-wrapper{padding:15px;margin-top:-1px;position:relative;border-top:1px solid #dfe0e5}.bk-table-column-setting{border-left:1px solid #dfe0e5}.bk-table-column-setting .cell{padding:0}.bk-table-column-setting .bk-table-setting-icon{display:inline-block;vertical-align:middle;width:24px;height:24px;line-height:24px;font-size:14px;color:#979ba5;cursor:pointer}.bk-table-column-setting .bk-table-setting-icon:hover{color:#63656e}.bk-table-setting-popover-content-theme.tippy-tooltip{padding:15px 0 0}.bk-table-setting-content{width:400px}.bk-table-setting-content .content-scroller{max-height:317px;overflow-y:auto}.bk-table-setting-content .content-scroller::-webkit-scrollbar{width:6px;height:6px}.bk-table-setting-content .content-scroller::-webkit-scrollbar-thumb{min-height:24px;border-radius:3px;background-color:#dcdee5}.bk-table-setting-content .content-title{padding:0 24px;margin:0;line-height:32px;font-size:16px;font-weight:400;color:#313238}.bk-table-setting-content .setting-title{font-size:14px;padding:0;margin:0}.bk-table-setting-content .setting-title .setting-subtitle{display:inline-block;color:#979ba5;font-size:12px;text-indent:-8px}.bk-table-setting-content .setting-title .setting-subtitle.is-limit{color:#ff5656}.bk-table-setting-content .content-fields{margin:10px 24px 0}.bk-table-setting-content .fields-group .fields-checkbox-wrapper{display:inline-block;width:calc(33.33333% - 15px);margin:10px 15px 0 0}.bk-table-setting-content .fields-group .fields-checkbox{max-width:100%}.bk-table-setting-content .fields-group .fields-checkbox .bk-checkbox-text{display:inline-block;max-width:calc(100% - 22px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bk-table-setting-content .content-line-height{margin:25px 24px 0}.bk-table-setting-content .content-line-height .link-button-group{margin-top:10px;font-size:0}.bk-table-setting-content .content-line-height .link-button{min-width:auto}.bk-table-setting-content .content-options{padding:0 10px;margin:30px 0 0;height:51px;line-height:50px;font-size:0;text-align:right;background:#fafbfd;border-top:1px solid #dcdee5}.tippy-tooltip.bk-table-filter-panel-theme{padding:0}.bk-table-filter-panel{min-width:70px;background-color:#fff}.bk-table-filter-panel.multiple{min-width:100px}.bk-table-filter-panel .panel-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:middle;-ms-flex-align:middle;align-items:middle;border-bottom:1px solid #f0f1f5}.bk-table-filter-panel .panel-search .panel-search-icon{-webkit-box-flex:16px;-ms-flex:16px 0 0px;flex:16px 0 0;margin:0 5px 0 10px;font-size:16px;line-height:24px}.bk-table-filter-panel .panel-search .panel-search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;border:none;outline:none;font-size:12px}.bk-table-filter-panel .panel-list{padding:5px 0;margin:0;max-height:250px;list-style:none;overflow-y:auto}.bk-table-filter-panel .panel-list::-webkit-scrollbar{width:6px;height:6px}.bk-table-filter-panel .panel-list::-webkit-scrollbar-thumb{min-height:24px;border-radius:3px;background-color:#dcdee5}.bk-table-filter-panel .panel-list .panel-item{padding:0 10px;font-size:12px;line-height:26px;cursor:pointer}.bk-table-filter-panel .panel-list .panel-item:hover{background-color:#eaf3ff;color:#3a84ff}.bk-table-filter-panel .panel-list .panel-item.is-selected{background-color:#f4f6fa;color:#3a84ff}.bk-table-filter-panel .panel-list .panel-item.is-disabled{color:#c4c6cc}.bk-table-filter-panel .panel-list .panel-item.is-hidden{display:none}.bk-table-filter-panel .panel-checkbox-group{display:block;padding:10px 10px 0}.bk-table-filter-panel .panel-checkbox-group .panel-checkbox{display:block;line-height:16px;margin-bottom:10px}.bk-table-filter-panel .panel-checkbox-group .panel-checkbox .bk-checkbox-text{font-size:12px}.bk-table-filter-panel .panel-options{display:-webkit-box;display:-ms-flexbox;display:flex;height:31px;border-top:1px solid #f0f1f5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bk-table-filter-panel .panel-options .panel-options-link{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;margin:0 15px}.bk-table-filter-panel .panel-options .panel-options-link .bk-link-text{font-size:12px}.bk-table-filter-panel .panel-options .panel-options-link~.panel-options-link{margin-left:0}.bk-table-filter-panel .panel-empty{display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;font-weight:400}
2
2
  /*# sourceMappingURL=table.min.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["table.css","mixins/scroller.css","mixins/ellipsis.css"],"names":[],"mappings":"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","file":"table.min.css","sourcesContent":["@import './variable.css';\n@import './mixins/clearfix.css';\n@import './mixins/ellipsis.css';\n@import './mixins/scroller.css';\n$baseBackgroundColor: #f5f7fa;\n$tableBorderColor: #dfe0e5;\n$tableBorder: 1px solid $tableBorderColor;\n$tableFixedBoxShadow: 0 0 10px rgba(0, 0, 0, .12);\n$tableBorderColorLighter: #ebeef5;\n$tableCaretColor: #c0c4cc;\n$tablePrimaryColor: #409eff;\n$tableCurrentRowBackground: #ecf5ff;\n$tableInfoColor: #909399;\n\n.bk-table {\n position: relative;\n overflow: hidden;\n box-sizing: border-box;\n flex: 1;\n width: 100%;\n max-width: 100%;\n font-size: 12px;\n /* color: $fnMainColor; */\n color: #575961;\n .bk-button-text {\n font-size: 12px;\n }\n &:before {\n position: absolute;\n left: 0;\n bottom: 0;\n width: 100%;\n height: 1px;\n content: '';\n background-color: $tableBorderColor;\n z-index: 1;\n }\n thead {\n color: $fnMainColor;\n font-weight: bold;\n &.is-group {\n th {\n background-color: $baseBackgroundColor;\n }\n }\n }\n\n tr {\n background-color: #fff;\n input[type=\"checkbox\"] {\n margin: 0;\n }\n }\n\n th, td {\n height: 42px;\n /* padding: 9px 0; */\n padding: 0;\n min-width: 0;\n box-sizing: border-box;\n text-overflow: ellipsis;\n vertical-align: middle;\n position: relative;\n text-align: left;\n &.is-center {\n text-align: center;\n justify-content: center;\n .cell {\n text-align: center;\n justify-content: center\n }\n }\n &.is-right {\n text-align: right;\n justify-content: flex-end;\n .cell {\n text-align: right;\n justify-content: flex-end\n }\n }\n &.gutter {\n width: 15px;\n border-right-width: 0;\n border-bottom-width: 0;\n padding: 0;\n }\n &.is-hidden > * {\n opacity: 0;\n pointer-events: none;\n }\n &.is-prepend {\n height: auto;\n background: transparent;\n font-weight: normal;\n }\n }\n\n th.is-leaf,\n td {\n border-bottom: $tableBorder;\n }\n\n th.is-sortable {\n cursor: pointer;\n }\n .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: normal;\n word-break: break-all;\n padding-left: 15px;\n padding-right: 15px;\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n }\n\n .bk-form-checkbox {\n padding: 0;\n }\n\n th {\n white-space: nowrap;\n overflow: hidden;\n user-select: none;\n /* background-color: $newGreyColor2; */\n background-color: $newGreyColor3;\n :hover {\n background-color: $newGreyColor2;\n }\n >.cell {\n position: relative;\n display: inline-flex;\n justify-content: left;\n align-items: center;\n width: 100%;\n vertical-align: middle;\n overflow: hidden;\n height: 42px;\n line-height: 42px;\n }\n &.required > div:before {\n display: inline-block;\n content: \"\";\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background: #ff4d51;\n margin-right: 5px;\n vertical-align: middle;\n }\n\n .bk-table-header-label {\n overflow: hidden;\n white-space: nowrap;\n word-wrap: normal;\n text-overflow: ellipsis;\n font-weight: normal;\n color: #313238;\n }\n .bk-table-column-filter-trigger {\n flex: 20px 0 0;\n height: 20px;\n line-height: 20px;\n font-size: 14px;\n text-align: center;\n cursor: pointer;\n color: #C4C6CC;\n &.is-open {\n color: #63656e;\n }\n &.is-filtered {\n color: #3a84ff;\n }\n }\n .bk-table-caret-wrapper {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n height: 20px;\n flex: 20px 0 0;\n vertical-align: middle;\n cursor: pointer;\n overflow: initial;\n position: relative;\n }\n .bk-table-sort-caret {\n width: 0;\n height: 0;\n border: solid 5px transparent;\n position: absolute;\n &.ascending {\n border-bottom-color: $tableCaretColor;\n top: -1px;\n }\n\n &.descending {\n border-top-color: $tableCaretColor;\n bottom: -1px;\n }\n }\n &.ascending .bk-table-sort-caret.ascending {\n border-bottom-color: #3a84ff;\n }\n\n &.descending .bk-table-sort-caret.descending {\n border-top-color: #3a84ff;\n }\n }\n\n td.gutter {\n width: 0;\n }\n\n &-medium {\n td {\n height: 54px;\n }\n .cell {\n -webkit-line-clamp: 2;\n }\n }\n\n &-large {\n td {\n height: 72px;\n padding: 5px 0;\n }\n .cell {\n -webkit-line-clamp: 3;\n }\n }\n\n .hidden-columns {\n visibility: hidden;\n position: absolute;\n z-index: -1;\n }\n}\n.bk-table-group,\n.bk-table-border,\n.bk-table-outer-border {\n border: $tableBorder;\n border-radius: 2px;\n &:after {\n position: absolute;\n top: 0;\n right: 0;\n width: 1px;\n height: 100%;\n content: '';\n background-color: $tableBorderColor;\n z-index: 9;\n }\n}\n\n.bk-table-linear {\n &:before {\n top: 0;\n bottom: auto;\n }\n}\n\n.bk-table-border {\n border-right: none;\n border-bottom: none;\n th, td {\n border-right: $tableBorder;\n &:first-child .cell {\n padding-left: 10px;\n }\n }\n th {\n border-bottom: $tableBorder;\n }\n th.gutter:last-of-type {\n border-bottom: $tableBorder;\n }\n}\n\n.bk-table-hidden {\n visibility: hidden;\n}\n\n.bk-table-fixed,\n.bk-table-fixed-right {\n position: absolute;\n top: 0;\n left: 0;\n overflow: hidden;\n box-shadow: $tableFixedBoxShadow;\n border-bottom: 1px solid $tableBorderColor;\n tr.bk-table-row-last {\n td.is-last {\n border-bottom: none;\n }\n }\n}\n\n.bk-table-fixed-right {\n top: 0;\n left: auto;\n right: 1px;\n &-patch {\n position: absolute;\n top: 0;\n right: 0;\n background-color: $baseBackgroundColor;\n border-bottom: $tableBorder;\n }\n .bk-table-fixed-header-wrapper,\n .bk-table-fixed-body-wrapper,\n .bk-table-fixed-footer-wrapper {\n left: auto;\n right: 0;\n }\n}\n\n.bk-table-fixed-header-wrapper,\n.bk-table-fixed-body-wrapper,\n.bk-table-fixed-footer-wrapper {\n width: auto;\n}\n\n.bk-table-fixed-header-wrapper {\n position: absolute;\n left: 0;\n top: 0;\n z-index: 3;\n}\n\n.bk-table-fixed-footer-wrapper {\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 3;\n tbody td {\n border-top: $tableBorder;\n background-color: $baseBackgroundColor;\n color: $fnMainColor;\n }\n}\n\n.bk-table-fixed-body-wrapper {\n position: absolute;\n left: 0;\n top: 37px;\n overflow: hidden;\n z-index: 3;\n tr.is-expanded-row {\n visibility: hidden;\n pointer-events: none;\n }\n}\n\n.bk-table-footer-wrapper {\n margin-top: -1px;\n td {\n border-top: $tableBorder;\n }\n}\n\n.bk-table-header,\n.bk-table-body,\n.bk-table-footer {\n table-layout: fixed;\n border-collapse: separate;\n}\n\n.bk-table-header {\n th.has-border {\n border-right: $tableBorder;\n }\n}\n\n.bk-table-header-wrapper,\n.bk-table-footer-wrapper {\n overflow: hidden;\n tbody td {\n background-color: $baseBackgroundColor;\n color: $fnMainColor;\n }\n}\n\n.bk-table-body-wrapper {\n overflow: hidden;\n position: relative;\n &.is-scrolling-none {\n ~.bk-table-fixed,\n ~.bk-table-fixed-right {\n box-shadow: none;\n }\n }\n &.is-scrolling-left {\n ~.bk-table-fixed {\n box-shadow: none;\n }\n }\n &.is-scrolling-right {\n ~.bk-table-fixed-right {\n box-shadow: none;\n }\n }\n .bk-table-border {\n &.is-scrolling-right {\n ~.bk-table-fixed-right {\n border-left: $tableBorder;\n }\n }\n &.is-scrolling-left {\n ~.bk-table-fixed {\n border-right: $tableBorder;\n }\n }\n }\n}\n\n.bk-table-fit {\n border-right: 0;\n border-bottom: 0;\n th.gutter,\n td.gutter {\n border-right-width: 1px;\n }\n}\n\n.bk-table-scrollable {\n &-x .bk-table-body-wrapper {\n overflow-x: auto;\n }\n &-y .bk-table-body-wrapper {\n overflow-y: auto;\n }\n}\n\n.bk-table-striped {\n .bk-table-body {\n tr.bk-table-row-striped {\n td {\n background-color: #fafafa;\n }\n }\n tr.current-row td {\n background-color: $tableCurrentRowBackground;\n }\n }\n}\n\n.bk-table-body {\n tr.bk-table-row.hover-row {\n > td {\n /* background-color: $newGreyColor2; */\n background-color: #f5f7fa;\n }\n &.bk-table-row-striped {\n &.current-row {\n > td {\n background-color: $tableCurrentRowBackground;\n }\n }\n }\n }\n tr.bk-table-row.current-row > td {\n background-color: $tableCurrentRowBackground;\n }\n}\n\n.bk-table-column-resize-proxy {\n position: absolute;\n left: 200px;\n top: 0;\n bottom: 0;\n width: 0;\n border-left: $tableBorder;\n z-index: 10;\n}\n\n\n.bk-table-enable-row-transition {\n .bk-table-body td {\n transition: background-color .25s ease;\n }\n}\n\n.bk-table-fluid-height {\n .bk-tale-fixed,\n .bk-table-fixed-right {\n bottom: 0;\n overflow: hidden;\n }\n}\n\n.bk-table-empty-block {\n min-height: 60px;\n text-align: center;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.bk-table-empty-text {\n padding: 60px 0;\n width: 50%;\n color: $fnMainColor;\n .bk-table-empty-icon {\n font-size: 65px;\n color: $fnMinorColor;\n }\n}\n\n.bk-table-expand-column {\n .cell {\n padding: 0;\n text-align: center;\n }\n}\n\n.bk-table-expand-icon {\n position: relative;\n cursor: pointer;\n color: #c4c6cc;\n font-size: 12px;\n height: 20px;\n &-expanded > .bk-icon {\n transform: rotate(90deg);\n }\n > .bk-icon {\n position: absolute;\n left: 50%;\n top: 50%;\n margin-left: -5px;\n margin-top: -5px;\n transition: transform 0.2s ease-in-out;\n }\n}\n\n.bk-table .bk-table-body td.bk-table-expanded-cell {\n padding: 0 30px;\n background-color: #fff;\n &:hover {\n background-color: #fff;\n }\n .bk-table:before {\n display: none;\n }\n .bk-table-row-last td {\n border-bottom: none;\n }\n}\n\nth.bk-table-column-selection,\nth.bk-table-column-expand,\ntd.bk-table-column-selection,\ntd.bk-table-column-expand {\n padding: 0;\n .cell {\n padding: 0;\n width: 100%;\n height: 100%;\n }\n}\n.bk-table-column-selection {\n .bk-form-checkbox {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n .bk-checkbox {\n flex: 16px 0 0;\n }\n }\n}\n\n.bk-table-column-expand {\n .bk-table-expand-icon {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n .bk-icon {\n flex: 12px 0 0;\n }\n }\n}\n\n.bk-table-bottom-loading {\n position: absolute;\n bottom: 44px;\n height: 42px;\n width: calc(100% - 1px);\n z-index: 100;\n}\n\n.bk-table-pagination-wrapper {\n padding: 15px;\n margin-top: -1px;\n position: relative;\n border-top: 1px solid $tableBorderColor;\n}\n\n.bk-table-column-setting {\n border-left: 1px solid $tableBorderColor;\n .cell {\n padding: 0;\n }\n .bk-table-setting-icon {\n display: inline-block;\n vertical-align: middle;\n width: 24px;\n height: 24px;\n line-height: 24px;\n font-size: 14px;\n color: #979BA5;\n cursor: pointer;\n &:hover {\n color: #63656e;\n }\n }\n}\n.bk-table-setting-popover-content-theme.tippy-tooltip {\n padding: 15px 0 0;\n}\n.bk-table-setting-content {\n width: 400px;\n .content-scroller {\n max-height: 317px;\n overflow-y: auto;\n @mixin scroller;\n }\n .content-title {\n padding: 0 24px;\n margin: 0;\n line-height: 32px;\n font-size:16px;\n font-weight: normal;\n color: #313238;\n }\n .setting-title {\n font-size: 14px;\n padding: 0;\n margin: 0;\n .setting-subtitle {\n display: inline-block;\n color: #979BA5;\n font-size: 12px;\n text-indent: -8px;\n &.is-limit {\n color: $dangerColor;\n }\n }\n }\n .content-fields {\n margin: 10px 24px 0;\n }\n .fields-group {\n .fields-checkbox-wrapper {\n display: inline-block;\n width: calc(100% / 3 - 15px);\n margin: 10px 15px 0 0;\n }\n .fields-checkbox {\n max-width: 100%;\n .bk-checkbox-text {\n @mixin ellipsis calc(100% - 22px);\n }\n }\n }\n .content-line-height {\n margin: 25px 24px 0;\n .link-button-group {\n margin-top: 10px;\n font-size: 0;\n }\n .link-button {\n min-width: auto;\n }\n }\n .content-options {\n padding: 0 10px;\n margin: 30px 0 0;\n height: 51px;\n line-height: 50px;\n font-size: 0;\n text-align: right;\n background: #FAFBFD;\n border-top: 1px solid #DCDEE5;\n }\n}\n\n.tippy-tooltip.bk-table-filter-panel-theme {\n padding: 0;\n}\n.bk-table-filter-panel {\n min-width: 70px;\n background-color: #fff;\n &.multiple {\n min-width: 100px;\n }\n .panel-search {\n display: flex;\n align-items: middle;\n border-bottom: 1px solid #F0F1F5;\n .panel-search-icon {\n flex: 16px 0 0;\n margin: 0 5px 0 10px;\n font-size: 16px;\n line-height: 24px;\n }\n .panel-search-input {\n flex: 1;\n height: 24px;\n border: none;\n outline: none;\n font-size: 12px;\n }\n }\n .panel-list {\n padding: 5px 0;\n margin: 0;\n max-height: 250px;\n list-style: none;\n overflow-y: auto;\n @mixin scroller;\n .panel-item {\n padding: 0 10px;\n font-size: 12px;\n line-height: 26px;\n cursor: pointer;\n &:hover {\n background-color: #eaf3ff;\n color: #3a84ff;\n }\n &.is-selected {\n background-color: #f4f6fa;\n color: #3a84ff;\n }\n &.is-disabled {\n color: #c4c6cc;\n }\n &.is-hidden {\n display: none;\n }\n }\n }\n .panel-checkbox-group {\n display: block;\n padding: 10px 10px 0 10px;\n .panel-checkbox {\n display: block;\n line-height: 16px;\n margin-bottom: 10px;\n .bk-checkbox-text {\n font-size: 12px;\n }\n }\n }\n .panel-options {\n display: flex;\n height: 31px;\n border-top: 1px solid #F0F1F5;\n align-items: center;\n justify-content: center;\n .panel-options-link {\n flex: 1;\n white-space: nowrap;\n margin: 0 15px;\n .bk-link-text {\n font-size: 12px;\n }\n & ~ .panel-options-link {\n margin-left: 0;\n }\n }\n }\n .panel-empty {\n display: flex;\n height: 32px;\n margin: 0;\n align-items: center;\n justify-content: center;\n font-size: 12px;\n font-weight: normal;\n }\n}\n","/**\n * @file scroller mixin\n *\n * usage:\n * @mixin scroller;\n * @mixin scroller red;\n * @mixin scroller green, 2px;\n */\n\n@define-mixin scroller $backgroundColor: #dcdee5, $width: 6px {\n &::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n }\n &::-webkit-scrollbar-thumb {\n min-height: 24px;\n border-radius: 3px;\n background-color: $backgroundColor;\n }\n}\n","/**\n * @file ellipsis mixin\n *\n * usage:\n * @mixin ellipsis 100px;\n */\n\n@define-mixin ellipsis $maxWidth, $display: inline-block {\n display: $display;\n max-width: $maxWidth;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n"]}
1
+ {"version":3,"sources":["table.css","mixins/scroller.css","mixins/ellipsis.css"],"names":[],"mappings":"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","file":"table.min.css","sourcesContent":["@import './variable.css';\n@import './mixins/clearfix.css';\n@import './mixins/ellipsis.css';\n@import './mixins/scroller.css';\n$baseBackgroundColor: #f5f7fa;\n$tableBorderColor: #dfe0e5;\n$tableBorder: 1px solid $tableBorderColor;\n$tableFixedBoxShadow: 0 0 10px rgba(0, 0, 0, .12);\n$tableBorderColorLighter: #ebeef5;\n$tableCaretColor: #c0c4cc;\n$tablePrimaryColor: #409eff;\n$tableCurrentRowBackground: #ecf5ff;\n$tableInfoColor: #909399;\n\n.bk-table {\n position: relative;\n overflow: hidden;\n box-sizing: border-box;\n flex: 1;\n width: 100%;\n max-width: 100%;\n font-size: 12px;\n /* color: $fnMainColor; */\n color: #575961;\n .bk-button-text {\n font-size: 12px;\n }\n &:before {\n position: absolute;\n left: 0;\n bottom: 0;\n width: 100%;\n height: 1px;\n content: '';\n background-color: $tableBorderColor;\n z-index: 1;\n }\n thead {\n color: $fnMainColor;\n font-weight: bold;\n &.is-group {\n th {\n background-color: $baseBackgroundColor;\n }\n }\n }\n\n tr {\n background-color: #fff;\n input[type=\"checkbox\"] {\n margin: 0;\n }\n }\n\n th, td {\n height: 42px;\n /* padding: 9px 0; */\n padding: 0;\n min-width: 0;\n box-sizing: border-box;\n text-overflow: ellipsis;\n vertical-align: middle;\n position: relative;\n text-align: left;\n &.is-center {\n text-align: center;\n justify-content: center;\n .cell {\n text-align: center;\n justify-content: center\n }\n }\n &.is-right {\n text-align: right;\n justify-content: flex-end;\n .cell {\n text-align: right;\n justify-content: flex-end\n }\n }\n &.gutter {\n width: 15px;\n border-right-width: 0;\n border-bottom-width: 0;\n padding: 0;\n }\n &.is-hidden > * {\n opacity: 0;\n pointer-events: none;\n }\n &.is-prepend {\n height: auto;\n background: transparent;\n font-weight: normal;\n }\n }\n\n th.is-leaf,\n td {\n border-bottom: $tableBorder;\n }\n\n th.is-sortable {\n cursor: pointer;\n }\n .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: normal;\n word-break: break-all;\n padding-left: 15px;\n padding-right: 15px;\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n }\n\n .bk-form-checkbox {\n padding: 0;\n }\n\n th {\n white-space: nowrap;\n overflow: hidden;\n user-select: none;\n /* background-color: $newGreyColor2; */\n background-color: $newGreyColor3;\n :hover {\n background-color: $newGreyColor2;\n }\n >.cell {\n position: relative;\n display: inline-flex;\n justify-content: left;\n align-items: center;\n width: 100%;\n vertical-align: middle;\n overflow: hidden;\n height: 42px;\n line-height: 42px;\n }\n &.required > div:before {\n display: inline-block;\n content: \"\";\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background: #ff4d51;\n margin-right: 5px;\n vertical-align: middle;\n }\n\n .bk-table-header-label {\n overflow: hidden;\n white-space: nowrap;\n word-wrap: normal;\n text-overflow: ellipsis;\n font-weight: normal;\n color: #313238;\n }\n .bk-table-column-filter-trigger {\n flex: 20px 0 0;\n height: 20px;\n line-height: 20px;\n font-size: 14px;\n text-align: center;\n cursor: pointer;\n color: #C4C6CC;\n &.is-open {\n color: #63656e;\n }\n &.is-filtered {\n color: #3a84ff;\n }\n }\n .bk-table-caret-wrapper {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n height: 20px;\n flex: 20px 0 0;\n vertical-align: middle;\n cursor: pointer;\n overflow: initial;\n position: relative;\n }\n .bk-table-sort-caret {\n width: 0;\n height: 0;\n border: solid 5px transparent;\n position: absolute;\n &.ascending {\n border-bottom-color: $tableCaretColor;\n top: -1px;\n }\n\n &.descending {\n border-top-color: $tableCaretColor;\n bottom: -1px;\n }\n }\n &.ascending .bk-table-sort-caret.ascending {\n border-bottom-color: #3a84ff;\n }\n\n &.descending .bk-table-sort-caret.descending {\n border-top-color: #3a84ff;\n }\n }\n\n td.gutter {\n width: 0;\n }\n\n &-medium {\n td {\n height: 54px;\n }\n .cell {\n -webkit-line-clamp: 2;\n }\n }\n\n &-large {\n td {\n height: 72px;\n padding: 5px 0;\n }\n .cell {\n -webkit-line-clamp: 3;\n }\n }\n\n .hidden-columns {\n visibility: hidden;\n position: absolute;\n z-index: -1;\n }\n}\n.bk-table-group,\n.bk-table-border,\n.bk-table-outer-border {\n border: $tableBorder;\n border-radius: 2px;\n &:after {\n position: absolute;\n top: 0;\n right: 0;\n width: 1px;\n height: 100%;\n content: '';\n background-color: $tableBorderColor;\n z-index: 9;\n }\n}\n\n.bk-table-linear {\n &:before {\n top: 0;\n bottom: auto;\n }\n}\n\n.bk-table-border {\n border-right: none;\n border-bottom: none;\n th, td {\n border-right: $tableBorder;\n &:first-child .cell {\n padding-left: 10px;\n }\n }\n th {\n border-bottom: $tableBorder;\n }\n th.gutter:last-of-type {\n border-bottom: $tableBorder;\n }\n}\n\n.bk-table-hidden {\n visibility: hidden;\n}\n\n.bk-table-fixed,\n.bk-table-fixed-right {\n position: absolute;\n top: 0;\n left: 0;\n overflow: hidden;\n box-shadow: $tableFixedBoxShadow;\n border-bottom: 1px solid $tableBorderColor;\n tr.bk-table-row-last {\n td.is-last {\n border-bottom: none;\n }\n }\n}\n\n.bk-table-fixed-right {\n top: 0;\n left: auto;\n right: 1px;\n &-patch {\n position: absolute;\n top: 0;\n right: 0;\n background-color: $baseBackgroundColor;\n border-bottom: $tableBorder;\n }\n .bk-table-fixed-header-wrapper,\n .bk-table-fixed-body-wrapper,\n .bk-table-fixed-footer-wrapper {\n left: auto;\n right: 0;\n }\n}\n\n.bk-table-fixed-header-wrapper,\n.bk-table-fixed-body-wrapper,\n.bk-table-fixed-footer-wrapper {\n width: auto;\n}\n\n.bk-table-fixed-header-wrapper {\n position: absolute;\n left: 0;\n top: 0;\n z-index: 3;\n}\n\n.bk-table-fixed-footer-wrapper {\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 3;\n tbody td {\n border-top: $tableBorder;\n background-color: $baseBackgroundColor;\n color: $fnMainColor;\n }\n}\n\n.bk-table-fixed-body-wrapper {\n position: absolute;\n left: 0;\n top: 37px;\n overflow: hidden;\n z-index: 3;\n tr.is-expanded-row {\n visibility: hidden;\n pointer-events: none;\n }\n}\n\n.bk-table-footer-wrapper {\n margin-top: -1px;\n td {\n border-top: $tableBorder;\n }\n}\n\n.bk-table-header,\n.bk-table-body,\n.bk-table-footer {\n table-layout: fixed;\n border-collapse: separate;\n}\n\n.bk-table-header {\n th.has-border {\n border-right: $tableBorder;\n }\n}\n\n.bk-table-header-wrapper,\n.bk-table-footer-wrapper {\n overflow: hidden;\n tbody td {\n background-color: $baseBackgroundColor;\n color: $fnMainColor;\n }\n}\n\n.bk-table-body-wrapper {\n overflow: hidden;\n position: relative;\n &.is-scrolling-none {\n ~.bk-table-fixed,\n ~.bk-table-fixed-right {\n box-shadow: none;\n }\n }\n &.is-scrolling-left {\n ~.bk-table-fixed {\n box-shadow: none;\n }\n }\n &.is-scrolling-right {\n ~.bk-table-fixed-right {\n box-shadow: none;\n }\n }\n .bk-table-border {\n &.is-scrolling-right {\n ~.bk-table-fixed-right {\n border-left: $tableBorder;\n }\n }\n &.is-scrolling-left {\n ~.bk-table-fixed {\n border-right: $tableBorder;\n }\n }\n }\n}\n\n.bk-table-fit {\n border-right: 0;\n border-bottom: 0;\n th.gutter,\n td.gutter {\n border-right-width: 1px;\n }\n}\n\n.bk-table-scrollable {\n &-x .bk-table-body-wrapper {\n overflow-x: auto;\n }\n &-y .bk-table-body-wrapper {\n overflow-y: auto;\n }\n}\n\n.bk-table-striped {\n .bk-table-body {\n tr.bk-table-row-striped {\n td {\n background-color: #fafafa;\n }\n }\n tr.current-row td {\n background-color: $tableCurrentRowBackground;\n }\n }\n}\n\n.bk-table-body {\n tr.bk-table-row.hover-row {\n > td {\n /* background-color: $newGreyColor2; */\n background-color: #f5f7fa;\n }\n &.bk-table-row-striped {\n &.current-row {\n > td {\n background-color: $tableCurrentRowBackground;\n }\n }\n }\n }\n tr.bk-table-row.current-row > td {\n background-color: $tableCurrentRowBackground;\n }\n}\n\n.bk-table-column-resize-proxy {\n position: absolute;\n left: 200px;\n top: 0;\n bottom: 0;\n width: 0;\n border-left: $tableBorder;\n z-index: 10;\n}\n\n\n.bk-table-enable-row-transition {\n .bk-table-body td {\n transition: background-color .25s ease;\n }\n}\n\n.bk-table-fluid-height {\n .bk-tale-fixed,\n .bk-table-fixed-right {\n bottom: 0;\n overflow: hidden;\n }\n}\n\n.bk-table-empty-block {\n min-height: 60px;\n text-align: center;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.bk-table-empty-text {\n padding: 60px 0;\n width: 50%;\n color: $fnMainColor;\n .bk-table-empty-icon {\n font-size: 65px;\n color: $fnMinorColor;\n }\n}\n\n.bk-table-expand-column {\n .cell {\n padding: 0;\n text-align: center;\n }\n}\n\n.bk-table-expand-icon {\n position: relative;\n cursor: pointer;\n color: #c4c6cc;\n font-size: 12px;\n height: 20px;\n &-expanded > .bk-icon {\n transform: rotate(90deg);\n }\n > .bk-icon {\n position: absolute;\n left: 50%;\n top: 50%;\n margin-left: -5px;\n margin-top: -5px;\n transition: transform 0.2s ease-in-out;\n }\n}\n\n.bk-table .bk-table-body td.bk-table-expanded-cell {\n padding: 0 30px;\n background-color: #fff;\n &:hover {\n background-color: #fff;\n }\n .bk-table:before {\n display: none;\n }\n .bk-table-row-last td {\n border-bottom: none;\n }\n}\n\nth.bk-table-column-selection,\nth.bk-table-column-expand,\ntd.bk-table-column-selection,\ntd.bk-table-column-expand {\n padding: 0;\n .cell {\n padding: 0;\n width: 100%;\n height: 100%;\n }\n}\n.bk-table-column-selection {\n .bk-form-checkbox {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n .bk-checkbox {\n flex: 16px 0 0;\n }\n }\n}\n\n.bk-table-column-expand {\n .bk-table-expand-icon {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n .bk-icon {\n flex: 12px 0 0;\n }\n }\n}\n\n.bk-table-bottom-loading {\n position: relative;\n text-align: center;\n bottom: 0;\n height: 50px;\n line-height: 45px;\n width: 100%;\n z-index: 777;\n .bk-table-bottom-loading-spin {\n .bk-icon {\n font-size: 15px;\n }\n .bk-spin-title {\n color: #979ba5;\n font-size: 12px;\n }\n }\n}\n\n.bk-table-pagination-wrapper {\n padding: 15px;\n margin-top: -1px;\n position: relative;\n border-top: 1px solid $tableBorderColor;\n}\n\n.bk-table-column-setting {\n border-left: 1px solid $tableBorderColor;\n .cell {\n padding: 0;\n }\n .bk-table-setting-icon {\n display: inline-block;\n vertical-align: middle;\n width: 24px;\n height: 24px;\n line-height: 24px;\n font-size: 14px;\n color: #979BA5;\n cursor: pointer;\n &:hover {\n color: #63656e;\n }\n }\n}\n.bk-table-setting-popover-content-theme.tippy-tooltip {\n padding: 15px 0 0;\n}\n.bk-table-setting-content {\n width: 400px;\n .content-scroller {\n max-height: 317px;\n overflow-y: auto;\n @mixin scroller;\n }\n .content-title {\n padding: 0 24px;\n margin: 0;\n line-height: 32px;\n font-size:16px;\n font-weight: normal;\n color: #313238;\n }\n .setting-title {\n font-size: 14px;\n padding: 0;\n margin: 0;\n .setting-subtitle {\n display: inline-block;\n color: #979BA5;\n font-size: 12px;\n text-indent: -8px;\n &.is-limit {\n color: $dangerColor;\n }\n }\n }\n .content-fields {\n margin: 10px 24px 0;\n }\n .fields-group {\n .fields-checkbox-wrapper {\n display: inline-block;\n width: calc(100% / 3 - 15px);\n margin: 10px 15px 0 0;\n }\n .fields-checkbox {\n max-width: 100%;\n .bk-checkbox-text {\n @mixin ellipsis calc(100% - 22px);\n }\n }\n }\n .content-line-height {\n margin: 25px 24px 0;\n .link-button-group {\n margin-top: 10px;\n font-size: 0;\n }\n .link-button {\n min-width: auto;\n }\n }\n .content-options {\n padding: 0 10px;\n margin: 30px 0 0;\n height: 51px;\n line-height: 50px;\n font-size: 0;\n text-align: right;\n background: #FAFBFD;\n border-top: 1px solid #DCDEE5;\n }\n}\n\n.tippy-tooltip.bk-table-filter-panel-theme {\n padding: 0;\n}\n.bk-table-filter-panel {\n min-width: 70px;\n background-color: #fff;\n &.multiple {\n min-width: 100px;\n }\n .panel-search {\n display: flex;\n align-items: middle;\n border-bottom: 1px solid #F0F1F5;\n .panel-search-icon {\n flex: 16px 0 0;\n margin: 0 5px 0 10px;\n font-size: 16px;\n line-height: 24px;\n }\n .panel-search-input {\n flex: 1;\n height: 24px;\n border: none;\n outline: none;\n font-size: 12px;\n }\n }\n .panel-list {\n padding: 5px 0;\n margin: 0;\n max-height: 250px;\n list-style: none;\n overflow-y: auto;\n @mixin scroller;\n .panel-item {\n padding: 0 10px;\n font-size: 12px;\n line-height: 26px;\n cursor: pointer;\n &:hover {\n background-color: #eaf3ff;\n color: #3a84ff;\n }\n &.is-selected {\n background-color: #f4f6fa;\n color: #3a84ff;\n }\n &.is-disabled {\n color: #c4c6cc;\n }\n &.is-hidden {\n display: none;\n }\n }\n }\n .panel-checkbox-group {\n display: block;\n padding: 10px 10px 0 10px;\n .panel-checkbox {\n display: block;\n line-height: 16px;\n margin-bottom: 10px;\n .bk-checkbox-text {\n font-size: 12px;\n }\n }\n }\n .panel-options {\n display: flex;\n height: 31px;\n border-top: 1px solid #F0F1F5;\n align-items: center;\n justify-content: center;\n .panel-options-link {\n flex: 1;\n white-space: nowrap;\n margin: 0 15px;\n .bk-link-text {\n font-size: 12px;\n }\n & ~ .panel-options-link {\n margin-left: 0;\n }\n }\n }\n .panel-empty {\n display: flex;\n height: 32px;\n margin: 0;\n align-items: center;\n justify-content: center;\n font-size: 12px;\n font-weight: normal;\n }\n}\n","/**\n * @file scroller mixin\n *\n * usage:\n * @mixin scroller;\n * @mixin scroller red;\n * @mixin scroller green, 2px;\n */\n\n@define-mixin scroller $backgroundColor: #dcdee5, $width: 6px {\n &::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n }\n &::-webkit-scrollbar-thumb {\n min-height: 24px;\n border-radius: 3px;\n background-color: $backgroundColor;\n }\n}\n","/**\n * @file ellipsis mixin\n *\n * usage:\n * @mixin ellipsis 100px;\n */\n\n@define-mixin ellipsis $maxWidth, $display: inline-block {\n display: $display;\n max-width: $maxWidth;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n"]}
package/lib/upload.js CHANGED
@@ -3915,7 +3915,7 @@
3915
3915
  disabled: _vm.theme !== 'picture' || _vm.multiple || _vm.fileList.length === 0 || _vm.fileList.length > 1 || !_vm.fileList[0].errorMsg,
3916
3916
  content: _vm.fileList.length && _vm.fileList[0].errorMsg
3917
3917
  },
3918
- expression: "{\n disabled: theme !== 'picture' || multiple || fileList.length === 0 || fileList.length > 1 || !fileList[0].errorMsg,\n content: fileList.length && fileList[0].errorMsg\n }"
3918
+ expression: "{\n disabled: theme !== 'picture' || multiple || fileList.length === 0 || fileList.length > 1 || !fileList[0].errorMsg,\n content: fileList.length && fileList[0].errorMsg\n }"
3919
3919
  }],
3920
3920
  staticClass: "file-wrapper",
3921
3921
  class: {
@@ -3986,7 +3986,7 @@
3986
3986
  }
3987
3987
  }), _c('div', {
3988
3988
  staticClass: "mask"
3989
- }, [_vm._v("\n " + _vm._s(_vm.t('bk.uploadFile.replace')) + "\n "), _c('i', {
3989
+ }, [_vm._v("\n " + _vm._s(_vm.t('bk.uploadFile.replace')) + "\n "), _c('i', {
3990
3990
  staticClass: "bk-icon icon-close delete-file",
3991
3991
  on: {
3992
3992
  "click": function click($event) {
@@ -5096,8 +5096,7 @@
5096
5096
  default: false
5097
5097
  },
5098
5098
  zIndex: {
5099
- type: Number,
5100
- default: 1000
5099
+ type: Number
5101
5100
  },
5102
5101
  confirmFn: {
5103
5102
  type: Function,
@@ -5306,7 +5305,7 @@
5306
5305
  }
5307
5306
  }, 0);
5308
5307
  }
5309
- _this.dialogIndex = _this.getLocalZIndex();
5308
+ _this.dialogIndex = _this.zIndex !== undefined ? _this.zIndex : _this.getLocalZIndex();
5310
5309
  if (_this.showMask) {
5311
5310
  var options = {
5312
5311
  tplAction: 'keepAll',
@@ -5663,7 +5662,7 @@
5663
5662
  return _vm.okHandler($event);
5664
5663
  }
5665
5664
  }
5666
- }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5665
+ }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5667
5666
  attrs: {
5668
5667
  "type": "button",
5669
5668
  "name": "cancel",
@@ -5674,7 +5673,7 @@
5674
5673
  return _vm.cancelHandler($event);
5675
5674
  }
5676
5675
  }
5677
- }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e()] : [_vm.showHead ? _c('div', {
5676
+ }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e()] : [_vm.showHead ? _c('div', {
5678
5677
  staticClass: "bk-dialog-header"
5679
5678
  }, [_vm._t("header", [_c('div', {
5680
5679
  staticClass: "bk-dialog-header-inner"
@@ -5699,7 +5698,7 @@
5699
5698
  return _vm.okHandler($event);
5700
5699
  }
5701
5700
  }
5702
- }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5701
+ }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5703
5702
  attrs: {
5704
5703
  "type": "button",
5705
5704
  "name": "cancel",
@@ -5710,7 +5709,7 @@
5710
5709
  return _vm.cancelHandler($event);
5711
5710
  }
5712
5711
  }
5713
- }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e()], _vm.closeIcon ? _c('i', {
5712
+ }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e()], _vm.closeIcon ? _c('i', {
5714
5713
  staticClass: "bk-dialog-close bk-icon icon-close",
5715
5714
  on: {
5716
5715
  "click": function click($event) {
@@ -5783,7 +5782,7 @@
5783
5782
  return _vm.okHandler($event);
5784
5783
  }
5785
5784
  }
5786
- }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5785
+ }, [_vm._v("\n " + _vm._s(_vm.localeOkText) + "\n ")]), _c('bk-button', {
5787
5786
  attrs: {
5788
5787
  "type": "button",
5789
5788
  "name": "cancel",
@@ -5794,7 +5793,7 @@
5794
5793
  return _vm.cancelHandler($event);
5795
5794
  }
5796
5795
  }
5797
- }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e(), _vm.closeIcon ? _c('i', {
5796
+ }, [_vm._v("\n " + _vm._s(_vm.localeCancelText) + "\n ")])], 1)])], 2) : _vm._e(), _vm.closeIcon ? _c('i', {
5798
5797
  staticClass: "bk-dialog-close bk-icon icon-close",
5799
5798
  on: {
5800
5799
  "click": function click($event) {
@@ -6205,7 +6204,7 @@
6205
6204
  style: {
6206
6205
  height: _vm.dialog.height + 'px'
6207
6206
  }
6208
- }, [_vm._t("default", [_vm._v("\n " + _vm._s(_vm.versionDetail) + "\n ")], {
6207
+ }, [_vm._t("default", [_vm._v("\n " + _vm._s(_vm.versionDetail) + "\n ")], {
6209
6208
  detail: _vm.versionDetail
6210
6209
  })], 2)])]], 2);
6211
6210
  };