This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 866fb78  modify document & system design (#72)
866fb78 is described below

commit 866fb78102c70c4c8fd41ccb6c4752258fe723f0
Author: Sail <[email protected]>
AuthorDate: Fri Mar 13 11:08:28 2020 +0800

    modify document & system design (#72)
    
    * modify document & system design
---
 src/views/Documents.vue    | 4 ++--
 src/views/SystemDesign.vue | 5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/views/Documents.vue b/src/views/Documents.vue
index 94d2f50..4015b2c 100644
--- a/src/views/Documents.vue
+++ b/src/views/Documents.vue
@@ -43,7 +43,7 @@
             <p class="find-mistake" v-show="!ok">This documentation is open 
source. Find mistakes? Want to contribute? <span
               class="go-to-development" @click="goToDevelopment()">Go for 
it.</span></p>
           
-            <iframe :src="solidhtml" v-show="ok" 
style="align:middle;border:none; overflow-x:hidden; 
overflow-y:hidden;width:100%;height:100%;" onload=' 
this.style.height=Math.max(this.contentWindow.document.body.scrollHeight,this.contentWindow.document.documentElement.scrollHeight,200)+"px";
 
+            <iframe :src="solidhtml" v-show="ok" 
style="align:middle;border:none; overflow-x:hidden; 
overflow-y:hidden;width:100%;height:100%;" onload=' 
this.style.height=document.documentElement.clientHeight - 200 + "px"; 
             this.style.width  = document.body.clientWidth * 0.7 + "px"; 
'></iframe>
  
           </div>
@@ -167,7 +167,7 @@
           if (version === "0.8.x") {
             chapter -= 1
           }
-          if (version === "0.8.x" || version === "0.9.x") {
+          if (version !="progress") {
             this.ok = true;
           }else{
             this.ok = false;
diff --git a/src/views/SystemDesign.vue b/src/views/SystemDesign.vue
index d36804c..df8bc32 100644
--- a/src/views/SystemDesign.vue
+++ b/src/views/SystemDesign.vue
@@ -43,10 +43,7 @@
               class="go-to-development" @click="goToDevelopment()">Go for 
it.</span></p>
           </div>
           <div class="doc-footer">
-            <p style="color: #AAA">
-              Disclaimer: Apache IoTDB (incubating) (Database for Internet of 
Things) is an effort undergoing incubation at The Apache Software Foundation 
(ASF), sponsored by the Apache Incubator. Incubation is required of all newly 
accepted projects until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects. While incubation status is not 
necessarily a reflection of the c [...]
-            </p>
-            <span style="text-align: center">Copyright © 2020 The Apache 
Software Foundation. Apache and the Apache feather logo are trademarks of The 
Apache Software Foundation.</span>
+            <span>Copyright © 2020 The Apache Software Foundation. Apache and 
the Apache feather logo are trademarks of The Apache Software Foundation.</span>
           </div>
         </div>
       </div>

Reply via email to