feat: 优化显示效果
This commit is contained in:
@@ -264,14 +264,14 @@ onMounted(async () => {
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #expand_content="{ row }">
|
<template #expand_content="{ row }">
|
||||||
<!-- TODO @xingyu:展开的样子,有点丑 -->
|
|
||||||
<Descriptions
|
<Descriptions
|
||||||
:column="4"
|
:column="4"
|
||||||
class="m-4"
|
class="mx-32 my-4 w-1/2"
|
||||||
:label-style="{
|
:label-style="{
|
||||||
width: '100px',
|
width: '100px',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
color: '#99a9bf',
|
||||||
}"
|
}"
|
||||||
:content-style="{ width: '100px', fontSize: '14px' }"
|
:content-style="{ width: '100px', fontSize: '14px' }"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user