@fangzhongya/fang-ui 0.0.19 → 0.0.21
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/index.scss +2 -2
- package/dist/index.css +0 -79
- package/package.json +5 -5
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
@use './inputs/index.scss' as *;
|
|
25
25
|
@use './selects/index.scss' as *;
|
|
26
26
|
@use './switchs/index.scss' as *;
|
|
27
|
+
@use './text/index.scss' as *;
|
|
27
28
|
@use './el-tables/index.scss' as *;
|
|
28
29
|
@use './pagin/index.scss' as *;
|
|
29
30
|
@use './tables-pagin/index.scss' as *;
|
|
30
|
-
@use './tables/index.scss' as *;
|
|
31
|
-
@use './vxe-tables/index.scss' as *;
|
|
31
|
+
@use './tables/index.scss' as *;
|
package/dist/index.css
CHANGED
|
@@ -677,83 +677,4 @@
|
|
|
677
677
|
}
|
|
678
678
|
.tables-pag-paginat .el-pagination {
|
|
679
679
|
justify-content: flex-end;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.vtables {
|
|
683
|
-
width: 100%;
|
|
684
|
-
min-height: 100px;
|
|
685
|
-
position: relative;
|
|
686
|
-
flex: 1;
|
|
687
|
-
display: flex;
|
|
688
|
-
flex-direction: column;
|
|
689
|
-
}
|
|
690
|
-
.vtables-table {
|
|
691
|
-
background-color: transparent;
|
|
692
|
-
}
|
|
693
|
-
.vtables-table.is-absolute {
|
|
694
|
-
position: absolute;
|
|
695
|
-
top: 0;
|
|
696
|
-
right: 0;
|
|
697
|
-
bottom: 0;
|
|
698
|
-
left: 0;
|
|
699
|
-
}
|
|
700
|
-
.vtables-table .vxe-body--column {
|
|
701
|
-
overflow: hidden;
|
|
702
|
-
padding: 8px 0;
|
|
703
|
-
}
|
|
704
|
-
.vtables-table .col--checkbox .vxe-checkbox--label {
|
|
705
|
-
padding-left: 0;
|
|
706
|
-
}
|
|
707
|
-
.vtables .fv-custom-checkbox {
|
|
708
|
-
cursor: pointer;
|
|
709
|
-
position: relative;
|
|
710
|
-
}
|
|
711
|
-
.vtables .fv-custom-checkbox.is-disabled {
|
|
712
|
-
cursor: not-allowed;
|
|
713
|
-
}
|
|
714
|
-
.vtables .fv-custom-checkbox .el-checkbox__label {
|
|
715
|
-
color: var(--vxe-table-header-font-color);
|
|
716
|
-
font-weight: var(--vxe-table-header-font-weight);
|
|
717
|
-
}
|
|
718
|
-
.vtables .fv-custom-checkbox .fv-custom-checkbox-mask {
|
|
719
|
-
position: absolute;
|
|
720
|
-
top: 0;
|
|
721
|
-
right: 0;
|
|
722
|
-
bottom: 0;
|
|
723
|
-
left: 0;
|
|
724
|
-
z-index: 1;
|
|
725
|
-
opacity: 0;
|
|
726
|
-
}
|
|
727
|
-
.vtables .fv-custom-radio {
|
|
728
|
-
cursor: pointer;
|
|
729
|
-
position: relative;
|
|
730
|
-
}
|
|
731
|
-
.vtables .fv-custom-radio.is-disabled {
|
|
732
|
-
cursor: not-allowed;
|
|
733
|
-
}
|
|
734
|
-
.vtables .fv-custom-radio .el-radio {
|
|
735
|
-
height: auto;
|
|
736
|
-
}
|
|
737
|
-
.vtables .fv-custom-radio.center .el-radio {
|
|
738
|
-
text-align: center;
|
|
739
|
-
display: table-cell;
|
|
740
|
-
}
|
|
741
|
-
.vtables .fv-custom-radio.center .el-radio__label {
|
|
742
|
-
display: none;
|
|
743
|
-
}
|
|
744
|
-
.vtables .fv-custom-radio.right .el-radio {
|
|
745
|
-
text-align: right;
|
|
746
|
-
display: table-cell;
|
|
747
|
-
}
|
|
748
|
-
.vtables .fv-custom-radio.right .el-radio__label {
|
|
749
|
-
display: none;
|
|
750
|
-
}
|
|
751
|
-
.vtables .fv-custom-radio .fv-custom-radio-mask {
|
|
752
|
-
position: absolute;
|
|
753
|
-
top: 0;
|
|
754
|
-
right: 0;
|
|
755
|
-
bottom: 0;
|
|
756
|
-
left: 0;
|
|
757
|
-
z-index: 1;
|
|
758
|
-
opacity: 0;
|
|
759
680
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fangzhongya/fang-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"vue-tsc": "^3.0.3",
|
|
48
48
|
"vuedraggable": "4.1.0",
|
|
49
49
|
"vxe-table": "4.14.4",
|
|
50
|
-
"@fang-ui/icons": "0.0.1-0",
|
|
51
|
-
"@fang-ui/hooks": "0.0.1-0",
|
|
52
50
|
"@fang-ui/components": "0.0.1-0",
|
|
53
|
-
"@fang-ui/directives": "0.0.1-0",
|
|
54
51
|
"@fang-ui/locale": "0.0.1-0",
|
|
52
|
+
"@fang-ui/icons": "0.0.1-0",
|
|
53
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
55
54
|
"@fang-ui/theme": "0.0.1-0",
|
|
55
|
+
"@fang-ui/types": "0.0.1-0",
|
|
56
56
|
"@fang-ui/utils": "0.0.1-0",
|
|
57
|
-
"@fang-ui/
|
|
57
|
+
"@fang-ui/hooks": "0.0.1-0"
|
|
58
58
|
},
|
|
59
59
|
"main": "./dist/index.cjs",
|
|
60
60
|
"module": "./dist/index.js",
|