| | |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | @click="(e) =>{ |
| | | handleQuestion() |
| | | saveAnswer(e) |
| | | }" |
| | | @click=" |
| | | (e) => { |
| | | handleQuestion(); |
| | | saveAnswer(e); |
| | | } |
| | | " |
| | | class="examinations-btn-box" |
| | | :style="{ borderColor: primaryColor }" |
| | | >提交</el-button |
| | | > |
| | | <el-button @click="redo" class="examinations-btn-box">重做</el-button> |
| | | <el-button |
| | | @click="(e) => { |
| | | openAnswers() |
| | | saveAnswer(e) |
| | | }" |
| | | @click=" |
| | | (e) => { |
| | | openAnswers(); |
| | | saveAnswer(e); |
| | | } |
| | | " |
| | | class="examinations-btn-box" |
| | | :style="{ borderColor: primaryColor }" |
| | | >查看答案</el-button |
| | |
| | | .referBox { |
| | | display: flex; |
| | | margin-bottom: 10px; |
| | | /deep/ math { |
| | | display: flex; |
| | | } |
| | | span { |
| | | width: 80px; |
| | | color: #999; |
| | |
| | | width: 18px; |
| | | object-fit: contain; |
| | | } |
| | | /deep/ .examination-math { |
| | | display: flex; |
| | | align-items: center; |
| | | flex-wrap: wrap; |
| | | } |
| | | </style> |