li.shaoyi 1 year ago
parent
commit
69ff8d23ae
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/packages/quote/views/quote/index.less

+ 6 - 2
src/packages/quote/views/quote/index.less

@@ -1,7 +1,8 @@
 .quote {
-    min-height: 100%;
+    height: 100%;
     color: #fff;
     background-color: #222;
+    overflow: hidden;
 
     &-header {
         display: flex;
@@ -11,7 +12,10 @@
 
         &__logo {
             img {
-                height: 64px;
+                min-height: 64px;
+                max-height: 64px;
+                max-width: 280px;
+                object-fit: contain;
             }
         }