|
|
@@ -15,7 +15,7 @@ import {
|
|
|
import React, { useState, useEffect } from 'react'
|
|
|
import { connect } from 'dva'
|
|
|
import SvgIcon from '@/components/SvgIcon'
|
|
|
-import styles from './index.less'
|
|
|
+// import styles from './index.less'
|
|
|
|
|
|
const Popcontactform = props => {
|
|
|
// 浏览器实际宽度
|
|
|
@@ -103,20 +103,6 @@ const Popcontactform = props => {
|
|
|
key: 'servicecont'
|
|
|
}
|
|
|
]
|
|
|
- // const servicedata = [
|
|
|
- // '1-给彭工更新了软件程序,安装演示了软。2-单位彭工要考甲乙级考试,给他带了资料过去。3-表示论文发表评职称也可以随时联系我。',
|
|
|
- // '1-给彭工更新了软件程序,安装演示了软。2-单位彭工要考甲乙级考试,给他带了资料过去。3-表示论文发表评职称也可以随时联系我。',
|
|
|
- // '1-给彭工更新了软件程序,安装演示了软。2-单位彭工要考甲乙级考试,给他带了资料过去。3-表示论文发表评职称也可以随时联系我。',
|
|
|
- // '1-给彭工更新了软件程序,安装演示了软。2-单位彭工要考甲乙级考试,给他带了资料过去。3-表示论文发表评职称也可以随时联系我。'
|
|
|
- // // '1-给彭工更新了软件程序,安装演示了软。2-单位彭工要考甲乙级考试,给他带了资料过去。3-表示论文发表评职称也可以随时联系我。'
|
|
|
- // ]
|
|
|
- // const journallist = [
|
|
|
- // 'Racing car sprays burning fuel into crowd.',
|
|
|
- // 'Japanese princess to wed commoner.',
|
|
|
- // 'Australian walks 100km after outback crash.',
|
|
|
- // 'Man charged over missing wedding girl.',
|
|
|
- // 'Los Angeles battles huge wildfires.'
|
|
|
- // ]
|
|
|
return (
|
|
|
<div>
|
|
|
<div className="sheet-box">
|
|
|
@@ -131,12 +117,13 @@ const Popcontactform = props => {
|
|
|
>
|
|
|
<Row>
|
|
|
<Col span={12} className="sheet-box-left">
|
|
|
- <div className="sheet-left-panel pr-4">
|
|
|
+ <div className="sheet-left-panel zh-pd-right-15">
|
|
|
<Row>
|
|
|
<Col span={12}>
|
|
|
<h2>刘泽富</h2>
|
|
|
</Col>
|
|
|
- <Col span={12} className={[ 'text-right', styles.textMuted ]}>
|
|
|
+ {/* className={[ 'text-right', styles.textMuted ]} */}
|
|
|
+ <Col span={12} className="zh-text-right zh-gray">
|
|
|
陈特 创建于 2019年5月6日 14:55
|
|
|
</Col>
|
|
|
</Row>
|
|
|
@@ -306,7 +293,7 @@ const Popcontactform = props => {
|
|
|
</div>
|
|
|
</Col>
|
|
|
<Col span={12}>
|
|
|
- <div className="sheet-right-panel pl-4">
|
|
|
+ <div className="sheet-right-panel zh-pd-left-15">
|
|
|
{/* <Tabs onChange={callback} type="card"> */}
|
|
|
<Tabs type="card">
|
|
|
<TabPane tab="养护云造价" key="养护云造价">
|
|
|
@@ -323,12 +310,12 @@ const Popcontactform = props => {
|
|
|
</TabPane>
|
|
|
</Tabs>
|
|
|
</div>
|
|
|
- <div className="sheet-btns pl-4 pt-4">
|
|
|
+ <div className="sheet-btns zh-pd-left-15 zh-pd-top-15">
|
|
|
<Button type="primary" ghost>
|
|
|
<SvgIcon type="icon-link" /> 绑定加密锁
|
|
|
</Button>
|
|
|
</div>
|
|
|
- <div className="sheet-panel-record pl-4">
|
|
|
+ <div className="sheet-panel-record zh-pd-left-15">
|
|
|
<Tabs type="card">
|
|
|
<TabPane tab="服务记录" key="服务记录">
|
|
|
<Table
|