查询元素对齐

dianlixunjian
刘妍 2024-07-20 10:43:58 +08:00
parent ff92161d51
commit 5359571f92
4 changed files with 23 additions and 14 deletions

View File

@ -37,9 +37,9 @@
:options="markTypeOptions" :options="markTypeOptions"
/> />
</div> </div>
<div class="screen-item" style="margin-right:51px;"> <div class="screen-item" style="margin-right:10px;">
<!-- <div class="screen-item-label">图斑号</div> --> <!-- <div class="screen-item-label">图斑号</div> -->
<a-input allowClear v-model:value="params.geomid" class="item-input" placeholder="请输入图斑编号"/> <a-input style="width:270px;" allowClear v-model:value="params.geomid" class="item-input" placeholder="请输入图斑编号"/>
</div> </div>
<div class="screen-item" style="display: flex; justify-content: end;margin-bottom: 0px;"> <div class="screen-item" style="display: flex; justify-content: end;margin-bottom: 0px;">
<a-button type="primary" class="item-button" :icon="h(SearchOutlined)" @click="query"></a-button> <a-button type="primary" class="item-button" :icon="h(SearchOutlined)" @click="query"></a-button>
@ -491,7 +491,7 @@
font-size: 19px; font-size: 19px;
color: #FFFFFF; color: #FFFFFF;
line-height: 30px; line-height: 30px;
height:39px; height:38px;
width: 97px; width: 97px;
background:#086DEC; background:#086DEC;
} }

View File

@ -37,9 +37,9 @@
:options="markTypeOptions" :options="markTypeOptions"
/> />
</div> </div>
<div class="screen-item" style="margin-right:51px;"> <div class="screen-item" style="margin-right:10px;">
<!-- <div class="screen-item-label">图斑号</div> --> <!-- <div class="screen-item-label">图斑号</div> -->
<a-input allowClear v-model:value="params.geomid" class="item-input" placeholder="请输入图斑编号"/> <a-input style="width:270px;" allowClear v-model:value="params.geomid" class="item-input" placeholder="请输入图斑编号"/>
</div> </div>
<div class="screen-item" style="display: flex; justify-content: end;margin-bottom: 0px;"> <div class="screen-item" style="display: flex; justify-content: end;margin-bottom: 0px;">
<a-button type="primary" class="item-button" :icon="h(SearchOutlined)" @click="query"></a-button> <a-button type="primary" class="item-button" :icon="h(SearchOutlined)" @click="query"></a-button>
@ -489,7 +489,7 @@
font-size: 19px; font-size: 19px;
color: #FFFFFF; color: #FFFFFF;
line-height: 30px; line-height: 30px;
height:39px; height:38px;
width: 97px; width: 97px;
background:#086DEC; background:#086DEC;
} }

View File

@ -31,7 +31,7 @@
@change="(value) => mapListScreenChange(value, 'batch')" @change="(value) => mapListScreenChange(value, 'batch')"
/> />
</div> </div>
<div class="screen-item" style="margin-right: 14px"> <div class="screen-item" style="margin-right: 18px">
<a-input <a-input
allowClear allowClear
placeholder="请输入图斑编号" placeholder="请输入图斑编号"
@ -62,7 +62,7 @@
</a-button> </a-button>
</a-dropdown> </a-dropdown>
<Icon <Icon
style="font-size: 25px; margin-left: 10px;cursor: pointer;" style="font-size: 25px; margin-left: 14px;cursor: pointer;"
icon="streamline:interface-time-reset-time-clock-reset-stopwatch-circle-measure-loading" icon="streamline:interface-time-reset-time-clock-reset-stopwatch-circle-measure-loading"
@click="resetScreenData" @click="resetScreenData"
/> />

View File

@ -16,7 +16,7 @@
<div class="screen-item-label">年份</div> <div class="screen-item-label">年份</div>
<a-select <a-select
allowClear allowClear
style="width:130px;" style="width:120px;"
v-model:value="props.infoScreenData.year" v-model:value="props.infoScreenData.year"
:options="yearOptions" :options="yearOptions"
@change="(value) => emits('mapListScreenChange',value,'year')" @change="(value) => emits('mapListScreenChange',value,'year')"
@ -26,7 +26,7 @@
<div class="screen-item-label" style="margin-right: 11px;">图斑来源</div> <div class="screen-item-label" style="margin-right: 11px;">图斑来源</div>
<a-select <a-select
allowClear allowClear
style="width:130px;" style="width:120px;"
v-model:value="props.infoScreenData.patchSource" v-model:value="props.infoScreenData.patchSource"
:options="patchSourceOptions" :options="patchSourceOptions"
@change="(value) => emits('mapListScreenChange',value,'patchSource')" @change="(value) => emits('mapListScreenChange',value,'patchSource')"
@ -36,7 +36,7 @@
<div class="screen-item-label">批次</div> <div class="screen-item-label">批次</div>
<a-select <a-select
allowClear allowClear
style="width: 103px" style="width: 118px"
:options="batchOptions" :options="batchOptions"
v-model:value="props.infoScreenData.batch" v-model:value="props.infoScreenData.batch"
@change="(value) => emits('mapListScreenChange',value,'batch')" @change="(value) => emits('mapListScreenChange',value,'batch')"
@ -56,7 +56,7 @@
<div class="screen-item-label">乡镇</div> <div class="screen-item-label">乡镇</div>
<a-select <a-select
allowClear allowClear
style="width:130px;" style="width:120px;"
v-model:value="props.infoScreenData.streetId" v-model:value="props.infoScreenData.streetId"
:options="streetsAreaOptions" :options="streetsAreaOptions"
@change="(value) => emits('mapListScreenChange',value,'streetId')" @change="(value) => emits('mapListScreenChange',value,'streetId')"
@ -67,7 +67,7 @@
<a-range-picker <a-range-picker
:format="'YYYY-MM-DD'" :format="'YYYY-MM-DD'"
allowClear allowClear
style="width: 293px;" style="width: 306px;"
class="item-time-select" class="item-time-select"
@change="(value) => emits('mapListScreenChange',value,'time')" @change="(value) => emits('mapListScreenChange',value,'time')"
/> />
@ -80,9 +80,10 @@
class="item-input" class="item-input"
v-model:value="props.infoScreenData.mapNo" v-model:value="props.infoScreenData.mapNo"
@change="(value) => emits('mapListScreenChange',value.target.value,'mapNo')" @change="(value) => emits('mapListScreenChange',value.target.value,'mapNo')"
style="width:404px;"
/> />
</div> </div>
<div class="screen-item"> <div class="screen-item" style="margin-left: 10px;cursor: pointer;">
<a-button <a-button
class="item-button" class="item-button"
type="primary" type="primary"
@ -617,6 +618,10 @@ const closeMolder = () => {
.top-radio-button-div{ .top-radio-button-div{
width:100%; width:100%;
padding: 33px 12px 8px 13px; padding: 33px 12px 8px 13px;
.ant-radio-group{
display: flex;
}
:deep(.ant-radio-button-wrapper-checked){ :deep(.ant-radio-button-wrapper-checked){
font-family: Alibaba PuHuiTi; font-family: Alibaba PuHuiTi;
font-weight: 500 !important; font-weight: 500 !important;
@ -635,6 +640,9 @@ const closeMolder = () => {
font-size: 20px; font-size: 20px;
color: #000000; color: #000000;
line-height: 40px; line-height: 40px;
display: flex;
align-items: center;
justify-content: center
} }
} }
.sift-div{ .sift-div{
@ -819,6 +827,7 @@ const closeMolder = () => {
} }
.img-box{ .img-box{
width: 25px; width: 25px;
cursor: pointer;
} }
.mr-r-20{ .mr-r-20{
margin-right: 20px; margin-right: 20px;