knt-shared 1.4.5 → 1.4.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
@@ -615,51 +615,51 @@ video[data-v-e8cbf700] {
615
615
  margin-top: 4px;
616
616
  }
617
617
 
618
- .basic-table-wrapper[data-v-efd7cfc7] {
618
+ .basic-table-wrapper[data-v-eebe4c3c] {
619
619
  background: var(--color-bg-2, #fff);
620
620
  border-radius: 4px;
621
621
  padding: 16px;
622
622
  }
623
- .basic-table-toolbar[data-v-efd7cfc7] {
623
+ .basic-table-toolbar[data-v-eebe4c3c] {
624
624
  display: flex;
625
625
  justify-content: space-between;
626
626
  align-items: center;
627
627
  /* padding: 12px 0; */
628
628
  margin-bottom: 12px;
629
629
  }
630
- .toolbar-left[data-v-efd7cfc7] {
630
+ .toolbar-left[data-v-eebe4c3c] {
631
631
  display: flex;
632
632
  align-items: center;
633
633
  }
634
- .toolbar-title[data-v-efd7cfc7] {
634
+ .toolbar-title[data-v-eebe4c3c] {
635
635
  font-size: 16px;
636
636
  font-weight: 600;
637
637
  color: var(--color-text-1, #1d2129);
638
638
  }
639
- .toolbar-right[data-v-efd7cfc7] {
639
+ .toolbar-right[data-v-eebe4c3c] {
640
640
  display: flex;
641
641
  align-items: center;
642
642
  }
643
- .basic-table-search[data-v-efd7cfc7] {
643
+ .basic-table-search[data-v-eebe4c3c] {
644
644
  /* margin-bottom: 16px; */
645
645
  /* padding: 16px; */
646
646
  background: var(--color-bg-1, #fff);
647
647
  border-radius: 4px;
648
648
  padding: 10px 0;
649
649
  }
650
- .column-setting[data-v-efd7cfc7] {
650
+ .column-setting[data-v-eebe4c3c] {
651
651
  width: 200px;
652
652
  max-height: 400px;
653
653
  overflow-y: auto;
654
654
  }
655
- .column-setting-item[data-v-efd7cfc7] {
655
+ .column-setting-item[data-v-eebe4c3c] {
656
656
  padding: 8px 0;
657
657
  }
658
658
 
659
- .modal-wrapper[data-v-68fed17a] {
659
+ .modal-wrapper[data-v-9c2dbbc8] {
660
660
  padding: 0;
661
661
  }
662
- .modal-title-actions[data-v-68fed17a] {
662
+ .modal-title-actions[data-v-9c2dbbc8] {
663
663
  position: absolute;
664
664
  right: 0;
665
665
  top: 50%;
@@ -669,19 +669,19 @@ video[data-v-e8cbf700] {
669
669
  gap: 0.5rem;
670
670
  pointer-events: auto;
671
671
  }
672
- .modal-title-actions.has-close[data-v-68fed17a] {
672
+ .modal-title-actions.has-close[data-v-9c2dbbc8] {
673
673
  right: 1.5rem;
674
674
  }
675
- .cursor-help[data-v-68fed17a] {
675
+ .cursor-help[data-v-9c2dbbc8] {
676
676
  cursor: help;
677
677
  }
678
- .cursor-pointer[data-v-68fed17a] {
678
+ .cursor-pointer[data-v-9c2dbbc8] {
679
679
  cursor: pointer;
680
680
  }
681
- .text-gray-400[data-v-68fed17a] {
681
+ .text-gray-400[data-v-9c2dbbc8] {
682
682
  color: #9ca3af;
683
683
  }
684
- .w-full[data-v-68fed17a] {
684
+ .w-full[data-v-9c2dbbc8] {
685
685
  width: 100%;
686
686
  }
687
687
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",