|
|
@@ -60,20 +60,24 @@
|
|
|
|
|
|
.capacity-item {
|
|
|
width: 95%;
|
|
|
- height: 100%;
|
|
|
+ height: 50vh;
|
|
|
background-color: #d9d9d9;
|
|
|
border-radius: 10px;
|
|
|
- }
|
|
|
|
|
|
- .remark {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 10px;
|
|
|
- overflow-y: auto; /* 添加垂直滚动 */
|
|
|
- white-space: pre-wrap; /* 保留换行和空格,允许自动换行 */
|
|
|
- background-color: #f0f0f0;
|
|
|
- padding: 10px;
|
|
|
+ .remark {
|
|
|
+ width: 100%;
|
|
|
+ height: 95%;
|
|
|
+ //max-height: 70vh;
|
|
|
+ border-radius: 10px;
|
|
|
+ overflow-y: auto; /* 添加垂直滚动 */
|
|
|
+ //overflow: scroll;
|
|
|
+ white-space: pre-wrap; /* 保留换行和空格,允许自动换行 */
|
|
|
+ //background-color: #f0f0f0;
|
|
|
+ padding: 10px;
|
|
|
+ //background-color: red;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -91,5 +95,4 @@
|
|
|
|
|
|
.edit-text {
|
|
|
margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
+}
|