knt-shared 1.8.6 → 1.8.8
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/components/Form/BasicForm.vue.d.ts.map +1 -1
- package/dist/components/Form/componentMap.d.ts +6 -1
- package/dist/components/Form/componentMap.d.ts.map +1 -1
- package/dist/components/Table/BasicTable.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +31 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +31 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +9 -9
- package/package.json +1 -1
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-
|
|
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-
|
|
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-
|
|
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-
|
|
684
|
+
.toolbar-left[data-v-f752ab5b] {
|
|
685
685
|
display: flex;
|
|
686
686
|
align-items: center;
|
|
687
687
|
}
|
|
688
|
-
.toolbar-title[data-v-
|
|
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-
|
|
693
|
+
.toolbar-right[data-v-f752ab5b] {
|
|
694
694
|
display: flex;
|
|
695
695
|
align-items: center;
|
|
696
696
|
}
|
|
697
|
-
.basic-table-search[data-v-
|
|
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-
|
|
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-
|
|
709
|
+
.column-setting-item[data-v-f752ab5b] {
|
|
710
710
|
padding: 8px 0;
|
|
711
711
|
}
|
|
712
712
|
|