This commit is contained in:
a0049873 2023-01-10 18:29:39 +08:00
parent b057d781ef
commit 3f19913e5a
1 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@
<template #title>
{{ item.system }}
</template>
<div class="content-body-title" style="font-size: 18px">
<div class="content-body-title">
<span>{{ item.system }}</span>
<div></div>
</div>
@ -592,10 +592,9 @@
min-width: 100px;
max-width: 900px;
width: fit-content;
font-size: 14px;
font-size: 18px;
color: #333333;
font-family: 'Alibaba PuHuiTi';
font-weight: 500;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;