mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 13:13:16 +08:00
style(operlog): 优化操作日志预览的标签间距
统一使用 flex gap 替代空标签包裹,提升布局一致性
This commit is contained in:
@@ -57,7 +57,7 @@ const items = computed<DescriptionsProps['items']>(() => {
|
|||||||
{
|
{
|
||||||
label: '操作模块',
|
label: '操作模块',
|
||||||
content: (
|
content: (
|
||||||
<div class="flex items-center">
|
<div class="flex items-center gap-2">
|
||||||
<Tag>{data.title}</Tag>
|
<Tag>{data.title}</Tag>
|
||||||
{renderDict(data.businessType, DictEnum.SYS_OPER_TYPE)}
|
{renderDict(data.businessType, DictEnum.SYS_OPER_TYPE)}
|
||||||
</div>
|
</div>
|
||||||
@@ -70,10 +70,10 @@ const items = computed<DescriptionsProps['items']>(() => {
|
|||||||
{
|
{
|
||||||
label: '请求信息',
|
label: '请求信息',
|
||||||
content: (
|
content: (
|
||||||
<>
|
<div class="flex items-center gap-2">
|
||||||
{renderHttpMethodTag(data.requestMethod)}
|
{renderHttpMethodTag(data.requestMethod)}
|
||||||
{data.operUrl}
|
{data.operUrl}
|
||||||
</>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
data.errorMsg
|
data.errorMsg
|
||||||
|
|||||||
Reference in New Issue
Block a user