|
@@ -23262,12 +23262,13 @@ ol {
|
|
|
|
|
|
.oldText{
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
+ height: calc(100% - 35px);
|
|
|
+ overflow: auto;
|
|
|
+ margin: 10px 0;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
flex-wrap: nowrap;
|
|
|
align-content: center;
|
|
|
- justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
@@ -23282,11 +23283,6 @@ ol {
|
|
|
padding-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.oldDetail1>div:last-child{
|
|
|
- max-height: 200px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-
|
|
|
.oldImg{
|
|
|
width:30px;
|
|
|
height: 30px;
|