|
|
@@ -617,7 +617,7 @@ watch(
|
|
|
label="其他重点事项及需要集团协调事项"
|
|
|
class="meeting-support-panel__item"
|
|
|
>
|
|
|
- <el-input :model-value="currentSummarySupport" type="textarea" :rows="4" disabled />
|
|
|
+ <el-input :model-value="currentSummarySupport" type="textarea" :rows="4" readonly />
|
|
|
</el-form-item>
|
|
|
</section>
|
|
|
|
|
|
@@ -867,6 +867,12 @@ watch(
|
|
|
|
|
|
.meeting-support-panel__item {
|
|
|
margin-bottom: 0;
|
|
|
+
|
|
|
+ :deep(.el-textarea__inner) {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #24364d;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.meeting-detail-panel__header {
|