no message
parent
0fdb8f77cc
commit
845925bc82
|
|
@ -219,10 +219,14 @@ function XgfUserInfo(props) {
|
||||||
labelStyle={{
|
labelStyle={{
|
||||||
width: 200,
|
width: 200,
|
||||||
}}
|
}}
|
||||||
|
contentStyle={{
|
||||||
|
width: "300px",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<Divider orientation="left">社保信息</Divider>
|
<Divider orientation="left">社保信息</Divider>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
bordered
|
bordered
|
||||||
|
|
||||||
items={[
|
items={[
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -334,6 +338,9 @@ function XgfUserInfo(props) {
|
||||||
labelStyle={{
|
labelStyle={{
|
||||||
width: 200,
|
width: 200,
|
||||||
}}
|
}}
|
||||||
|
contentStyle={{
|
||||||
|
width: "300px",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue