style(ship): 调整航区字段布局及上传器宽度
- 将航区选择控件从宽度12调整为宽度6的列中展示 - 保留航区选择及提示信息功能不变,位置更紧凑 - 调整上传组件宽度从240px增加到248px以适配新布局
This commit is contained in:
@@ -179,6 +179,40 @@
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="航区" prop="navigationArea">
|
||||
<div class="navigation-area-field">
|
||||
<el-select v-model="shipForm.navigationArea" placeholder="请选择">
|
||||
<el-option label="A级" value="A级" />
|
||||
<el-option label="B级" value="B级" />
|
||||
</el-select>
|
||||
<el-tooltip effect="light" placement="top" popper-class="ship-navigation-tooltip">
|
||||
<template #content>
|
||||
<table class="navigation-cargo-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th rowspan="2">参考<br />载货量</th>
|
||||
<th>航区</th>
|
||||
<th>A级</th>
|
||||
<th>B级</th>
|
||||
<th>FA</th>
|
||||
<th>FB</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>载货量(t)</th>
|
||||
<td>864.00</td>
|
||||
<td>864.00</td>
|
||||
<td>965.00</td>
|
||||
<td>1015.00</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</template>
|
||||
<el-icon class="navigation-info-icon"><InfoFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="18">
|
||||
<el-col :span="6">
|
||||
@@ -231,40 +265,6 @@
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="航区" prop="navigationArea">
|
||||
<div class="navigation-area-field">
|
||||
<el-select v-model="shipForm.navigationArea" placeholder="请选择">
|
||||
<el-option label="A级" value="A级" />
|
||||
<el-option label="B级" value="B级" />
|
||||
</el-select>
|
||||
<el-tooltip effect="light" placement="top" popper-class="ship-navigation-tooltip">
|
||||
<template #content>
|
||||
<table class="navigation-cargo-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th rowspan="2">参考<br />载货量</th>
|
||||
<th>航区</th>
|
||||
<th>A级</th>
|
||||
<th>B级</th>
|
||||
<th>FA</th>
|
||||
<th>FB</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>载货量(t)</th>
|
||||
<td>864.00</td>
|
||||
<td>864.00</td>
|
||||
<td>965.00</td>
|
||||
<td>1015.00</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</template>
|
||||
<el-icon class="navigation-info-icon"><InfoFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</section-card>
|
||||
|
||||
@@ -1351,7 +1351,7 @@ export default {
|
||||
|
||||
:deep(.ship-uploader--large) {
|
||||
display: block;
|
||||
width: 240px;
|
||||
width: 248px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user