Commit d35dd5bb by liuliufashi

update

parent e607ec5e
No related merge requests found
......@@ -229,3 +229,9 @@ defineExpose({
}
}
</style>
<style>
.ant-layout-content{
overflow-y: scroll;
height: 100%;
}
</style>
......@@ -2,7 +2,7 @@
<div class="page">
<!-- {{props.props.propsData.isCad}} -->
<div class="title">支付项目信息</div>
<a-form style="margin-top: 30px" :model="formState" name="basic" :wrapper-col="{ span: 6 }" autocomplete="off">
<a-form style="margin-top: 30px;" :model="formState" name="basic" :wrapper-col="{ span: 6 }" autocomplete="off">
<a-form-item label="选择商品" name="subject" :rules="rulesRef.subject" :label-col="{ span: 2 }"
labelAlign="left">
<div style="width:100%;display: flex;align-items: center;">
......@@ -46,7 +46,7 @@
</div>
</a-checkbox-group>
</a-form-item>
<a-form-item label="支付前填写手机号" name="price" :label-col="{ span: 2 }"
<a-form-item label="支付前填写手机号" name="price" :label-col="{ span: 3 }"
labelAlign="left">
<div style="display: flex;">
<a-switch v-model:checked="formState.fullphone" />
......@@ -74,7 +74,7 @@
<a-button type="primary" html-type="submit" @click="onSubmit">确定</a-button>
</a-form-item>
</a-form>
<img src="../../../../assets/img/show.png" alt="" style="width:375px;position: absolute;right: 300px;top: 80px; display: block;border: 1px solid #cccccc;"/>
<img src="../../../../assets/img/show.png" alt="" style="width:375px;position: absolute;right: 300px;height:85%;top: 80px; display: block;border: 1px solid #cccccc;"/>
<a-modal
v-model:visible="visible"
title="请选择默认用户"
......@@ -302,7 +302,6 @@ defineExpose({
<style lang="less" scoped>
.page {
width: 100%;
.title {
padding-top: 20px;
text-align: left;
......
......@@ -2,7 +2,7 @@
<div>
<div style="display: flex;align-items: center;justify-content: space-between;" v-if="isShow">
<div>
<a-input-search v-model:value="value" placeholder="请输入商品名" style="width: 200px;margin-left: 20px;"
<a-input-search v-model:value="value" placeholder="请输入商品名" style="width: 200px;"
@search="onGetSearch" />
</div>
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment