|
@@ -142,8 +142,6 @@
|
|
|
<option value="3">3</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
-
|
|
|
-
|
|
|
<div style="display: flex; align-items: center; margin-bottom: 10px;">
|
|
|
<span style="margin-left: 4%; width: 76px; margin-top: 8px;">实验要求</span>
|
|
|
<textarea
|
|
@@ -155,10 +153,6 @@
|
|
|
></textarea>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
<div style="overflow-x: auto;">
|
|
|
<table>
|
|
@@ -276,6 +270,7 @@ export default {
|
|
|
this.init()
|
|
|
},
|
|
|
methods: {
|
|
|
+ // 实验要求 输入框
|
|
|
adjustHeight(event) {
|
|
|
const textarea = event.target;
|
|
|
textarea.style.height = 'auto'; // 重置高度
|