diff --git a/public/site/css/help.css b/public/site/css/help.css index 2ae1be8d7..fb85f031d 100644 --- a/public/site/css/help.css +++ b/public/site/css/help.css @@ -187,3 +187,12 @@ .filings { border-top: 1px solid var(--border-color); } +.help-fiexd{ + position: sticky; + top: 80px; +} +.help-a{ + display: block; + width: 100%; + height: 100%; +} diff --git a/public/site/css/log.css b/public/site/css/log.css index 893e7b572..9e12fd01a 100644 --- a/public/site/css/log.css +++ b/public/site/css/log.css @@ -15,7 +15,7 @@ .logs-layout{ display: flex; align-items: flex-start; - height: 929px; + /* height: 929px; */ } .logs-l{ padding: 24px; @@ -56,8 +56,8 @@ .logs-r{ border-left: 1px solid var(--border-color); padding-left: 32px; - height: 929px; - overflow-y:scroll; + /* height: 929px; */ + /* overflow-y:scroll; */ } .logs-r::-webkit-scrollbar{ width: 0 !important @@ -133,7 +133,11 @@ border-top: 1px solid var(--border-color); } .log-a{ - display: block; - width: 100%; - height: 100%; + display: block; + width: 100%; + height: 100%; +} +.logs-sticky{ + position: sticky; + top: 80px; } diff --git a/public/site/css/product.css b/public/site/css/product.css index 544fa9899..0048474bf 100644 --- a/public/site/css/product.css +++ b/public/site/css/product.css @@ -39,7 +39,7 @@ .prooduct-list .prooduct-list-item.top{ max-width: 180px; } -.prooduct-list .prooduct-list-item:nth-of-type(5),.prooduct-list .prooduct-list-item:nth-of-type(9){ +.prooduct-list .prooduct-list-item:nth-of-type(6),.prooduct-list .prooduct-list-item:nth-of-type(10){ margin-right: 0 !important; } .prooduct-list .prooduct-list-item.bot{ diff --git a/public/site/en/about.html b/public/site/en/about.html index a7205ee39..febb98aa8 100644 --- a/public/site/en/about.html +++ b/public/site/en/about.html @@ -202,7 +202,7 @@
  • - Try Now + Try Now
  • diff --git a/public/site/en/download.html b/public/site/en/download.html index 5b58bb42b..1309c813d 100644 --- a/public/site/en/download.html +++ b/public/site/en/download.html @@ -212,7 +212,7 @@
  • - Try Now + Try Now
  • @@ -319,6 +319,8 @@ + + diff --git a/public/site/en/index.html b/public/site/en/index.html index 790049832..1ba033c32 100644 --- a/public/site/en/index.html +++ b/public/site/en/index.html @@ -183,7 +183,7 @@
  • - Try Now + Try Now
  • diff --git a/public/site/en/log.html b/public/site/en/log.html index 40b2eb920..048f4b373 100644 --- a/public/site/en/log.html +++ b/public/site/en/log.html @@ -168,7 +168,7 @@
  • - Try Now + Try Now
  • @@ -184,14 +184,14 @@ Logs
    -
    +
    Logs
      -
      +

      DooTask Update Log

        -
        +
        @@ -209,7 +209,21 @@ + diff --git a/public/site/en/price.html b/public/site/en/price.html index 970796eb1..deee6d6e5 100644 --- a/public/site/en/price.html +++ b/public/site/en/price.html @@ -281,7 +281,7 @@
      • - Try Now + Try Now
      • diff --git a/public/site/en/product.html b/public/site/en/product.html index aeccb1b9e..8da784923 100644 --- a/public/site/en/product.html +++ b/public/site/en/product.html @@ -458,7 +458,7 @@
      • - Try Now + Try Now
      • diff --git a/public/site/en/solutions.html b/public/site/en/solutions.html index 0779f7051..9452e0ae1 100644 --- a/public/site/en/solutions.html +++ b/public/site/en/solutions.html @@ -173,7 +173,7 @@
      • - Try Now + Try Now
      • diff --git a/public/site/index.html b/public/site/index.html index 0b92ed671..3ac3764f7 100644 --- a/public/site/index.html +++ b/public/site/index.html @@ -184,7 +184,7 @@
      • - 立即体验 + 立即体验
      • diff --git a/public/site/js/common.js b/public/site/js/common.js index e2d8d9e5e..a0a216b3e 100644 --- a/public/site/js/common.js +++ b/public/site/js/common.js @@ -198,7 +198,7 @@ window.addEventListener('scroll', () => { }); /* 去登录函数 */ const goToLoginHandle = ()=>{ - window.location.href = `https://demo.dootask.com` + window.location.href = `https://www.dootask.com/manage/dashboard` } const openInNewTab = (url)=> { const win = window.open(url, '_blank'); diff --git a/public/site/zh/about.html b/public/site/zh/about.html index ac8c882aa..8bdf5a0b0 100644 --- a/public/site/zh/about.html +++ b/public/site/zh/about.html @@ -202,7 +202,7 @@
      • - 立即体验 + 立即体验
      • diff --git a/public/site/zh/download.html b/public/site/zh/download.html index 33de2ec2b..159b61a93 100644 --- a/public/site/zh/download.html +++ b/public/site/zh/download.html @@ -212,7 +212,7 @@
      • - 立即体验 + 立即体验
      • @@ -317,8 +317,46 @@ + + diff --git a/public/site/zh/index.html b/public/site/zh/index.html index 60c22cb9b..5b5bdcea8 100644 --- a/public/site/zh/index.html +++ b/public/site/zh/index.html @@ -183,7 +183,7 @@
      • - 立即体验 + 立即体验
      • diff --git a/public/site/zh/log.html b/public/site/zh/log.html index 8f14108dc..5c4821027 100644 --- a/public/site/zh/log.html +++ b/public/site/zh/log.html @@ -168,7 +168,7 @@
      • - 立即体验 + 立即体验
      • @@ -184,7 +184,7 @@ 更新日志
        -
        +
        更新日志
          @@ -208,8 +208,23 @@
          + + diff --git a/public/site/zh/price.html b/public/site/zh/price.html index c3d9e2f15..4b92a29e4 100644 --- a/public/site/zh/price.html +++ b/public/site/zh/price.html @@ -282,7 +282,7 @@
        • diff --git a/public/site/zh/product.html b/public/site/zh/product.html index eb32cbd40..e61fed782 100644 --- a/public/site/zh/product.html +++ b/public/site/zh/product.html @@ -155,9 +155,9 @@

          多平台应用

        • - - 一个产品,多种强大的工具 - + + 一个产品,多种强大的工具 +
        • diff --git a/public/site/zh/solutions.html b/public/site/zh/solutions.html index 1639d2015..08e34c129 100644 --- a/public/site/zh/solutions.html +++ b/public/site/zh/solutions.html @@ -173,7 +173,7 @@