Commit 13b3fa8a by liuliufashi

update

parent ad7da45e
......@@ -628,8 +628,4 @@ defineExpose({
}
}
</style>
<style lang="less">
.ant-layout-content {
overflow-y: scroll;
}
</style>
......@@ -58,7 +58,7 @@
<a-date-picker v-model:value="formState.starttime" :locale="locale" :format="dateFormat" :disabledDate="disabledDate"/> <a-time-picker style="margin-left:10px;" v-model:value="startvalue" format="HH:mm" />
</div>
</a-form-item> -->
<a-form-item label="结束时间" name="price" :label-col="{ span: 2 }"
<a-form-item label="倒计时结束时间" name="price" :label-col="{ span: 2 }"
labelAlign="left">
<div style="display:flex">
<a-date-picker v-model:value="formState.expireendtime" :locale="locale" :format="dateFormat" :disabledDate="disabledDate"/> <a-time-picker style="margin-left:10px;" v-model:value="endvalue" format="HH:mm" />
......@@ -74,6 +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;"/>
<a-modal
v-model:visible="visible"
title="请选择默认用户"
......
......@@ -158,7 +158,6 @@ const columns = [
title: '支付项目名称',
dataIndex: 'subject',
key: 'subject',
width: 130,
},
{
title: '绑定商品编号',
......@@ -169,6 +168,7 @@ const columns = [
title: '商品价格',
dataIndex: 'payment',
key: 'payment',
width: 100,
},
{
title: '状态',
......
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