@sendoutcards/quantum-design-ui 1.7.39 → 1.7.40
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -21779,7 +21779,7 @@ var UpsaleDialog = function (_a) {
|
|
|
21779
21779
|
}))))), jsx(Div, {
|
|
21780
21780
|
backgroundColor: "foreground",
|
|
21781
21781
|
width: device <= 1367 ? '100%' : 'calc(100% - 10rem)',
|
|
21782
|
-
position: isMobile ? 'relative' : '
|
|
21782
|
+
position: isMobile ? 'relative' : 'absolute',
|
|
21783
21783
|
bottom: isMobile ? dialogFooterHeight : 'x0',
|
|
21784
21784
|
inset: isMobile ? 'x1' : {
|
|
21785
21785
|
bottom: 'x4'
|