样式微调
This commit is contained in:
parent
25a86c4721
commit
5518f3b144
File diff suppressed because one or more lines are too long
@ -7,9 +7,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@include("common.header")
|
@include("common.header")
|
||||||
<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>
|
<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>
|
<th class="border border-black">弹幕条数</th>
|
||||||
<th class="border border-black hidden lg:table-cell">操作</th>
|
<th class="border border-black hidden lg:table-cell">操作</th>
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||||
<input class="border border-black" type="submit">
|
<input class="border border-black" type="submit">
|
||||||
</form>
|
</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>
|
<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>
|
<th class="border border-black">弹幕内容</th>
|
||||||
<th class="border border-black">发送时间</th>
|
<th class="border border-black">发送时间</th>
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||||
<input class="border border-black" type="submit">
|
<input class="border border-black" type="submit">
|
||||||
</form>
|
</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>
|
<thead>
|
||||||
<tr class="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>
|
<th class="border border-black">置顶评论</th>
|
||||||
<th class="border border-black hidden lg:table-cell">本期课代表</th>
|
<th class="border border-black hidden lg:table-cell">本期课代表</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user