自动化立体仓库 - WCS系统
18516761980
2022-08-16 4df2c95e803ddbcaa96d12981b86e453309282a0
src/main/webapp/static/css/render.css
@@ -459,11 +459,11 @@
    width: 291px;
    height: 365px;
    background-image: url(../images/Popup-yellow.png);
    position: fixed;
    position: absolute;
    color:white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    z-index: 101;
}
/* 输送设备弹窗 */
@@ -471,11 +471,11 @@
    width: 291px;
    height: 336px;
    background-image: url(../images/Popup-green.png);
    position: fixed;
    position: absolute;
    color:white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    z-index: 101;
}
#siteWindow-head {
@@ -530,15 +530,11 @@
/*库位弹窗*/
#locWindow {
    width: 292px;
    height: 170px;
    background-color: rgba(0,0,0,0.7);
    height: 175px;
    background-color: rgba(0,0,0,0.85);
    border-radius: 20px;
    /*background-image: url(../images/Popup-yellow.png);*/
    position: fixed;
    position: absolute;
    color:white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
}
#locWindow-head {