|
@@ -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;
|