Browse Source

样式优化

zhouna 3 years ago
parent
commit
7a002a2a2e
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/css/editableDetail.less

+ 6 - 3
src/css/editableDetail.less

@@ -22,7 +22,7 @@ body{
   /*height: 100%;*/
   .content-box1{
     margin: 0 30px;
-    padding-bottom: 30px;
+    padding-bottom: 90px;
     background: #fff;
     position: relative;
     overflow-y: auto;
@@ -232,9 +232,12 @@ body{
 }
 .oper-box{
   background: #fff;
-  margin: 0 40px;
   text-align: center;
-  padding-bottom: 30px;
+  padding: 30px 0;
+  position: absolute;
+  bottom: 0;
+  width: calc(100% - 100px);
+  margin-left: 40px;
   button{
     display: inline-block;
     width: 68px;