|
@@ -96,7 +96,7 @@
|
|
|
<el-input
|
|
|
v-if="allData.type * 1 != 2"
|
|
|
type="textarea"
|
|
|
- :rows="2"
|
|
|
+ @blur="saveTab"
|
|
|
:placeholder="
|
|
|
k.cueWordType == 1 ? '【自评后请简述测算过程】' : ''
|
|
|
"
|
|
@@ -569,7 +569,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.table_title {
|
|
|
- width: calc(100% - 6px);
|
|
|
+ width: calc(100% - 6px);
|
|
|
min-width: calc(110px * 9);
|
|
|
height: 50px;
|
|
|
background: #e0eafb;
|