Commit 3d7123dc authored by 皮倩雯's avatar 皮倩雯

fix: '优化事件添加功能样式'

parent 9aee8da0
Pipeline #65759 passed with stages
......@@ -1525,34 +1525,26 @@ const AddModal = props => {
</Select>
</Item>
</Col>
<Col span={5}>
<Item />
</Col>
<Col span={19}>
<Item>
<span>客户端上报和派单(需配置事件权限、受理流程)</span>
</Row>
<Item style={{marginBottom:'0px'}}>
<span style={{ marginLeft: '112px' }}>客户端上报(需配置事件权限、受理流程)</span>
</Item>
</Col>
<Col span={5}>
<Item />
</Col>
<Col span={4}>
<div style={{display:'inline-block', marginLeft:'112px', marginRight:'50px'}}>
<Item name="ReportFromWeb">
<Checkbox onChange={onChange3} checked={ReportFromWeb}>
前端
</Checkbox>
</Item>
</Col>
<Col span={15}>
</div>
<div style={{display:'inline-block'}}>
<Item name="ReportFromMobile">
<Checkbox onChange={onChange4} checked={ReportFromMobile}>
手持
</Checkbox>
</Item>
</div>
{/* </Item> */}
</Col>
{/* <Col span={5}>
<Item />
</Col>
......@@ -1563,6 +1555,7 @@ const AddModal = props => {
</Checkbox>
</Item>
</Col> */}
<Row>
<Col span={24}>
<Item
label={
......@@ -1900,11 +1893,11 @@ const AddModal = props => {
<InfoCircleOutlined
style={{
color: '#1890ff',
marginRight:'2px'
marginRight: '2px',
}}
/>
</Tooltip>
<span>是否内置</span>
<span>内置使用</span>
</div>
}
labelCol={{ span: 5 }}
......
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