From 2535d50523f040dba60cc84c5b279009d70ac3be Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 28 三月 2024 15:31:59 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx b/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
index c23f742..f88d398 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -1,5 +1,5 @@
import React, { useState, useRef, useEffect } from 'react';
-import { Spin, Form, Button } from 'antd';
+import { Spin, Descriptions, Button } from 'antd';
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import { LoadingOutlined } from '@ant-design/icons';
import { createStyles } from 'antd-style';
@@ -26,6 +26,7 @@
tableInfo: {
height: '100%',
width: '50%',
+ padding: '0 10px 0 15px'
}
}
})
@@ -74,7 +75,30 @@
</Spin>
</div>
<div className={styles.tableInfo}>
-
+ <Descriptions
+ bordered
+ layout="vertical"
+ column={1}
+ items={
+ [
+ {
+ key: '1',
+ label: 'Product',
+ children: 'Cloud Database',
+ },
+ {
+ key: '2',
+ label: 'Billing Mode',
+ children: 'Prepaid',
+ },
+ {
+ key: '3',
+ label: 'Automatic Renewal',
+ children: <Button> submit</Button>,
+ },
+ ]
+ }
+ />
</div>
</div>
--
Gitblit v1.9.1