cfel-base-components 2.5.33 → 2.5.35
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
|
@@ -37,6 +37,7 @@ body {
|
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
|
|
39
39
|
.layout-logo {
|
|
40
|
+
cursor: pointer;
|
|
40
41
|
height: 60px;
|
|
41
42
|
margin: 8px auto;
|
|
42
43
|
display: flex;
|
|
@@ -103,7 +104,7 @@ body {
|
|
|
103
104
|
justify-content: flex-start;
|
|
104
105
|
align-items: center;
|
|
105
106
|
height: 100%;
|
|
106
|
-
max-width:
|
|
107
|
+
max-width: 400px;
|
|
107
108
|
z-index: 2;
|
|
108
109
|
|
|
109
110
|
.actions-item {
|
|
@@ -131,18 +131,6 @@ export default function UserCard({
|
|
|
131
131
|
<div className="lios-keyMare">租户</div>
|
|
132
132
|
<div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
|
|
133
133
|
</div>
|
|
134
|
-
<div className='lios-li li-flex'>
|
|
135
|
-
<div className='lios-keyMare'>资金账户</div>
|
|
136
|
-
<div className='lios-valueMare'>
|
|
137
|
-
<a
|
|
138
|
-
onClick={() => {
|
|
139
|
-
window.open('/web/capital-wallet')
|
|
140
|
-
}}
|
|
141
|
-
>
|
|
142
|
-
跳转
|
|
143
|
-
</a>
|
|
144
|
-
</div>
|
|
145
|
-
</div>
|
|
146
134
|
</div>
|
|
147
135
|
|
|
148
136
|
|