From fc5dae5a8e2c7a4023247a4deb484b1ed5d38d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 9 Jun 2023 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=BA=90=E7=AB=99=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/origin-list-box.js | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/web/public/js/components/server/origin-list-box.js b/web/public/js/components/server/origin-list-box.js index 63c6207f..714b5690 100644 --- a/web/public/js/components/server/origin-list-box.js +++ b/web/public/js/components/server/origin-list-box.js @@ -99,28 +99,30 @@ Vue.component("origin-list-table", { 操作 - - - {{origin.addr}}   -
- 对象存储 - {{origin.name}} - 证书 - 主机名: {{origin.host}} - 端口跟随 - - 匹配: {{domain}} - 匹配: 所有域名 -
- - {{origin.weight}} - - - - - 修改   - 删除 - - + + + + {{origin.addr}}   +
+ 对象存储 + {{origin.name}} + 证书 + 主机名: {{origin.host}} + 端口跟随 + + 匹配: {{domain}} + 匹配: 所有域名 +
+ + {{origin.weight}} + + + + + 修改   + 删除 + + + ` }) \ No newline at end of file