dolphin-weex-ui 2.0.0 → 2.0.1
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.native.js +8 -8
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +11 -11
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-cell/index.vue +8 -8
package/dist/index.native.js
CHANGED
|
@@ -19475,20 +19475,20 @@ exports.default = {
|
|
|
19475
19475
|
|
|
19476
19476
|
if (iconSize === 'max') {
|
|
19477
19477
|
return {
|
|
19478
|
-
width: '
|
|
19479
|
-
height: '
|
|
19478
|
+
width: '112px',
|
|
19479
|
+
height: '112px',
|
|
19480
19480
|
borderRadius: '48px',
|
|
19481
|
-
marginTop: '
|
|
19482
|
-
marginBottom: '
|
|
19481
|
+
marginTop: '16px',
|
|
19482
|
+
marginBottom: '16px',
|
|
19483
19483
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19484
19484
|
};
|
|
19485
19485
|
} else if (iconSize === 'medium') {
|
|
19486
19486
|
return {
|
|
19487
|
-
width: '
|
|
19488
|
-
height: '
|
|
19487
|
+
width: '76px',
|
|
19488
|
+
height: '76px',
|
|
19489
19489
|
borderRadius: '32px',
|
|
19490
|
-
marginTop: '
|
|
19491
|
-
marginBottom: '
|
|
19490
|
+
marginTop: '40px',
|
|
19491
|
+
marginBottom: '40px',
|
|
19492
19492
|
backgroundColor: iconColor ? iconColor : 'transparent'
|
|
19493
19493
|
};
|
|
19494
19494
|
} else if (iconSize === 'min') {
|