修改bug,优化页面UI

This commit is contained in:
fks-xuxinyue
2024-08-13 13:22:13 +08:00
parent ca7b5bbede
commit ed8d86ab8b
11 changed files with 2829 additions and 127 deletions

View File

@@ -72,7 +72,7 @@
@change="onChange" />
<!-- 新增/编辑 -->
<a-drawer
:width="700"
:width="500"
:visible="visible"
:body-style="{ paddingBottom: '80px' }"
:footer-style="{ textAlign: 'right' }"
@@ -85,7 +85,7 @@
:label-col="labelCol"
:wrapper-col="wrapperCol">
<a-row>
<a-col :span="12">
<a-col :span="24">
<a-form-item ref="name" label="日期范围" name="dateRange">
<a-range-picker
v-model:value="formState.dateRange"
@@ -93,16 +93,21 @@
valueFormat="YYYY-MM" />
</a-form-item>
</a-col>
<a-col :span="12">
<a-col :span="24">
<a-form-item ref="name" label="排放因子" name="emissionFactors">
<ns-input v-model:value="formState.emissionFactors" disabled />
</a-form-item>
</a-col>
</a-row>
<span
key=""
style="font-size: 16px; font-weight: 700; color: rgba(51, 51, 51, 1); text-align: left">
因子列表
</span>
<a-row>
<a-col :span="12">
<a-form-item ref="name" label="关键词">
<ns-input v-model:value="selectData" @change="keyChange" />
<a-form-item ref="name">
<ns-input style="margin-top: 5px;" v-model:value="selectData" @change="keyChange" />
</a-form-item>
</a-col>
</a-row>