This commit is contained in:
parent
b057d781ef
commit
3f19913e5a
|
@ -32,7 +32,7 @@
|
||||||
<template #title>
|
<template #title>
|
||||||
{{ item.system }}
|
{{ item.system }}
|
||||||
</template>
|
</template>
|
||||||
<div class="content-body-title" style="font-size: 18px">
|
<div class="content-body-title">
|
||||||
<span>{{ item.system }}</span>
|
<span>{{ item.system }}</span>
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -592,10 +592,9 @@
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: 'Alibaba PuHuiTi';
|
font-weight: 600;
|
||||||
font-weight: 500;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue