瀏覽代碼

新增电梯,参数包页面优化

tangyp 2 周之前
父節點
當前提交
7e0bef5c66
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-ui-vue2/src/views/quotation/elevator.vue

+ 2 - 2
ruoyi-ui-vue2/src/views/quotation/elevator.vue

@@ -165,7 +165,7 @@
               <el-card class="main-card mt30" id="renderCard1001" style="min-height: 400px;max-height: 800px;" v-if="decoratePicList.length > 0">
                 <el-row>
                   <!--                  装潢包选择-->
-                  <el-col :span="7">
+                  <el-col :span="7" style="overflow: auto;max-height: 780px">
                     <div v-for="(item,index) in decoratePicList" class="out-check-div" @click="decorateSelectionChange(item,true)">
                       <div class="check-div" style="z-index: 2"><img v-if="item.checked" src="@/assets/images/check.png" class="check-img br6"/></div>
                       <div style="z-index: 1" class="br6">
@@ -180,7 +180,7 @@
                   </el-col>
                   <!--                  装潢包大图预览-->
                   <el-col :span="10">
-                    <el-image :key="checkPicInfo.url" class="br6" fit="fill" style="width: 30.5vw;max-height: 770px;" :src="baseApi + checkPicInfo.url" >
+                    <el-image :key="checkPicInfo.url" class="br6" fit="fill" style="width: 30.5vw;height: 770px;" :src="baseApi + checkPicInfo.url" >
                       <div slot="error">
                         <div class="err-div br6" style="width: 30.5vw;">{{ $t('quotation.noImg') }}</div>
                       </div>