diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-11-20 13:28:12 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-11-20 13:28:12 +0800 |
commit | 96a4cefce60a06e539dfb8eacfc27f026d6c8a41 (patch) | |
tree | e85c6c53bc16376f1a913815e6c820d962a3cdc6 /src/module | |
parent | 9f9f39e4fb8073f6f31d545c746e4c3b7ad651da (diff) | |
download | time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.tar.gz time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.tar.zst time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.zip |
change the className of panel and its container.
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} |