path letter case
This commit is contained in:
parent
a10ddb441a
commit
b2b51033fe
|
@ -4,7 +4,6 @@ import { Card,Form,Input, Select,Button,message,Upload, Icon,Switch } from 'antd
|
|||
const { Option } = Select;
|
||||
import { formatMessage, FormattedMessage } from 'umi/locale';
|
||||
import DescriptionList from '@/components/DescriptionList';
|
||||
import styles from '../../profile/AdvancedProfile.less';
|
||||
const { Description } = DescriptionList;
|
||||
import PageHeaderWrapper from '@/components/PageHeaderWrapper';
|
||||
const FormItem = Form.Item;
|
||||
|
@ -103,7 +102,7 @@ class AnalyzerTest extends Component {
|
|||
|
||||
return (
|
||||
<Fragment>
|
||||
<Card className={styles.tabsCard} bordered={false}>
|
||||
<Card bordered={false}>
|
||||
<div>
|
||||
<Form onSubmit={this.handleSubmit} hideRequiredMark style={{ marginTop: 8 }}>
|
||||
<FormItem {...formItemLayout} label="选择分词器">
|
||||
|
|
|
@ -4,7 +4,6 @@ import { Card,Form,Input, Select,Button,message,Upload, Icon,Switch } from 'antd
|
|||
const { Option } = Select;
|
||||
import { formatMessage, FormattedMessage } from 'umi/locale';
|
||||
import DescriptionList from '@/components/DescriptionList';
|
||||
import styles from '../profile/AdvancedProfile.less';
|
||||
const { Description } = DescriptionList;
|
||||
import PageHeaderWrapper from '@/components/PageHeaderWrapper';
|
||||
const FormItem = Form.Item;
|
||||
|
@ -168,7 +167,6 @@ class Import extends Component {
|
|||
return (
|
||||
<PageHeaderWrapper>
|
||||
<Card
|
||||
className={styles.tabsCard}
|
||||
bordered={false}
|
||||
tabList={operationTabList}
|
||||
onTabChange={this.onOperationTabChange}
|
||||
|
|
|
@ -6,7 +6,6 @@ import { Card,Form,Input, Select,Button,message, Drawer,
|
|||
const { Option } = Select;
|
||||
import { formatMessage, FormattedMessage } from 'umi/locale';
|
||||
import DescriptionList from '@/components/DescriptionList';
|
||||
import styles from '../profile/AdvancedProfile.less';
|
||||
const { Description } = DescriptionList;
|
||||
const FormItem = Form.Item;
|
||||
const { TextArea } = Input;
|
||||
|
@ -216,7 +215,6 @@ class LogstashConfig extends Component {
|
|||
return (
|
||||
<Fragment>
|
||||
<Card
|
||||
className={styles.tabsCard}
|
||||
bordered={false}
|
||||
tabList={operationTabList}
|
||||
onTabChange={this.onOperationTabChange}
|
||||
|
|
Loading…
Reference in New Issue