ソースを参照

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/CocoRoboDesktop into beta

lsc 2 週間 前
コミット
cdee1d21ef
2 ファイル変更2 行追加2 行削除
  1. 1 1
      app.html
  2. 1 1
      css/Desktop/Desktop.css

+ 1 - 1
app.html

@@ -20,6 +20,6 @@
     </script>
 </head>
 <body>
-    <iframe src="https://beta.cloud.cocorobo.cn/iframe.html" frameborder="0"></iframe>
+    <iframe src="https://beta.cloud.cocorobo.cn/admin.html" frameborder="0"></iframe>
 </body>
 </html>

+ 1 - 1
css/Desktop/Desktop.css

@@ -794,7 +794,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
     text-align: center;
     text-overflow: ellipsis;
     white-space: nowrap;
-    word-break: break-all;
+    word-break: break-word;
 }