This commit is contained in:
parent
b057d781ef
commit
3f19913e5a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue