EmmaBaBa 7 月之前
父节点
当前提交
294880ef7d
共有 2 个文件被更改,包括 22 次插入18 次删除
  1. 1 1
      index.html
  2. 21 17
      src/components/question-info.vue

+ 1 - 1
index.html

@@ -23,7 +23,7 @@
   <script type="text/javascript">
     Vue.use(window.VueVideoPlayer)
   </script>-->
-  <title>阳光学院AI化教学平台</title>
+  <title>AI化教学平台</title>
   <style>
     #app{width: 100%;}
     .el-submenu__title .haha i.el-submenu__icon-arrow{color: #fff!important;}

+ 21 - 17
src/components/question-info.vue

@@ -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;
     /* 设置你想要的高度 */
   }
 }