/* 通用表格样式 */
.table-responsive-fixed {
    height: 600px;
}

.table-header-id {
    width: 60px;
}

.table-header-image {
    width: 80px;
}

.table-header-name {
    width: 150px;
}

.table-header-title {
    width: 200px;
}

.table-header-code {
    width: 120px;
}

.table-header-qr {
    width: 100px;
}

.table-header-category {
    width: 120px;
}

.table-header-price {
    width: 120px;
}

.table-header-size {
    width: 150px;
}

.table-header-weight {
    width: 100px;
}

.table-header-quantity {
    width: 100px;
}

.table-header-status {
    width: 100px;
}

.table-header-message {
    width: 150px;
}

.table-header-time {
    width: 120px;
}

.table-header-operation {
    width: 150px;
}

.table-header-type {
    width: 120px;
}

.table-header-remark {
    width: 120px;
}

.table-header-shipping {
    width: 120px;
}

.table-header-box {
    width: 100px;
}

.table-header-product {
    width: 100px;
}

.table-header-shipped {
    width: 100px;
}

.table-header-inbound {
    width: 120px;
}

.table-header-headway {
    width: 150px;
}

.table-header-inbound-type {
    width: 120px;
}

.table-header-inbound-status {
    width: 120px;
}

.table-header-box-count {
    width: 100px;
}

.table-header-product-count {
    width: 100px;
}

.table-header-shipped-count {
    width: 100px;
}

.table-header-inbound-count {
    width: 100px;
}

.table-header-available {
    width: 100px;
}

.table-header-ordered {
    width: 100px;
}

.table-header-returned {
    width: 100px;
}

.table-header-lost {
    width: 100px;
}

.table-header-name {
    width: 150px;
}

.table-header-type {
    width: 120px;
}

.table-header-client-id {
    width: 120px;
}

.table-header-stock-sync {
    width: 100px;
}

.table-header-order-sync {
    width: 100px;
}

.table-header-status {
    width: 100px;
}

.table-header-message {
    width: 150px;
}

.table-header-time {
    width: 120px;
}

.table-header-operation {
    width: 150px;
}

.table-header-mark {
    width: 120px;
}

.table-header-product-info {
    width: 120px;
}

.table-header-product-count {
    width: 100px;
}

.table-header-dimension {
    width: 150px;
}

.table-header-weight {
    width: 100px;
}

.table-header-express {
    width: 120px;
}

.table-header-remark {
    width: 120px;
}

.table-header-time {
    width: 120px;
}

.table-header-status {
    width: 100px;
}

.table-header-operation {
    width: 150px;
}

/* 图片样式 */
.img-circle-fixed {
    width: 50px;
    height: 50px;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-buttons .btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.action-buttons .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-buttons .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.action-buttons .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.action-buttons .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.action-buttons .btn-success:hover {
    background-color: #1e7e34;
    border-color: #1e7e34;
}

.action-buttons .btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.action-buttons .btn-info:hover {
    background-color: #117a8b;
    border-color: #117a8b;
}

/* 按钮图标样式 */
.action-buttons .btn i {
    margin-right: 0.25rem;
}