| | |
| | | |
| | | <style lang="less"> |
| | | .mathField { |
| | | width: 500px; |
| | | // width: 500px; |
| | | margin-top: 10px; |
| | | } |
| | | |
| | |
| | | <!-- 填空题题干 --> |
| | | <p class="titleText" v-if="value.questionType == 'completion'"> |
| | | <span v-for="(itemText, indexText) in value.stem" :key="indexText"> |
| | | <span v-if="typeof itemText == 'string'" v-html="itemText"></span> |
| | | <span style="display: flex;align-items: center;" v-if="typeof itemText == 'string'" v-html="itemText"></span> |
| | | <!-- --> |
| | | <!-- <input |
| | | v-else |
| | |
| | | font-weight: bold; |
| | | } |
| | | .titleText { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | align-items: center; |
| | | padding: 0 10px 10px 10px; |
| | | min-width: 90%; |
| | | font-size: 14px; |
| | |
| | | color: #3b93fe; |
| | | } |
| | | .mathField { |
| | | width: 500px; |
| | | min-width: 200px; |
| | | max-width: 518px; |
| | | margin-top: 10px; |
| | | } |
| | | </style> |