shaogen1995 2 years ago
parent
commit
7a8853b381

+ 1 - 1
文物鉴赏子系统/vueapp/index.html

@@ -4,7 +4,7 @@
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
-  <title>乐山大佛文物子系统</title>
+  <title>乐山市博物馆文物赏析子系统</title>
   <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
 </head>
 <body>

+ 1 - 1
重写子系统/public/index.html

@@ -22,7 +22,7 @@
       work correctly both with client-side routing and a non-root public URL.
       Learn how to configure a non-root public URL by running `npm run build`.
     -->
-  <title>乐山大佛文物子系统</title>
+  <title>乐山市博物馆文物赏析子系统</title>
 </head>
 
 <body>

+ 1 - 0
重写子系统/src/assets/styles/base.css

@@ -86,6 +86,7 @@ textarea {
   max-width: 500px;
   margin: 0 auto;
   position: relative;
+  min-height: 568px;
 }
 #root #appM .SscrHBox {
   position: absolute;

+ 1 - 0
重写子系统/src/assets/styles/base.less

@@ -108,6 +108,7 @@ textarea {
     max-width: 500px;
     margin: 0 auto;
     position: relative;
+    min-height: 568px;
 
     // 请竖屏浏览
     .SscrHBox {