|
@@ -10,7 +10,7 @@
|
|
|
<div class="content" ref="layoutRef">
|
|
|
<table>
|
|
|
<tr>
|
|
|
- <td class="value title" colspan="6" height="62">
|
|
|
+ <td class="value title" colspan="6" height="46">
|
|
|
<span v-if="downMode">{{ roadPhoto.title }}</span>
|
|
|
<ui-input
|
|
|
v-else
|
|
@@ -22,7 +22,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="label" width="150" height="50">到达事故现场时间</td>
|
|
|
+ <td class="label" width="150" height="42">到达事故现场时间</td>
|
|
|
<td class="value">
|
|
|
<span v-if="downMode">{{ history.value.arrivalTime }}</span>
|
|
|
<ui-input
|
|
@@ -70,7 +70,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="image" colspan="6" height="676">
|
|
|
+ <td class="image" colspan="6" height="569">
|
|
|
<div class="photo-layout">
|
|
|
<img
|
|
|
:src="useStaticUrl(roadPhoto.url).value"
|
|
@@ -90,7 +90,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="value textarea-layout" colspan="6" height="73">
|
|
|
+ <td class="value textarea-layout" colspan="6" height="62">
|
|
|
<span v-if="downMode">{{ history.value.illustrate }}</span>
|
|
|
<ui-input
|
|
|
class="textarea"
|
|
@@ -104,7 +104,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="value date" colspan="6" height="50">
|
|
|
+ <td class="value date" colspan="6" height="44">
|
|
|
{{ formatDate(new Date(), "yyyy年MM月dd日hh时mm分") }}
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -334,12 +334,12 @@ const saveHandler = async () => {
|
|
|
.downMode {
|
|
|
.title {
|
|
|
span {
|
|
|
- height: 62px !important;
|
|
|
- font-size: 54px !important;
|
|
|
+ height: 52px !important;
|
|
|
+ font-size: 46px !important;
|
|
|
font-family: SimSun-Regular, SimSun;
|
|
|
font-weight: 400;
|
|
|
color: #000000;
|
|
|
- line-height: 63px;
|
|
|
+ line-height: 52px;
|
|
|
letter-spacing: 13px;
|
|
|
}
|
|
|
}
|
|
@@ -347,8 +347,8 @@ const saveHandler = async () => {
|
|
|
.content {
|
|
|
width: 1485px;
|
|
|
height: 1050px;
|
|
|
- // padding: 125px 100px 75px 100px;
|
|
|
- padding: 30px 28px 26px;
|
|
|
+ padding: 125px 100px 75px 100px;
|
|
|
+ // padding: 30px 28px 26px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.content table .textarea-layout {
|