瀏覽代碼

Change Data

stany.ferer 1 年之前
父節點
當前提交
20592d15a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/class/core.class.php

+ 1 - 1
core/class/core.class.php

@@ -435,7 +435,7 @@ class core
             $infos = ["color" => "bg-danger"];
         }
 
-        echo '  <div class="mb-3" style="margin:10px 0; padding:20px; border-bottom: 1px solid #dee2e6;">
+        echo '  <div class="mb-3" style="margin:10px 0;">
                     <label class="form-label" style=""><i class="'.$_icon.'" style="font-size:18px; margin:4px;"></i> <span style="font-weight: bold;">'.$_label.'</span> [' . core::convertBytes($_num, "o", $valueUnitNum) . ' / ' . core::convertBytes($_max, "o", $valueUnitMax) . ']</label>
                     <div class="progress" role="progressbar" aria-label="Success example" aria-valuenow="'.$pourcentage.'" aria-valuemin="0" aria-valuemax="100">
                     <div class="progress-bar '.$infos["color"].'" style="width: '.$pourcentage.'%">'.$pourcentage.'%</div>