export const ITEM_STYLE = { 'alwaysExpand': '始终展开', 'neverExpand': '永不展开', 'hoverExpand': '悬浮展开', 'clickExpand': '单击展开' } export const GROUP_STYLE = { 'a': '样式一', 'b': '样式二', 'c': '样式三', 'd': '样式四' } export const TAG_STYLE = { 'a': '样式一', 'b': '样式二', 'c': '样式三', 'd': '样式四' }