* Modify the holiday list style.

This commit is contained in:
tianshujie
2023-02-28 10:36:01 +08:00
parent f6a573a51f
commit 573b2ef793
+1 -1
View File
@@ -34,7 +34,7 @@
</div>
</div>
<table class='table has-sort-head'>
<thead class="shadow-sm">
<thead <?php if(empty($holidays)) echo 'class="shadow-sm"';?>>
<tr>
<th class='c-name'><?php echo $lang->holiday->name;?></th>
<th class='c-time-limit'><?php echo $lang->holiday->holiday;?></th>