Commit 2f5cbe118aa45fad14ce58e871f848441f6c4678
1 parent
509f152d
上传题目解析高度调整
Showing
1 changed file
with
20 additions
and
1 deletions
src/views/examinationPaper/add.vue
| ... | ... | @@ -7,7 +7,6 @@ |
| 7 | 7 | </template> |
| 8 | 8 | </back-box> |
| 9 | 9 | <div class="content"> |
| 10 | - | |
| 11 | 10 | <el-steps |
| 12 | 11 | :active="step" |
| 13 | 12 | finish-status="success" |
| ... | ... | @@ -2161,6 +2160,26 @@ export default { |
| 2161 | 2160 | }, |
| 2162 | 2161 | }; |
| 2163 | 2162 | </script> |
| 2163 | +<style> | |
| 2164 | +.screenshot-box { | |
| 2165 | + width: 600px; | |
| 2166 | +} | |
| 2167 | + | |
| 2168 | +.screenshot { | |
| 2169 | + width: 100%; | |
| 2170 | + box-shadow: none; | |
| 2171 | + border: none; | |
| 2172 | + height: 400px; | |
| 2173 | +} | |
| 2174 | + | |
| 2175 | +.screenshot-img { | |
| 2176 | + display: block; | |
| 2177 | + width: auto; | |
| 2178 | + max-width: 100%; | |
| 2179 | + margin: 0 auto; | |
| 2180 | + margin-bottom: 10px; | |
| 2181 | +} | |
| 2182 | +</style> | |
| 2164 | 2183 | <style lang="scss" scoped> |
| 2165 | 2184 | .red { |
| 2166 | 2185 | color: #f30; | ... | ... |