自动化立体仓库 - WMS系统
zjj
2023-06-05 6ed6341c38e658966297a01271e11209f93da071
#平库地图更改
1个文件已修改
10 ■■■■ 已修改文件
src/main/webapp/views/home/map.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/home/map.html
@@ -217,7 +217,7 @@
        /*滑动卡片start*/
        .hoverCard {
            width: 160px;
            width: 140px;
            height: 224px;
            border-radius: 20px;
            background: #f5f5f5;
@@ -239,7 +239,7 @@
        .hoverCard .card-button {
            transform: translate(-50%, 125%);
            width: 50%;
            width: 60%;
            border-radius: 1rem;
            border: none;
            background-color: #008bf8;
@@ -424,8 +424,8 @@
    </style>
</head>
<body>
<div id="app" style="display: flex;justify-content: space-between;margin-top: 50px;flex-wrap: nowrap; scale: 0.9" @click="bgClick()">
    <div style="flex: 4;" :style="{scale:showScale/100.0,marginTop:(showScale-100)*5 + 'px'}">
<div id="app" style="display: flex;justify-content: space-around;margin-top: 50px;flex-wrap: nowrap; scale: 0.9" @click="bgClick()">
    <div style="flex: 3;" :style="{scale:showScale/100.0,marginTop:(showScale-100)*5 + 'px'}">
        <div>
            <div class="pointContainer" v-for="(x,index) in map" :key="index">
                <div v-if="index != 0 && (index != map.length-1)" v-for="(y,idx) in x" :key="idx">
@@ -472,7 +472,7 @@
            </div>
        </div>
    </div>
    <div style="padding: 20px;flex: 1;margin-top: -70px; ">
    <div style="padding: 20px;flex: 1;margin-top: -70px;">
        <el-slider v-model="showScale" :marks="showScaleMarks"></el-slider>
        <div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
            <div class="hoverCard" style="width: 100%;">