From c5574b3d935770ab89ebace4aba645c4b0671eca Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 24 May 2025 15:41:30 +0800 Subject: [PATCH] Update site.js --- web/static/app/site.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/static/app/site.js b/web/static/app/site.js index 9b2ae8193..ece72ba91 100755 --- a/web/static/app/site.js +++ b/web/static/app/site.js @@ -1029,13 +1029,14 @@ function webEdit(id,website,endTime,addtime){ //

子目录绑定

\ layer.open({ type: 1, - area: ['700px','570px'], + area: ['700px','603px'], title: '站点修改['+website+'] -- 添加时间['+addtime+']', closeBtn: 1, shift: 0, content: "
\
\

域名管理

\ +

子目录绑定

\

网站目录

\

流量限制

\

伪静态

\ @@ -2118,7 +2119,7 @@ function renderDnsapiHtml(data){ var fields_html = ''; for (var d in fields) { - fields_html += ""+d+"\ + fields_html += ""+d+"\
\ \
"; @@ -2152,6 +2153,9 @@ function renderDnsapiHtml(data){
\
\ ", + success:function(){ + $('[data-toggle="tooltip"]').tooltip(); + }, yes:function(index,l) { var type_name = $('select[name="type_name"]').val(); var data_field = {};