|
@@ -10,7 +10,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- fire 展示(原有) -->
|
|
<!-- fire 展示(原有) -->
|
|
|
<div v-else class="camera-from show-view">
|
|
<div v-else class="camera-from show-view">
|
|
|
- <div class="all-content">
|
|
|
|
|
|
|
+ <div class="all-content no-scrollbar">
|
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
|
<div class="info-row"><span class="label">项目编号:</span><span class="value">{{ bindFire.projectSn || '-' }}</span></div>
|
|
<div class="info-row"><span class="label">项目编号:</span><span class="value">{{ bindFire.projectSn || '-' }}</span></div>
|
|
|
<div class="info-row"><span class="label">起火对象:</span><span class="value">{{ bindFire.projectName || '-' }}</span></div>
|
|
<div class="info-row"><span class="label">起火对象:</span><span class="value">{{ bindFire.projectName || '-' }}</span></div>
|
|
@@ -29,7 +29,7 @@
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
<!-- criminal 编辑(复原 edit.vue) -->
|
|
<!-- criminal 编辑(复原 edit.vue) -->
|
|
|
<el-form v-if="props.fromRoute === 'criminal'" ref="form" label-width="96px" class="camera-from">
|
|
<el-form v-if="props.fromRoute === 'criminal'" ref="form" label-width="96px" class="camera-from">
|
|
|
- <div class="all-content">
|
|
|
|
|
|
|
+ <div class="all-content no-scrollbar">
|
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
|
<el-form-item label="案件名称">
|
|
<el-form-item label="案件名称">
|
|
|
<el-input v-model="bindFire.caseTitle" maxlength="50" placeholder="请输入案件名称" />
|
|
<el-input v-model="bindFire.caseTitle" maxlength="50" placeholder="请输入案件名称" />
|
|
@@ -46,7 +46,7 @@
|
|
|
|
|
|
|
|
<!-- fire 编辑(原有) -->
|
|
<!-- fire 编辑(原有) -->
|
|
|
<el-form v-else ref="form" label-width="100px" class="camera-from">
|
|
<el-form v-else ref="form" label-width="100px" class="camera-from">
|
|
|
- <div class="all-content">
|
|
|
|
|
|
|
+ <div class="all-content no-scrollbar">
|
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
<!-- <div class="form-title">案件信息</div> -->
|
|
|
<el-form-item label="项目编号" class="mandatory">
|
|
<el-form-item label="项目编号" class="mandatory">
|
|
|
<el-input
|
|
<el-input
|
|
@@ -430,6 +430,16 @@ const handleMapConfirm = (LocationInfo: any) => {
|
|
|
padding-right: 60px;
|
|
padding-right: 60px;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
}
|
|
}
|
|
|
|
|
+ .no-scrollbar {
|
|
|
|
|
+ overflow-y: scroll; /* 允许垂直滚动 */
|
|
|
|
|
+ scrollbar-width: none; /* Firefox */
|
|
|
|
|
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .no-scrollbar::-webkit-scrollbar {
|
|
|
|
|
+ /* Chrome, Safari, Opera */
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
.form-title{
|
|
.form-title{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|