zhulizhen 5 years ago
parent
commit
7a9296b43e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/audit/index.vue

+ 3 - 3
src/views/audit/index.vue

@@ -193,11 +193,11 @@ export default {
   background: rgba(247, 249, 250, 1);
   border-top: 1px solid #e4e5e7;
   margin-top: 5px;
-
   .appeal-left {
     width: 360px;
     padding: 16px 24px;
-
+    overflow: auto;
+    height: 100vh;
     .appeal-left-top {
       display: flex;
       justify-content: space-between;
@@ -372,7 +372,7 @@ export default {
       background: rgba(247, 249, 250, 1);
       box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.08);
       position: absolute;
-      bottom:400px;
+      bottom:0px;
       padding: 16px 32px;
       .opinion-title {
         height: 24px;