/* 公共样式补充 Tailwind */
[x-cloak] { display: none !important; }

/* 表格区域纵向滚动 */
.table-scroll { max-height: calc(100vh - 280px); overflow-y: auto; }

/* 商品图占位 */
img[src=""] { display: none; }
