拉取代码
This commit is contained in:
parent
cab8147872
commit
e038fd28ec
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<a-modal :class="'buyDia'" v-model:open="props.buyDialogVisible" :closable="false" :footer="null" :maskClosable="false" @ok="handleOk">
|
||||
<a-modal :class="'buyDia'" v-model:open="props.buyDialogVisible" :closable="false" :footer="null" style="width: 1141px;" :maskClosable="false" @ok="handleOk">
|
||||
<!-- <template #footer>
|
||||
<a-button key="back" @click="handleCancel">Return</a-button>
|
||||
<a-button key="submit" type="primary" :loading="loading" @click="handleOk">Submit</a-button>
|
||||
@ -91,13 +91,13 @@ const handleCancel = (e) => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
// .ant-modal-wrap{
|
||||
:deep(.ant-modal-wrap) {
|
||||
width: 200px;
|
||||
background: #B966FF;
|
||||
}
|
||||
// :deep(.ant-modal-wrap) {
|
||||
// width: 200px;
|
||||
// background: #B966FF;
|
||||
// }
|
||||
.ant-modal {
|
||||
width: 1140px !important;
|
||||
color: #fff;
|
||||
// width: 1140px !important;
|
||||
// color: #fff;
|
||||
.ant-modal-content {
|
||||
padding: 0px;
|
||||
background: #1a1821;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<a-modal :class="'buyDia'" v-model:open="props.sellDialogVisible" :closable="false" :footer="null" :maskClosable="false" @ok="handleOk">
|
||||
<a-modal :class="'buyDia'" v-model:open="props.sellDialogVisible" :closable="false" :footer="null" style="width: 1363px;" :maskClosable="false" @ok="handleOk">
|
||||
<!-- <template #footer>
|
||||
<a-button key="back" @click="handleCancel">Return</a-button>
|
||||
<a-button key="submit" type="primary" :loading="loading" @click="handleOk">Submit</a-button>
|
||||
|
@ -39,7 +39,7 @@ const httpGet = async (url, data) => {
|
||||
// 获取市场所有
|
||||
export const apiMarketplaceState = async (data) => {
|
||||
const url = `${API_BASE}/api/market/product/list/${net_id}`;
|
||||
return httpPost(url, {data})
|
||||
return httpPost(url, data)
|
||||
}
|
||||
|
||||
// 获取我拥有得资产
|
||||
|
Loading…
x
Reference in New Issue
Block a user