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.Content>
<div style={{
background: "#F6FAFF",
background: "#F2F3F5",
}}>
<div id="page-content" style={{
height: clientHeight - 12,

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

@ -9,7 +9,7 @@ const Statistics = ({ dispatch, actions, route ,statistic}) => {
return (
<>{route == 'useAbnormal' ?
<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={{ 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

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

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

Loading…
Cancel
Save