v1.9 优化产权登记图片不能放大的问题

This commit is contained in:
wuxw 2025-08-05 11:52:28 +08:00
parent 4f485e3634
commit f741902e26
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="margin-top">
<el-row class="margin-top-lg">
<el-row class="">
<el-col :span="4" class="padding-right-xs padding-left-xl">
<el-input
v-model="ownerDetailCarInfo.carNum"

View File

@ -1,6 +1,6 @@
<template>
<div class="margin-top">
<el-row class="margin-top-lg">
<el-row class="">
<el-col :span="4" class="padding-right-xs padding-left-xl">
<el-input v-model="ownerDetailRoomInfo.roomNum" :placeholder="$t('ownerDetailRoom.pleaseEnterRoomNumber')" />
</el-col>