@fewangsit/wangsvue-presets 1.0.85-alpha.4 → 1.0.85-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/fixedasset/buttondownload/index.d.ts +2 -1
- package/fixedasset/buttondownload/index.js +6 -2
- package/fixedasset/buttonfilter/index.d.ts +13 -4
- package/fixedasset/buttonfilter/index.js +20 -7
- package/fixedasset/buttonsearch/index.js +1 -1
- package/fixedasset/datatable/index.js +1 -0
- package/fixedasset/filtercontainer/index.d.ts +7 -0
- package/fixedasset/filtercontainer/index.js +10 -0
- package/fixedasset/index.d.ts +2 -0
- package/fixedasset/index.js +2 -0
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +26 -0
- package/package.json +1 -1
- package/wangsvue/buttondownload/index.d.ts +1 -0
- package/wangsvue/buttondownload/index.js +1 -0
- package/wangsvue/buttonfilter/index.d.ts +3 -2
- package/wangsvue/buttonfilter/index.js +5 -4
- package/wangsvue/datatable/index.js +1 -0
- package/wangsvue/filtercontainer/index.d.ts +7 -0
- package/wangsvue/filtercontainer/index.js +10 -0
- package/wangsvue/index.d.ts +2 -0
- package/wangsvue/index.js +2 -0
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +26 -0
package/wangsvue/style.css
CHANGED
@@ -1775,6 +1775,10 @@
|
|
1775
1775
|
min-width: 272px !important;
|
1776
1776
|
}
|
1777
1777
|
|
1778
|
+
.min-w-0{
|
1779
|
+
min-width: 0px;
|
1780
|
+
}
|
1781
|
+
|
1778
1782
|
.min-w-52{
|
1779
1783
|
min-width: 13rem;
|
1780
1784
|
}
|
@@ -2256,6 +2260,10 @@
|
|
2256
2260
|
justify-content: space-between;
|
2257
2261
|
}
|
2258
2262
|
|
2263
|
+
.justify-items-start{
|
2264
|
+
justify-items: start;
|
2265
|
+
}
|
2266
|
+
|
2259
2267
|
.gap-0\.5{
|
2260
2268
|
gap: 0.125rem;
|
2261
2269
|
}
|
@@ -2276,6 +2284,10 @@
|
|
2276
2284
|
gap: 0.75rem;
|
2277
2285
|
}
|
2278
2286
|
|
2287
|
+
.gap-4{
|
2288
|
+
gap: 1rem;
|
2289
|
+
}
|
2290
|
+
|
2279
2291
|
.gap-6{
|
2280
2292
|
gap: 1.5rem;
|
2281
2293
|
}
|
@@ -2306,6 +2318,11 @@
|
|
2306
2318
|
column-gap: 0.125rem;
|
2307
2319
|
}
|
2308
2320
|
|
2321
|
+
.gap-x-3{
|
2322
|
+
-moz-column-gap: 0.75rem;
|
2323
|
+
column-gap: 0.75rem;
|
2324
|
+
}
|
2325
|
+
|
2309
2326
|
.gap-x-6{
|
2310
2327
|
-moz-column-gap: 1.5rem;
|
2311
2328
|
column-gap: 1.5rem;
|
@@ -2900,6 +2917,11 @@
|
|
2900
2917
|
background-color: rgb(235 234 240 / var(--tw-bg-opacity));
|
2901
2918
|
}
|
2902
2919
|
|
2920
|
+
.bg-general-500{
|
2921
|
+
--tw-bg-opacity: 1;
|
2922
|
+
background-color: rgb(78 75 102 / var(--tw-bg-opacity));
|
2923
|
+
}
|
2924
|
+
|
2903
2925
|
.bg-gray-500{
|
2904
2926
|
--tw-bg-opacity: 1;
|
2905
2927
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
@@ -5866,6 +5888,10 @@ h6,
|
|
5866
5888
|
background-color: rgb(189 165 82 / var(--tw-bg-opacity)) !important;
|
5867
5889
|
}
|
5868
5890
|
|
5891
|
+
.\[\&\>\*\]\:w-full>*{
|
5892
|
+
width: 100%;
|
5893
|
+
}
|
5894
|
+
|
5869
5895
|
.\[\&\>\[data-pc-name\=badge\]\]\:h-4>[data-pc-name=badge]{
|
5870
5896
|
height: 1rem;
|
5871
5897
|
}
|