Commit 2f5cbe118aa45fad14ce58e871f848441f6c4678

Authored by 梁保满
1 parent 509f152d

上传题目解析高度调整

src/views/examinationPaper/add.vue
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 </template> 7 </template>
8 </back-box> 8 </back-box>
9 <div class="content"> 9 <div class="content">
10 -  
11 <el-steps 10 <el-steps
12 :active="step" 11 :active="step"
13 finish-status="success" 12 finish-status="success"
@@ -2161,6 +2160,26 @@ export default { @@ -2161,6 +2160,26 @@ export default {
2161 }, 2160 },
2162 }; 2161 };
2163 </script> 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 <style lang="scss" scoped> 2183 <style lang="scss" scoped>
2165 .red { 2184 .red {
2166 color: #f30; 2185 color: #f30;