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