style: 优化系统日志详情 Tab 样式
This commit is contained in:
parent
b85d69298d
commit
99997c160e
@ -50,7 +50,7 @@ public class SystemLogDetailResp extends LogResp {
|
||||
/**
|
||||
* 请求 URL
|
||||
*/
|
||||
@Schema(description = "请求 URL", example = "https://api.charles7c.top/system/dept")
|
||||
@Schema(description = "请求 URL", example = "http://api.charles7c.top/system/dept")
|
||||
private String requestUrl;
|
||||
|
||||
/**
|
||||
|
@ -50,7 +50,7 @@ public class SystemLogResp extends LogResp {
|
||||
/**
|
||||
* 请求 URL
|
||||
*/
|
||||
@Schema(description = "请求 URL", example = "https://api.charles7c.top/system/dept")
|
||||
@Schema(description = "请求 URL", example = "http://api.charles7c.top/system/dept")
|
||||
private String requestUrl;
|
||||
|
||||
/**
|
||||
|
@ -199,7 +199,7 @@
|
||||
style="margin-top: 10px; position: relative"
|
||||
>
|
||||
<a-descriptions-item :span="2">
|
||||
<a-tabs type="card-gutter">
|
||||
<a-tabs type="card">
|
||||
<a-tab-pane key="1" title="响应头">
|
||||
<a-skeleton v-if="loading" :animation="true">
|
||||
<a-skeleton-line :rows="3" />
|
||||
@ -237,7 +237,7 @@
|
||||
style="margin-top: 10px; position: relative"
|
||||
>
|
||||
<a-descriptions-item :span="2">
|
||||
<a-tabs type="card-gutter">
|
||||
<a-tabs type="card">
|
||||
<a-tab-pane key="1" title="请求头">
|
||||
<a-skeleton v-if="loading" :animation="true">
|
||||
<a-skeleton-line :rows="3" />
|
||||
|
Loading…
Reference in New Issue
Block a user