
/* 全局样式，不使用 scoped */
.tooltip-content {
    max-width: 300px;
    word-break: break-all;
    white-space: pre-wrap;
    line-height: 1.6;
    padding: 5px;
}


.file-management-container[data-v-18b56ba1] {
    display: flex;
    height: calc(100vh - 160px);
}
.file-list-container[data-v-18b56ba1] {
    width: 25%;
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.file-list-header[data-v-18b56ba1] {
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-actions-container[data-v-18b56ba1] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.file-list[data-v-18b56ba1] {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}
.file-item[data-v-18b56ba1] {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}
.file-item[data-v-18b56ba1]:hover {
    background-color: #f5f7fa;
}
.file-item.active[data-v-18b56ba1] {
    border-color: #409EFF;
    background-color: #ecf5ff;
}
.file-info[data-v-18b56ba1] {
    margin-bottom: 10px;
}
.file-name[data-v-18b56ba1] {
    font-weight: bold;
    margin-bottom: 5px;
    word-break: break-all;
}
.file-time[data-v-18b56ba1] {
    font-size: 12px;
    color: #909399;
}
.file-actions[data-v-18b56ba1] {
    display: flex;
    justify-content: flex-end;
}
.faq-detail-container[data-v-18b56ba1] {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.faq-header[data-v-18b56ba1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.faq-search[data-v-18b56ba1] {
    margin-bottom: 15px;
}
.faq-table[data-v-18b56ba1] {
    flex: 1;
    overflow: auto;
}
.ellipsis[data-v-18b56ba1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.no-file-selected[data-v-18b56ba1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.empty-tip[data-v-18b56ba1] {
    font-size: 16px;
    color: #909399;
}

