chengsc
2025-01-18 3fb6058bfb7d7a03722e35a043b95095fd8443d7
HTML/views/WareHouseSetting/FlatLibraryLegend.html
@@ -114,7 +114,7 @@
        .container {
            position: relative; /* 相对定位 */
            top: 50%; /* 向上移动自身高度的一半 */
            top: 90%; /* 向上移动自身高度的一半 */
            left: 50%; /* 向左移动自身宽度的一半 */
            transform: translate(-50%, -50%); /* 通过translate函数进行微调,使其完全居中 */
        }