cfel-base-components 2.5.20 → 2.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -111,10 +111,7 @@ export default function UserCard({
|
|
|
111
111
|
{isCopied?.['account'] ? "已复制" : <CopyOutlined />}
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
|
-
|
|
115
|
-
<div className="lios-keyMare">租户</div>
|
|
116
|
-
<div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
|
|
117
|
-
</div>
|
|
114
|
+
|
|
118
115
|
<div className="lios-li li-flex">
|
|
119
116
|
<div className="lios-keyMare">租户ID</div>
|
|
120
117
|
<div className="lios-valueMare" title={tenant?.id}>{tenant?.id}</div>
|
|
@@ -127,6 +124,10 @@ export default function UserCard({
|
|
|
127
124
|
{isCopied?.['tenantId'] ? "已复制" : <CopyOutlined />}
|
|
128
125
|
</div>
|
|
129
126
|
</div>
|
|
127
|
+
<div className="lios-li li-flex">
|
|
128
|
+
<div className="lios-keyMare">租户</div>
|
|
129
|
+
<div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
|
|
130
|
+
</div>
|
|
130
131
|
</div>
|
|
131
132
|
|
|
132
133
|
|