﻿    .content-wrapper {
        padding: 0.5rem 0.5rem !important;
    }
    .table th, .table td {
        font-size: 1rem !important;
    }
    .fa-edit:before {
        content: "Edit";
    }
    .fa-trash:before {
        content: "Delete";
    }
    table.dataTable.no-footer {
        width: 100% !important;
    }
    .table td{
        line-height:1.25rem !important;
    }
    /* 調整選取行的背景色 */
    table.dataTable tbody > tr.selected,
    table.dataTable tbody > tr > .selected {
        background-color: #eeffe6 !important;
    }

    table#example thead th, table#example tbody td {
        white-space: normal; /* 允許自動換行 */
        word-wrap: break-word; /* 斷字換行 */
        min-width: 100px; /* 設定最小列寬 */
        line-height: 1.25rem !important;
    }
