diff options
Diffstat (limited to 'src/module')
-rw-r--r-- | src/module/Panel.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/Panel.jsx b/src/module/Panel.jsx index d5e1521..e372774 100644 --- a/src/module/Panel.jsx +++ b/src/module/Panel.jsx | |||
@@ -90,7 +90,7 @@ const Panel = React.createClass({ | |||
90 | const cls = classnames({ 'narrow': !this.showHour || !this.showSecond }); | 90 | const cls = classnames({ 'narrow': !this.showHour || !this.showSecond }); |
91 | 91 | ||
92 | return ( | 92 | return ( |
93 | <div className={`${prefixCls}-panel ${cls}`}> | 93 | <div className={`${prefixCls}-panel-inner ${cls}`}> |
94 | <Header | 94 | <Header |
95 | prefixCls={prefixCls} | 95 | prefixCls={prefixCls} |
96 | gregorianTimePickerLocale={value.locale} | 96 | gregorianTimePickerLocale={value.locale} |