dolphin-weex-ui 2.4.1 → 2.4.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.
@@ -172,7 +172,7 @@ export default {
172
172
  } else {
173
173
  res = {
174
174
  'border-color': 'transparent',
175
- 'background-color': this._isDiablo ? '#d2d5d7' : '#d3d5d7'
175
+ 'background-color': this._isDiablo ? '#45494C' : '#d3d5d7'
176
176
  }
177
177
  }
178
178
  // colmo
@@ -193,7 +193,7 @@ export default {
193
193
  if ((this._isColmo && this.type === 'default') || this.type === 'colmo') dotColor = '#B35336'
194
194
  if (this.dotColor) dotColor = this.dotColor
195
195
  } else {
196
- dotColor = this.type === 'white' ? '#ffffff' : this._isColmo ? '#8A8A8F' : '#ffffff'
196
+ dotColor = this.type === 'white' ? '#ffffff' : this._isColmo ? '#8A8A8F' : this._isDiablo ? '#DCDDDD' : '#ffffff'
197
197
  }
198
198
 
199
199
  return dotColor
@@ -336,10 +336,11 @@ export default {
336
336
  }
337
337
  },
338
338
  hackMarginTop() {
339
- const platform = weex.config.env.platform
340
- if (platform === 'iOS') return -1
341
- if (platform === 'harmony') return 0
342
- return 2
339
+ // const platform = weex.config.env.platform
340
+ // if (platform === 'iOS') return -1
341
+ // if (platform === 'harmony') return 0
342
+ // return 2
343
+ return 0
343
344
  },
344
345
  textBtnStyle() {
345
346
  const { theme } = this