瀏覽代碼

'update'

xc-v2
gtz 10 月之前
父節點
當前提交
b502490e7a
共有 4 個檔案被更改,包括 4 行新增4 行删除
  1. +1
    -1
      src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx
  2. +1
    -1
      src/pages/index.jsx
  3. +1
    -1
      src/pages/index.less
  4. +1
    -1
      src/pages/能耗分析/index.module.css

+ 1
- 1
src/components/模块组件/窑炉内部/Center/videoComponents/EnterToFloor1.jsx 查看文件

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


+ 1
- 1
src/pages/index.jsx 查看文件

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


+ 1
- 1
src/pages/index.less 查看文件

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


+ 1
- 1
src/pages/能耗分析/index.module.css 查看文件

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



Loading…
取消
儲存