﻿.thead-local {
    position: sticky;
}

.iconExpand {
    position: relative;
    height: 0.8em;
    margin-right: 4px;
    top: 0px;
    content: url("../images/angle-up-svgrepo-com.svg");
}

    .iconExpand.collapsed {
        content: url("../images/angle-down-svgrepo-com.svg");
    }

.format-number {
    text-align: right;
}

.autocomplete-dropdown {
    position: absolute;
    border: 1px solid #ccc;
    background: white;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 999;
    width: 200px; /* 可依需求調整寬度 */
}

.autocomplete-item {
    padding: 5px 10px;
    cursor: pointer;
}

    .autocomplete-item:hover {
        background: #f0f0f0;
    }

.listCusts-select {
    display: none;
    position: absolute;
    left: 100px;
    top: 100px;
}