profinansy-ui-lib 3.0.21 → 3.0.22
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1385,7 +1385,6 @@
|
|
|
1385
1385
|
background: rgba(90, 90, 90, 0.8);
|
|
1386
1386
|
`;t.Layout=l;const u=a.default.div`
|
|
1387
1387
|
overflow-y: auto;
|
|
1388
|
-
${o.Scroll}
|
|
1389
1388
|
position: fixed;
|
|
1390
1389
|
left: 0;
|
|
1391
1390
|
bottom: 0;
|
|
@@ -1397,6 +1396,7 @@
|
|
|
1397
1396
|
transition: 0.225s;
|
|
1398
1397
|
border-radius: 14px 14px 0 0;
|
|
1399
1398
|
padding: 0 16px 16px 16px;
|
|
1399
|
+
${o.Scroll}
|
|
1400
1400
|
`;t.Content=u;const c=a.default.div`
|
|
1401
1401
|
display: flex;
|
|
1402
1402
|
align-items: center;
|