@fangzhongya/fang-ui 0.1.2 → 0.1.3

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.
@@ -116,5 +116,5 @@
116
116
  @use './paging/index.scss' as *;
117
117
  @use './tables/index.scss' as *;
118
118
  @use './tablesp/index.scss' as *;
119
- @use './tabless/index.scss' as *;
120
- @use './tablesv/index.scss' as *;
119
+ @use './tablesv/index.scss' as *;
120
+ @use './tablesvp/index.scss' as *;
@@ -110,11 +110,11 @@
110
110
  @use './switchs/style/index2.scss' as *;
111
111
  @use './texts/style/index2.scss' as *;
112
112
  @use './uploads/style/index2.scss' as *;
113
- @use './list/style/index.scss' as *;
113
+ @use './list/style/index2.scss' as *;
114
114
  @use './lists/style/index2.scss' as *;
115
115
  @use './listsp/style/index2.scss' as *;
116
116
  @use './paging/style/index2.scss' as *;
117
117
  @use './tables/style/index2.scss' as *;
118
118
  @use './tablesp/style/index2.scss' as *;
119
- @use './tabless/style/index2.scss' as *;
120
- @use './tablesv/style/index2.scss' as *;
119
+ @use './tablesv/style/index2.scss' as *;
120
+ @use './tablesvp/style/index2.scss' as *;
@@ -0,0 +1 @@
1
+ @use '../index.scss' as *;
@@ -1615,28 +1615,6 @@
1615
1615
  justify-content: flex-end;
1616
1616
  }
1617
1617
 
1618
- .tabless {
1619
- width: 100%;
1620
- flex: 1;
1621
- display: flex;
1622
- flex-direction: column;
1623
- }
1624
- .tabless-main {
1625
- display: flex;
1626
- flex-direction: column;
1627
- flex: 1;
1628
- width: 100%;
1629
- }
1630
- .tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1631
- display: none;
1632
- }
1633
- .tabless-paginat {
1634
- overflow: hidden;
1635
- }
1636
- .tabless-paginat .el-pagination {
1637
- justify-content: flex-end;
1638
- }
1639
-
1640
1618
  .tablesv {
1641
1619
  width: 100%;
1642
1620
  min-height: 100px;
@@ -1718,4 +1696,26 @@
1718
1696
  left: 0;
1719
1697
  z-index: 1;
1720
1698
  opacity: 0;
1699
+ }
1700
+
1701
+ .tablesvp {
1702
+ width: 100%;
1703
+ height: var(--tablesvp-height);
1704
+ display: flex;
1705
+ flex-direction: column;
1706
+ }
1707
+ .tablesvp-main {
1708
+ display: flex;
1709
+ flex-direction: column;
1710
+ flex: 1;
1711
+ width: 100%;
1712
+ }
1713
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1714
+ display: none;
1715
+ }
1716
+ .tablesvp-paginat {
1717
+ overflow: hidden;
1718
+ }
1719
+ .tablesvp-paginat .el-pagination {
1720
+ justify-content: flex-end;
1721
1721
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1762493553133,
4
+ "lastModified": 1762497579365,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
package/dist/index.css CHANGED
@@ -1615,28 +1615,6 @@
1615
1615
  justify-content: flex-end;
1616
1616
  }
1617
1617
 
1618
- .tabless {
1619
- width: 100%;
1620
- flex: 1;
1621
- display: flex;
1622
- flex-direction: column;
1623
- }
1624
- .tabless-main {
1625
- display: flex;
1626
- flex-direction: column;
1627
- flex: 1;
1628
- width: 100%;
1629
- }
1630
- .tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1631
- display: none;
1632
- }
1633
- .tabless-paginat {
1634
- overflow: hidden;
1635
- }
1636
- .tabless-paginat .el-pagination {
1637
- justify-content: flex-end;
1638
- }
1639
-
1640
1618
  .tablesv {
1641
1619
  width: 100%;
1642
1620
  min-height: 100px;
@@ -1718,4 +1696,26 @@
1718
1696
  left: 0;
1719
1697
  z-index: 1;
1720
1698
  opacity: 0;
1699
+ }
1700
+
1701
+ .tablesvp {
1702
+ width: 100%;
1703
+ height: var(--tablesvp-height);
1704
+ display: flex;
1705
+ flex-direction: column;
1706
+ }
1707
+ .tablesvp-main {
1708
+ display: flex;
1709
+ flex-direction: column;
1710
+ flex: 1;
1711
+ width: 100%;
1712
+ }
1713
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1714
+ display: none;
1715
+ }
1716
+ .tablesvp-paginat {
1717
+ overflow: hidden;
1718
+ }
1719
+ .tablesvp-paginat .el-pagination {
1720
+ justify-content: flex-end;
1721
1721
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,9 +50,9 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.17.10",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/icons": "0.0.1-0",
54
- "@fang-ui/hooks": "0.0.1-0",
55
53
  "@fang-ui/directives": "0.0.1-0",
54
+ "@fang-ui/hooks": "0.0.1-0",
55
+ "@fang-ui/icons": "0.0.1-0",
56
56
  "@fang-ui/locale": "0.0.1-0",
57
57
  "@fang-ui/theme": "0.0.1-0",
58
58
  "@fang-ui/types": "0.0.1-0",
File without changes