Cette révision appartient à :
gtz 2023-11-08 16:06:21 +08:00
Parent 9a35afa58d
révision b502490e7a
4 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -73,7 +73,7 @@ function EnterToFloorOne(props) {
style={{
top: '340px',
left: '690px',
height: '760px',
height: '720px',
}}
animate={{
opacity: [0, 0, 0, 0.6, 1],

Voir le fichier

@ -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 (

Voir le fichier

@ -86,7 +86,7 @@
top: 16%;
left: 2%;
width: 100%;
height: 100%;
height: 80%;
/* background: #f003; */
background-position: 50% 50%;
background-size: 170% 200%;

Voir le fichier

@ -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; */
}