2 Коміти 714ffac47a ... b06db162e0

Автор SHA1 Опис Дата
  dgf b06db162e0 Merge branch 'dev' of http://git.wswin.cn/lqq/LxtalkUIView into dev 8 роки тому
  dgf 3552a9bd81 界面展示 8 роки тому

Різницю між файлами не показано, бо вона завелика
+ 1 - 1
dist/web12345-pageView/app-9dcd625cf6.css


Різницю між файлами не показано, бо вона завелика
+ 1 - 0
dist/web12345-pageView/app-8b879d2b55.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 1
dist/web12345-pageView/app-9c07b93930.js


+ 2 - 2
dist/web12345-pageView/index.html

@@ -8,7 +8,7 @@
     <!-- 新 Bootstrap 核心 CSS 文件 -->
     <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
     <link rel="stylesheet" href="../bower_components/animate.css/animate.min.css">
-    <link rel="stylesheet" href="app-9dcd625cf6.css">
+    <link rel="stylesheet" href="app-3b00e08740.css">
 
     <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
     <script src="http://webapi.amap.com/maps?v=1.3&key=d7455920303550a45cb4e1a27bdbfc86"></script>
@@ -20,7 +20,7 @@
     <script src="../bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
     <script src="../bower_components/angular-animate/angular-animate.min.js"></script>
 
-    <script src="app-9c07b93930.js"></script>
+    <script src="app-8b879d2b55.js"></script>
 </head>
 
 <body ng-app="app">

Різницю між файлами не показано, бо вона завелика
+ 13 - 8
web12345-pageView/src/js/controller/pageViewController.js


+ 5 - 3
web12345-pageView/src/less/app.main.less

@@ -94,9 +94,10 @@ body {
         width: 100%;
         height: 100%;
         .thumbnail {
-            margin-top: 15px;
             padding: 0px;
+            padding-top: 20px;
             text-align: center;
+            cursor: move;
             width: 100%;
             height: 100%;
             background-color: transparent;
@@ -104,7 +105,8 @@ body {
             border-radius: 0px;
             >img {
                 max-width: 70%;
-                max-height: 96%;
+                max-height: 97%;
+                cursor: default;
             }
         }
     }
@@ -114,7 +116,7 @@ body {
             background-color: #000;
             >img {
                 max-width: 100%;
-                max-height: 96%;
+                max-height: 97%;
             }
         }
         .width-Img {

Різницю між файлами не показано, бо вона завелика
+ 4 - 4
web12345-pageView/src/templates/pageView.html