fix ui
This commit is contained in:
@@ -14,7 +14,6 @@ import Gas from "../../components/Modules/EnergyCostAnalysis/BadGas";
|
||||
function EnergyAnalysis(props) {
|
||||
return (
|
||||
<div className={cls.grid}>
|
||||
<div className={cls.bgDitu}></div>
|
||||
<div className={cls.vgrid + " col-1"}>
|
||||
{/* <SmokeHandle /> */}
|
||||
<div style={{ gridRow: "1 / 3" }}>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.grid {
|
||||
position: relative;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
gap: 24px;
|
||||
@@ -9,7 +10,7 @@
|
||||
}
|
||||
|
||||
.bgDitu {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: -1000;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -17,7 +18,7 @@
|
||||
height: 100%;
|
||||
/* background: #f003; */
|
||||
background: url(../../assets/ditu.png) no-repeat;
|
||||
background-position: -800px 0;
|
||||
/* background-position: -800px 0; */
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user