zhangxc 5 年 前
コミット
d3cc4eceaf
4 ファイル変更17 行追加3 行削除
  1. 3 0
      src/css/information.less
  2. 12 0
      src/html/illness.html
  3. 0 1
      src/html/version.html
  4. 2 2
      src/js/information.js

+ 3 - 0
src/css/information.less

@@ -257,4 +257,7 @@
   }
   .ql-align-center{
     text-align: center;
+  }
+  .ql-align-right{
+    text-align: right;
   }

ファイルの差分が大きいため隠しています
+ 12 - 0
src/html/illness.html


+ 0 - 1
src/html/version.html

@@ -81,7 +81,6 @@
 <body>
   <div class="container">
     <div class="borderTop"></div>
-    <div class="borderBottom"></div>
     <h1>当前版本:<span></span><i></i></h1>
     <div class="content">
 

+ 2 - 2
src/js/information.js

@@ -219,9 +219,9 @@ function adjustWidth() {
 
 function adjustHeight() {
   var ht = window.innerHeight || document.documentElement.clientHeight;
-  $(".content").height(ht - 145+33 + "px");
+  $(".content").height(ht - 145+32 + "px");
   if(getUrlArgObject('type') == 82 || getUrlArgObject('type') == 83){
-    $(".content").height(ht - 105+33 + "px");
+    $(".content").height(ht - 105+32 + "px");
   }
 
 }