ppwjs之bootstrap表格:常量

$bootstrap.表格.基礎類 = "table";
$bootstrap.表格.條紋類 = "table-striped";
$bootstrap.表格.邊框類 = "table-bordered";
$bootstrap.表格.鼠標懸停類 = "table-hover";
$bootstrap.表格.黑色背景類 = "table-dark";
$bootstrap.表格.藍色類 = "table-primary";
$bootstrap.表格.綠色類 = "table-success";
$bootstrap.表格.紅色類 = "table-danger";
$bootstrap.表格.淺藍色類 = "table-info";
$bootstrap.表格.橘色類 = "table-warning";
$bootstrap.表格.灰色類 = "table-active";
$bootstrap.表格.淺灰類 = "table-secondary";
$bootstrap.表格.銀白類 = "table-light";
$bootstrap.表格.緊縮型類 = "table-sm";
$bootstrap.表格.響應式 = ".table-responsive";
$bootstrap.表格.響應式_小設備 = ".table-responsive-sm";//在指定屏幕寬度下顯示滾動條:< 576px
$bootstrap.表格.響應式_桌面 = ".table-responsive-md";//在指定屏幕寬度下顯示滾動條:< 768px
$bootstrap.表格.響應式_大桌面 = ".table-responsive-lg";//在指定屏幕寬度下顯示滾動條:< 992px
$bootstrap.表格.響應式_超大桌面 = ".table-responsive-xl";//在指定屏幕寬度下顯示滾動條:< 1200px
相關文章
相關標籤/搜索