Skip to content

Commit

Permalink
style: 优化系统日志详情 Tab 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Dec 25, 2023
1 parent b85d692 commit 99997c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SystemLogDetailResp extends LogResp {
/**
* 请求 URL
*/
@Schema(description = "请求 URL", example = "https:https://api.charles7c.top/system/dept")
@Schema(description = "请求 URL", example = "http:https://api.charles7c.top/system/dept")
private String requestUrl;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SystemLogResp extends LogResp {
/**
* 请求 URL
*/
@Schema(description = "请求 URL", example = "https:https://api.charles7c.top/system/dept")
@Schema(description = "请求 URL", example = "http:https://api.charles7c.top/system/dept")
private String requestUrl;

/**
Expand Down
4 changes: 2 additions & 2 deletions continew-admin-ui/src/views/monitor/log/system/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 99997c1

Please sign in to comment.