dolphin-weex-ui 0.3.2 → 0.3.3
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/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -36660,7 +36660,8 @@ module.exports = {
|
|
|
36660
36660
|
module.exports = {
|
|
36661
36661
|
"wrapper": {
|
|
36662
36662
|
"width": "750",
|
|
36663
|
-
"backgroundColor": "#ffffff"
|
|
36663
|
+
"backgroundColor": "#ffffff",
|
|
36664
|
+
"boxShadow": "0 -1px 5px 0 rgba(0, 0, 0, 0.05)"
|
|
36664
36665
|
},
|
|
36665
36666
|
"top-border": {
|
|
36666
36667
|
"borderTopStyle": "solid",
|
|
@@ -36670,7 +36671,6 @@ module.exports = {
|
|
|
36670
36671
|
"tab-bar-list": {
|
|
36671
36672
|
"flexDirection": "row",
|
|
36672
36673
|
"backgroundColor": "#ffffff",
|
|
36673
|
-
"boxShadow": "0 -1px 5px 0 rgba(0, 0, 0, 0.05)",
|
|
36674
36674
|
"paddingTop": "12",
|
|
36675
36675
|
"paddingRight": "10",
|
|
36676
36676
|
"paddingBottom": 0,
|