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