Browse Source

大背景颜色

dev
wenlele 3 years ago
parent
commit
93b606d992
  1. 2
      web/client/src/layout/containers/layout/index.jsx
  2. 2
      web/client/src/sections/problem/components/statistics.jsx
  3. 2
      web/client/src/sections/problem/components/tableData.jsx

2
web/client/src/layout/containers/layout/index.jsx

@ -251,7 +251,7 @@ const LayoutContainer = props => {
</Layout.Sider>) : ('')} </Layout.Sider>) : ('')}
<Layout.Content> <Layout.Content>
<div style={{ <div style={{
background: "#F6FAFF", background: "#F2F3F5",
}}> }}>
<div id="page-content" style={{ <div id="page-content" style={{
height: clientHeight - 12, height: clientHeight - 12,

2
web/client/src/sections/problem/components/statistics.jsx

@ -9,7 +9,7 @@ const Statistics = ({ dispatch, actions, route ,statistic}) => {
return ( return (
<>{route == 'useAbnormal' ? <>{route == 'useAbnormal' ?
<Inspection statistic={statistic} route={route} /> : <Inspection statistic={statistic} route={route} /> :
<div style={{ width: '100%', height: 210, backgroundColor: 'white', marginBottom: 20 }}> <div style={{ width: '100%', height: 234, backgroundColor: 'white', marginBottom: 20 }}>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}> <div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<div style={{ width: 190, fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#101531', }}><span style={{ width: 3, height: 20, background: '#005ABD', display: 'inline-block', margin: "0 10px 0 10px" }}></span>{statistic[route]}</div> <div style={{ width: 190, fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#101531', }}><span style={{ width: 3, height: 20, background: '#005ABD', display: 'inline-block', margin: "0 10px 0 10px" }}></span>{statistic[route]}</div>
{/* <DatePicker {/* <DatePicker

2
web/client/src/sections/problem/components/tableData.jsx

@ -107,7 +107,7 @@ const TableData = ({ dispatch, actions, route, collectData, setSetup, exhibition
return ( return (
<> <>
<div style={{ backgroundColor: '#FFFFFF' }}> <div style={{ backgroundColor: '#FFFFFF',paddingTop:8 }}>
<div style={{}}> <div style={{}}>
<div style={{ display: "flex", marginBottom: 16, marginLeft: 20 }}> <div style={{ display: "flex", marginBottom: 16, marginLeft: 20 }}>
<Form <Form

Loading…
Cancel
Save