path letter case

This commit is contained in:
silenceqi 2021-02-20 08:51:48 +08:00
parent a10ddb441a
commit b2b51033fe
4 changed files with 1 additions and 6 deletions

View File

@ -4,7 +4,6 @@ import { Card,Form,Input, Select,Button,message,Upload, Icon,Switch } from 'antd
const { Option } = Select; const { Option } = Select;
import { formatMessage, FormattedMessage } from 'umi/locale'; import { formatMessage, FormattedMessage } from 'umi/locale';
import DescriptionList from '@/components/DescriptionList'; import DescriptionList from '@/components/DescriptionList';
import styles from '../../profile/AdvancedProfile.less';
const { Description } = DescriptionList; const { Description } = DescriptionList;
import PageHeaderWrapper from '@/components/PageHeaderWrapper'; import PageHeaderWrapper from '@/components/PageHeaderWrapper';
const FormItem = Form.Item; const FormItem = Form.Item;
@ -103,7 +102,7 @@ class AnalyzerTest extends Component {
return ( return (
<Fragment> <Fragment>
<Card className={styles.tabsCard} bordered={false}> <Card bordered={false}>
<div> <div>
<Form onSubmit={this.handleSubmit} hideRequiredMark style={{ marginTop: 8 }}> <Form onSubmit={this.handleSubmit} hideRequiredMark style={{ marginTop: 8 }}>
<FormItem {...formItemLayout} label="选择分词器"> <FormItem {...formItemLayout} label="选择分词器">

View File

@ -4,7 +4,6 @@ import { Card,Form,Input, Select,Button,message,Upload, Icon,Switch } from 'antd
const { Option } = Select; const { Option } = Select;
import { formatMessage, FormattedMessage } from 'umi/locale'; import { formatMessage, FormattedMessage } from 'umi/locale';
import DescriptionList from '@/components/DescriptionList'; import DescriptionList from '@/components/DescriptionList';
import styles from '../profile/AdvancedProfile.less';
const { Description } = DescriptionList; const { Description } = DescriptionList;
import PageHeaderWrapper from '@/components/PageHeaderWrapper'; import PageHeaderWrapper from '@/components/PageHeaderWrapper';
const FormItem = Form.Item; const FormItem = Form.Item;
@ -168,7 +167,6 @@ class Import extends Component {
return ( return (
<PageHeaderWrapper> <PageHeaderWrapper>
<Card <Card
className={styles.tabsCard}
bordered={false} bordered={false}
tabList={operationTabList} tabList={operationTabList}
onTabChange={this.onOperationTabChange} onTabChange={this.onOperationTabChange}

View File

@ -6,7 +6,6 @@ import { Card,Form,Input, Select,Button,message, Drawer,
const { Option } = Select; const { Option } = Select;
import { formatMessage, FormattedMessage } from 'umi/locale'; import { formatMessage, FormattedMessage } from 'umi/locale';
import DescriptionList from '@/components/DescriptionList'; import DescriptionList from '@/components/DescriptionList';
import styles from '../profile/AdvancedProfile.less';
const { Description } = DescriptionList; const { Description } = DescriptionList;
const FormItem = Form.Item; const FormItem = Form.Item;
const { TextArea } = Input; const { TextArea } = Input;
@ -216,7 +215,6 @@ class LogstashConfig extends Component {
return ( return (
<Fragment> <Fragment>
<Card <Card
className={styles.tabsCard}
bordered={false} bordered={false}
tabList={operationTabList} tabList={operationTabList}
onTabChange={this.onOperationTabChange} onTabChange={this.onOperationTabChange}