'update'
This commit is contained in:
parent
9a35afa58d
commit
b502490e7a
@ -73,7 +73,7 @@ function EnterToFloorOne(props) {
|
|||||||
style={{
|
style={{
|
||||||
top: '340px',
|
top: '340px',
|
||||||
left: '690px',
|
left: '690px',
|
||||||
height: '760px',
|
height: '720px',
|
||||||
}}
|
}}
|
||||||
animate={{
|
animate={{
|
||||||
opacity: [0, 0, 0, 0.6, 1],
|
opacity: [0, 0, 0, 0.6, 1],
|
||||||
|
@ -12,7 +12,7 @@ import RulerContainer from '../components/工具组件/Ruler';
|
|||||||
import { createPortal } from 'react-dom';
|
import { createPortal } from 'react-dom';
|
||||||
|
|
||||||
export default function index() {
|
export default function index() {
|
||||||
const { styles, value, setValue } = useSlider(75);
|
const { styles, value, setValue } = useSlider(100);
|
||||||
const [navActive, setNavActive] = useState('窑炉总览');
|
const [navActive, setNavActive] = useState('窑炉总览');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
top: 16%;
|
top: 16%;
|
||||||
left: 2%;
|
left: 2%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 80%;
|
||||||
/* background: #f003; */
|
/* background: #f003; */
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-size: 170% 200%;
|
background-size: 170% 200%;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
gap: 24px;
|
gap: 24px;
|
||||||
grid-template-columns: 900px 900px 16px 900px 900px;
|
grid-template-columns: 900px 900px 16px 900px 900px;
|
||||||
/* grid-template-rows: 128px 389px 389px; */
|
/* grid-template-rows: 128px 389px 389px; */
|
||||||
height: 100%;
|
/* height: 100%; */
|
||||||
/* overflow: hidden; */
|
/* overflow: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user