样式微调

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

File diff suppressed because one or more lines are too long

View File

@ -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>

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="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>

View File

@ -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>