| | |
| | | {tabgroups.map((group, index) => { |
| | | return ( |
| | | <div key={index} className="tab-line-list"> |
| | | {index === 0 ? <Tooltip placement="bottomLeft" overlayClassName="middle" title={dict['model.tooltip.tabs.guide']}> |
| | | {index === 0 ? <Tooltip placement="bottomLeft" overlayClassName="middle" title="在左侧工具栏《标签页》中,选择对应类型的标签页拖至此处添加。"> |
| | | <QuestionCircleOutlined style={{color: '#c49f47', position: 'absolute', left: '5px', top: '20px'}} /> |
| | | </Tooltip> : null} |
| | | {index !== (tabgroups.length - 1) ? |
| | |
| | | })} |
| | | {/* 标签编辑 */} |
| | | <Modal |
| | | title={dict['header.modal.tabs.edit']} |
| | | title="标签-编辑" |
| | | visible={visible} |
| | | width={750} |
| | | maskClosable={false} |