Kaynağa Gözat

H5:样式

panyong 3 yıl önce
ebeveyn
işleme
13370aac47

+ 0 - 5
htmldev/dashboard/src/App.vue

@@ -79,11 +79,6 @@ export default {
 }
 
 .af-entry {
-  height: 100%;
-  overflow-y: scroll;
-  -webkit-overflow-scrolling: touch;
-  background: #F2F2F2;
-
   &-tabbar {
     .van-tabbar--fixed {
       box-shadow: 0px -2px 4px 0px rgba(13, 13, 13, 0.03);

+ 1 - 2
htmldev/dashboard/src/assets/styles/reset.scss

@@ -40,8 +40,7 @@ iframe {
 html,
 body {
   width: 100%;
-  height: 100%;
-  min-height: 100%;
+  background: #F2F2F2;
 }
 
 html {

+ 3 - 1
htmldev/dashboard/src/login/index.vue

@@ -206,9 +206,11 @@ export default {
 
 <style lang="scss" scoped>
 .wrapper {
-  position: relative;
+  position: absolute;
   left: 0;
   top: 0;
+  right: 0;
+  bottom: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;

+ 4 - 2
htmldev/dashboard/src/views/mine/index.vue

@@ -90,10 +90,11 @@ export default {
 
 <style lang="scss" scoped>
 .min-container {
-  position: relative;
+  position: absolute;
   left: 0;
   top: 0;
-  min-height: 100vh;
+  right: 0;
+  bottom: 0;
   background: #fff;
 }
 
@@ -175,5 +176,6 @@ export default {
 .btn-logout {
   @include horiz-center;
   bottom: 100px;
+  width: 120px;
 }
 </style>

+ 1 - 0
htmldev/dashboard/src/views/place/list/style/index.scss

@@ -6,6 +6,7 @@
   display: flex;
   flex-direction: column;
   align-items: center;
+  background: #fff;
 
   &:before {
     position: absolute;