File tree Expand file tree Collapse file tree
examples/component/coronaGallery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ class CountryGallery extends Gallery {
2020 * The image height of the gallery
2121 * @member {Number} imageHeight=240
2222 */
23- imageHeight : 260 ,
23+ imageHeight : 280 ,
2424 /**
2525 * The image width of the gallery
2626 * @member {Number} imageWidth=320
2727 */
28- imageWidth : 320 ,
28+ imageWidth : 340 ,
2929 /**
3030 * @member {Object} itemTpl_
3131 */
@@ -105,7 +105,7 @@ class CountryGallery extends Gallery {
105105
106106 vdomItem . cn [ 0 ] . style . height = me . imageHeight + 'px' ;
107107
108- firstChild . style . height = ( me . imageHeight - 50 ) + 'px' ;
108+ firstChild . style . height = ( me . imageHeight - 70 ) + 'px' ;
109109 firstChild . style . width = me . imageWidth + 'px' ;
110110
111111 firstChild . cn [ 0 ] . cn [ 0 ] . src = me . getCountryFlagUrl ( record . country ) ;
You can’t perform that action at this time.
0 commit comments