knt-shared 1.8.6 → 1.8.7

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.
package/dist/style.css CHANGED
@@ -659,12 +659,12 @@ video[data-v-b982f870] {
659
659
  margin-top: 4px;
660
660
  }
661
661
 
662
- .basic-table-wrapper[data-v-84dbe67a] {
662
+ .basic-table-wrapper[data-v-f752ab5b] {
663
663
  background: var(--color-bg-2, #fff);
664
664
  border-radius: 4px;
665
665
  padding: 16px;
666
666
  }
667
- .basic-table-wrapper.is-fullscreen[data-v-84dbe67a] {
667
+ .basic-table-wrapper.is-fullscreen[data-v-f752ab5b] {
668
668
  position: fixed;
669
669
  top: 0;
670
670
  left: 0;
@@ -674,39 +674,39 @@ video[data-v-b982f870] {
674
674
  overflow: auto;
675
675
  box-sizing: border-box;
676
676
  }
677
- .basic-table-toolbar[data-v-84dbe67a] {
677
+ .basic-table-toolbar[data-v-f752ab5b] {
678
678
  display: flex;
679
679
  justify-content: space-between;
680
680
  align-items: center;
681
681
  /* padding: 12px 0; */
682
682
  margin-bottom: 12px;
683
683
  }
684
- .toolbar-left[data-v-84dbe67a] {
684
+ .toolbar-left[data-v-f752ab5b] {
685
685
  display: flex;
686
686
  align-items: center;
687
687
  }
688
- .toolbar-title[data-v-84dbe67a] {
688
+ .toolbar-title[data-v-f752ab5b] {
689
689
  font-size: 16px;
690
690
  font-weight: 600;
691
691
  color: var(--color-text-1, #1d2129);
692
692
  }
693
- .toolbar-right[data-v-84dbe67a] {
693
+ .toolbar-right[data-v-f752ab5b] {
694
694
  display: flex;
695
695
  align-items: center;
696
696
  }
697
- .basic-table-search[data-v-84dbe67a] {
697
+ .basic-table-search[data-v-f752ab5b] {
698
698
  /* margin-bottom: 16px; */
699
699
  /* padding: 16px; */
700
700
  background: var(--color-bg-1, #fff);
701
701
  border-radius: 4px;
702
702
  padding: 10px 0;
703
703
  }
704
- .column-setting[data-v-84dbe67a] {
704
+ .column-setting[data-v-f752ab5b] {
705
705
  width: 200px;
706
706
  max-height: 400px;
707
707
  overflow-y: auto;
708
708
  }
709
- .column-setting-item[data-v-84dbe67a] {
709
+ .column-setting-item[data-v-f752ab5b] {
710
710
  padding: 8px 0;
711
711
  }
712
712
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",