diff --git a/demo/js/face.js b/demo/js/face.js index 857d99e52..df9571aca 100644 --- a/demo/js/face.js +++ b/demo/js/face.js @@ -28,8 +28,8 @@ Demo.Face = BI.inherit(BI.Widget, { action: action }], ref: ref, - width: 30, - height: 30 + width: 24, + height: 24 }] } }; diff --git a/dist/demo.js b/dist/demo.js index 6b992e932..5bde3a609 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -8860,8 +8860,8 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, { action: action }], ref: ref, - width: 30, - height: 30 + width: 24, + height: 24 }] } };