@charset "UTF-8";
/*!
 * 梁宏先生自定义样式表
 * Version - 1.0.0
 * Licensed under the MIT license
 *
 * Copyright (c) 2023 lh_udf.css
 */
.littleImg {
    border: #ff9c1d 2px solid;
    cursor: pointer;

}

.littleImg:hover {
    transform: scale(1.02);
}

a {
    text-decoration: none !important;

}

.lh-a {
    text-decoration: none !important;
}

.lh-text-small {
    font-size: 11px !important;
}

.carousel-caption {
    text-align: center;
    padding: 12px;
    color: white;
    background-color: rgba(0, 0, 0, .3);
}

.lh-text-funcPanel-remark {
    font-size: 9px !important;
}

.lh-cell-width {
    width: 100px !important;
    max-width: 200px !important;
    background-color: #9c27b0 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}


/*粘性表头类*/
/*粘性表头类*/
.my-sticky-header-table {
    height: 70vh; /* 这个决定了表格显示的高度 */
}

.my-sticky-header-table .q-table__top, .my-sticky-header-table .q-table__bottom, .my-sticky-header-table thead tr:first-child th {
    background-color: #bbf1c9;
}

.my-sticky-header-table thead tr th {
    position: sticky;
    z-index: 1;
}

.my-sticky-header-table thead tr:first-child th {
    top: 0;
}

.my-sticky-header-table.q-table--loading thead tr:last-child th {
    top: 48px;
}

.my-sticky-header-table tbody {
    scroll-margin-top: 48px;
}
/* qtable 粘性表头设置 */
.qtable-sticky-header-table {
    height: 84vh; /* 这个决定了表格显示的高度 */
}

.qtable-sticky-header-table .q-table__top, .qtable-sticky-header-table .q-table__bottom, .qtable-sticky-header-table thead tr:first-child th {
    background-color: rgb(123, 196, 229);
}

.qtable-sticky-header-table thead tr th {
    position: sticky;
    z-index: 1;
}

.qtable-sticky-header-table thead tr:first-child th {
    top: 0;
}

.qtable-sticky-header-table.q-table--loading thead tr:last-child th {
    top: 48px;
}

.qtable-sticky-header-table tbody {
    scroll-margin-top: 48px;
}
