样式调整

This commit is contained in:
Jerry Yan 2022-08-31 15:08:18 +08:00
parent e1e077d64b
commit db514f3519

View File

@ -27,6 +27,11 @@
#app[v-cloak] { #app[v-cloak] {
display: none; display: none;
} }
tr.table-header {
font-size: 20px;
font-weight: bold;
}
</style> </style>
</head> </head>
<body> <body>
@ -37,7 +42,7 @@
<h2>当前状态</h2> <h2>当前状态</h2>
<table class="current-status-table"> <table class="current-status-table">
<tbody> <tbody>
<tr> <tr class="table-header">
<td>系统</td> <td>系统</td>
<td>{{ collector.basic.system.os }}</td> <td>{{ collector.basic.system.os }}</td>
</tr> </tr>
@ -66,7 +71,7 @@
<h2>配置状态</h2> <h2>配置状态</h2>
<table class="current-config"> <table class="current-config">
<thead> <thead>
<tr> <tr class="table-header">
<td colspan="2">FFMPEG</td> <td colspan="2">FFMPEG</td>
</tr> </tr>
</thead> </thead>
@ -99,7 +104,7 @@
</table> </table>
<table class="current-config"> <table class="current-config">
<thead> <thead>
<tr> <tr class="table-header">
<td colspan="2">弹幕</td> <td colspan="2">弹幕</td>
</tr> </tr>
</thead> </thead>
@ -128,7 +133,7 @@
</table> </table>
<table class="current-config"> <table class="current-config">
<thead> <thead>
<tr> <tr class="table-header">
<td colspan="2">片段</td> <td colspan="2">片段</td>
</tr> </tr>
</thead> </thead>
@ -145,7 +150,7 @@
</table> </table>
<table class="current-config"> <table class="current-config">
<thead> <thead>
<tr> <tr class="table-header">
<td colspan="2">目录</td> <td colspan="2">目录</td>
</tr> </tr>
</thead> </thead>
@ -186,8 +191,8 @@
</table> </table>
<table class="upload-config"> <table class="upload-config">
<thead> <thead>
<tr> <tr class="table-header">
<td colspan="2">上传配置<sup>Beta</sup></td> <td colspan="2">上传配置<sup style="background: aliceblue">Beta</sup></td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -201,7 +206,7 @@
</tr> </tr>
<tr> <tr>
<td>视频描述</td> <td>视频描述</td>
<td style="white-space: pre-wrap;min-width: 375px;max-width: 100vw;width: 750px;">{{ config.video.desc }}</td> <td style="white-space: pre-wrap;max-width: calc(100vw - 6em);width: 750px">{{ config.video.desc }}</td>
</tr> </tr>
<tr> <tr>
<td>视频分区</td> <td>视频分区</td>