Commit 4eabd5e5 by zhaochengxiang

bug fix

parent de226945
......@@ -260,7 +260,7 @@ const ImportActionHeader = (props) => {
return (
<div className='model-import-action-header'>
<div className='model-import-action-basic mb-3'>
<h2 className='mr-3' style={{ marginBottom: 0 }}>基本信息</h2>
<h3 className='mr-3' style={{ marginBottom: 0 }}>基本信息</h3>
</div>
{
editable ? (
......@@ -367,7 +367,7 @@ const ImportActionHeader = (props) => {
alignItems: 'center',
}}
>
<h2 className='mr-3' style={{ marginBottom: 0 }}>技术信息</h2>
<h3 className='mr-3' style={{ marginBottom: 0 }}>技术信息</h3>
{
isCollapse ? <Button type='primary' size='small' onClick={() => {
setCollapse(!isCollapse)
......
......@@ -813,7 +813,7 @@ const ImportActionIndex = (props) => {
<div className='model-import-action-index' id='model-import-action-index'>
<div className='d-flex mb-3' style={{ justifyContent: 'space-between' }}>
<Space>
<h2 style={{ marginBottom: 0 }}>数据表索引</h2>
<h3 style={{ marginBottom: 0 }}>数据表索引</h3>
{
editable && <Popover content='点击行进行编辑,表格可以通过拖拽来排序'>
<QuestionCircleOutlined className='pointer' />
......
......@@ -42,7 +42,7 @@ const FC = (props) => {
<div className='model-import-action-inherited'>
<div className='mb-3'>
<div className='flex' style={{ alignItems: 'center' }}>
<h2 className={action==='add'?'mr-1':'mr-3'} style={{ marginBottom: 0 }}>历史存储形式</h2>
<h3 className={action==='add'?'mr-1':'mr-3'} style={{ marginBottom: 0 }}>历史存储形式</h3>
{
action==='add' && <Popover className='mr-3' content='保存当前模型后方可选择历史存储形式'>
<QuestionCircleOutlined className='pointer' />
......
......@@ -74,7 +74,7 @@ const FC = (props) => {
alignItems: 'center',
}}
>
<h2 className='mr-3' style={{ marginBottom: 0 }}>管理信息</h2>
<h3 className='mr-3' style={{ marginBottom: 0 }}>管理信息</h3>
{
isCollapse ? <Button type='primary' size='small' onClick={() => {
setCollapse(!isCollapse)
......
......@@ -1113,7 +1113,7 @@ export const ImportActionTable = (props) => {
<div className='model-import-action-table' id='model-import-action-table'>
<div className='d-flex mb-3' style={{ justifyContent: 'space-between', alignItems: 'center' }}>
<Space>
<h2 style={{ marginBottom: 0 }}>数据表结构</h2>
<h3 style={{ marginBottom: 0 }}>数据表结构</h3>
{
editable && <Popover content={<span>
新增: 点击操作列的加号按钮在当前字段前新增一个字段<br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment