|
@@ -27,7 +27,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="w-780px">
|
|
|
- <el-carousel class="w-full h-480px" :autoplay="false" arrow="always" indicator-position="none">
|
|
|
+ <el-carousel class="w-full h-550px" :autoplay="false" arrow="always" indicator-position="none">
|
|
|
<el-carousel-item v-for="item in imgList" :key="item">
|
|
|
<img class="m-auto block" :src="item" alt="">
|
|
|
</el-carousel-item>
|
|
@@ -59,7 +59,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mt-70px text-center">
|
|
|
- <button type="button" class="revise-btn cancel">取消</button>
|
|
|
+ <button type="button" class="revise-btn cancel" @click="reviseShow = false">取消</button>
|
|
|
<button type="button" :disabled="reviseInfo.ysdt_pydf === '' || isSub" class="ml-45px revise-btn sub" @click="reviseSub">确定</button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -149,6 +149,9 @@ if (route.params.ze_id) {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
$color: #0048e5;
|
|
|
+::v-deep .el-carousel__container{
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
.data-table {
|
|
|
width: 100%;
|
|
|
table-layout: fixed;
|