@fewangsit/wangsvue-presets 1.0.104-alpha.6 → 1.0.104-alpha.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/fixedasset/image/index.js +1 -5
- package/fixedasset/index.es.js +1 -5
- package/fixedasset/index.system.js +1 -1
- package/fixedasset/style.css +0 -16
- package/globalsettings/image/index.js +1 -5
- package/globalsettings/index.es.js +1 -5
- package/globalsettings/index.system.js +1 -1
- package/globalsettings/style.css +0 -16
- package/package.json +1 -1
- package/supplyasset/image/index.js +1 -5
- package/supplyasset/index.es.js +1 -5
- package/supplyasset/index.system.js +1 -1
- package/supplyasset/style.css +0 -16
- package/wangsvue/image/index.js +1 -5
- package/wangsvue/index.es.js +27 -31
- package/wangsvue/index.system.js +1 -1
- package/wangsvue/style.css +0 -16
package/wangsvue/style.css
CHANGED
|
@@ -1536,10 +1536,6 @@
|
|
|
1536
1536
|
height: 10px;
|
|
1537
1537
|
}
|
|
1538
1538
|
|
|
1539
|
-
.h-\[125px\]{
|
|
1540
|
-
height: 125px;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
1539
|
.h-\[13px\]{
|
|
1544
1540
|
height: 13px;
|
|
1545
1541
|
}
|
|
@@ -1580,10 +1576,6 @@
|
|
|
1580
1576
|
height: 6px;
|
|
1581
1577
|
}
|
|
1582
1578
|
|
|
1583
|
-
.h-\[80px\]{
|
|
1584
|
-
height: 80px;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
1579
|
.h-\[calc\(100\%\+12px\)\]{
|
|
1588
1580
|
height: calc(100% + 12px);
|
|
1589
1581
|
}
|
|
@@ -1786,10 +1778,6 @@
|
|
|
1786
1778
|
width: 10px;
|
|
1787
1779
|
}
|
|
1788
1780
|
|
|
1789
|
-
.w-\[125px\]{
|
|
1790
|
-
width: 125px;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
1781
|
.w-\[13px\]{
|
|
1794
1782
|
width: 13px;
|
|
1795
1783
|
}
|
|
@@ -1870,10 +1858,6 @@
|
|
|
1870
1858
|
width: 800px;
|
|
1871
1859
|
}
|
|
1872
1860
|
|
|
1873
|
-
.w-\[80px\]{
|
|
1874
|
-
width: 80px;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
1861
|
.w-\[calc\(100\%\+12px\)\]{
|
|
1878
1862
|
width: calc(100% + 12px);
|
|
1879
1863
|
}
|