Files
sam-kd/load_null.php

25 lines
548 B
PHP
Raw Permalink Normal View History

<style>
.rounded-card {
border-radius: 15px !important; /* 조절하고 싶은 라운드 크기로 설정하세요. */
}
th {
text-align : center;
}
.table-hover tbody tr:hover {
cursor: pointer;
}
</style>
<div class="card rounded-card mb-2 mt-3">
<div class="card-header text-center fs-3">
금일은 출고 예정이 없습니다.
</div>
<div class="card-body p-2 m-1 mb-3 d-flex justify-content-center fs-3">
편안한 하루 되세요.
</div>
</div>