样式微调

This commit is contained in:
2022-07-15 15:12:19 +08:00
parent 25a86c4721
commit 5518f3b144
4 changed files with 7 additions and 7 deletions

View File

@ -16,9 +16,9 @@
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
<input class="border border-black" type="submit">
</form>
<table class="table-auto border-collapse w-full border border-black">
<table class="table-auto border-collapse w-full lg:border lg:border-black">
<thead>
<tr class="border border-black">
<tr class="border border-black sticky bg-white lg:static top-0 left-0 right-0">
<th class="border border-black">发送人</th>
<th class="border border-black">弹幕内容</th>
<th class="border border-black">发送时间</th>