You've already forked lubo_comment_query
							
							样式微调
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -7,9 +7,9 @@ | ||||
| </head> | ||||
| <body> | ||||
|     @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> | ||||
|         <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 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="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> | ||||
|   | ||||
| @@ -12,9 +12,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-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 hidden lg:table-cell">本期课代表</th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user