adjust tensorboard card width

This commit is contained in:
hofee 2024-09-25 16:51:52 +08:00
parent 377f12c154
commit 92b24da022

View File

@ -26,7 +26,7 @@
<Divider />
<!-- TensorBoard iframe -->
<Row type="flex" style="margin-top: 20px;">
<Col v-for="(url, log_dir) in running_tensorboards" :key="url" :span="8" style="margin-right: 10px;">
<Col v-for="(url, log_dir) in running_tensorboards" :key="url" :span="7" style="margin-right: 10px;">
<Card>
<p slot="title" style="font-weight: bold;">TensorBoard</p>
<a :href="url" target="_blank" slot="extra">{{ url }}</a>