|
|
@@ -136,53 +136,53 @@
|
|
|
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="G(目标导向):" class="cust-label">
|
|
|
- <div v-html="currentQuestion.content" style="font-weight: 100;font-size: 16px;"></div>
|
|
|
+ <div v-html="currentQuestion.content" style="font-weight: 700;font-size: 16px;"></div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
<el-steps :active="active" finish-status="success" simple style="margin-top: 20px">
|
|
|
<el-step>
|
|
|
<div slot="title"
|
|
|
- style="border: #eee 1px solid;background-color: aliceblue;padding: 10px;border-radius: 10px;">
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
|
+ style="padding: 10px;border-radius: 10px;">
|
|
|
+ <div style="display: flex;flex-direction: row;justify-content: center;align-items: center;">
|
|
|
<span>P</span>
|
|
|
- <span>问题定义</span>
|
|
|
+ <span>(问题定义)</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-step>
|
|
|
<el-step>
|
|
|
<div slot="title"
|
|
|
- style="border: #eee 1px solid;background-color: aliceblue;padding: 10px;border-radius: 10px;">
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
|
+ style="padding: 10px;border-radius: 10px;">
|
|
|
+ <div style="display: flex;flex-direction: row;justify-content: center;align-items: center;">
|
|
|
<span>S</span>
|
|
|
- <span>系统拆解</span>
|
|
|
+ <span>(系统拆解)</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-step>
|
|
|
<el-step>
|
|
|
<div slot="title"
|
|
|
- style="border: #eee 1px solid;background-color: aliceblue;padding: 10px;border-radius: 10px;">
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
|
+ style="padding: 10px;border-radius: 10px;">
|
|
|
+ <div style="display: flex;flex-direction: row;justify-content: center;align-items: center;">
|
|
|
<span>R</span>
|
|
|
- <span>结果整合</span>
|
|
|
+ <span>(结果整合)</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-step>
|
|
|
<el-step>
|
|
|
<div slot="title"
|
|
|
- style="border: #eee 1px solid;background-color: aliceblue;padding: 10px;border-radius: 10px;">
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
|
+ style="padding: 10px;border-radius: 10px;">
|
|
|
+ <div style="display: flex;flex-direction: row;justify-content: center;align-items: center;">
|
|
|
<span>E</span>
|
|
|
- <span>结果评估</span>
|
|
|
+ <span>(结果评估)</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-step>
|
|
|
<el-step>
|
|
|
<div slot="title"
|
|
|
- style="border: #eee 1px solid;background-color: aliceblue;padding: 10px;border-radius: 10px;">
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
|
+ style="padding: 10px;border-radius: 10px;">
|
|
|
+ <div style="display: flex;flex-direction: row;justify-content: center;align-items: center;">
|
|
|
<span>N</span>
|
|
|
- <span>总结新知识</span>
|
|
|
+ <span>(总结新知识)</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-step>
|
|
|
@@ -620,10 +620,14 @@ public void hanoi(int n, char start, char auxiliary, char target) {
|
|
|
|
|
|
.cust-label {
|
|
|
font-weight: bold;
|
|
|
+ .el-form-item__label{
|
|
|
+ color: #67C23A !important;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.custom-height .el-textarea__inner {
|
|
|
- height: 250px;
|
|
|
+ height: 420px;
|
|
|
/* 设置你想要的高度 */
|
|
|
}
|
|
|
}
|