diff --git a/napcat.webui/src/pages/NetWork.vue b/napcat.webui/src/pages/NetWork.vue index 50ef203b..07ad85a4 100644 --- a/napcat.webui/src/pages/NetWork.vue +++ b/napcat.webui/src/pages/NetWork.vue @@ -10,7 +10,9 @@ class="full-tab-panel" > - 保存 +
+ 保存 +
{ display: flex; flex-direction: column; } + +.button-container { + display: flex; + justify-content: center; + margin-top: 20px; +} \ No newline at end of file diff --git a/napcat.webui/src/pages/network/HttpClientComponent.vue b/napcat.webui/src/pages/network/HttpClientComponent.vue index cbae98d0..1bdc58a9 100644 --- a/napcat.webui/src/pages/network/HttpClientComponent.vue +++ b/napcat.webui/src/pages/network/HttpClientComponent.vue @@ -1,23 +1,25 @@ @@ -28,3 +30,21 @@ defineProps<{ config: HttpClientConfig; }>(); + + \ No newline at end of file diff --git a/napcat.webui/src/pages/network/HttpServerComponent.vue b/napcat.webui/src/pages/network/HttpServerComponent.vue index a9f4df05..cc5ba90f 100644 --- a/napcat.webui/src/pages/network/HttpServerComponent.vue +++ b/napcat.webui/src/pages/network/HttpServerComponent.vue @@ -1,32 +1,34 @@ @@ -37,3 +39,21 @@ defineProps<{ config: HttpServerConfig; }>(); + + \ No newline at end of file diff --git a/napcat.webui/src/pages/network/WebsocketClientComponent.vue b/napcat.webui/src/pages/network/WebsocketClientComponent.vue index 5d602f16..9d2e89fe 100644 --- a/napcat.webui/src/pages/network/WebsocketClientComponent.vue +++ b/napcat.webui/src/pages/network/WebsocketClientComponent.vue @@ -1,26 +1,28 @@ @@ -31,3 +33,21 @@ defineProps<{ config: WebsocketClientConfig; }>(); + + \ No newline at end of file diff --git a/napcat.webui/src/pages/network/WebsocketServerComponent.vue b/napcat.webui/src/pages/network/WebsocketServerComponent.vue index 7ab633a6..a30af7e0 100644 --- a/napcat.webui/src/pages/network/WebsocketServerComponent.vue +++ b/napcat.webui/src/pages/network/WebsocketServerComponent.vue @@ -1,32 +1,34 @@ @@ -37,3 +39,21 @@ defineProps<{ config: WebsocketServerConfig; }>(); + + \ No newline at end of file