Files
17168ERP/web/admin/item/css/floating.css
2026-02-25 17:42:43 +08:00

7 lines
109 B
CSS

.floating-box{
position:fixed;
width:260px;
z-index:9999;
max-height:calc(100vh-100px);
}