Perbaikan PPOB
This commit is contained in:
@@ -392,46 +392,32 @@ export const DetailUser = observer(() => {
|
||||
: "Inaktif"}
|
||||
</Text>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Text strong>Foto Identitas</Text>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Text strong>Foto Toko</Text>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Text>
|
||||
<Image
|
||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.dataProfit.userDetail?.image_identity}`}
|
||||
style={{ width: "10vw" }}
|
||||
/>
|
||||
</Text>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Text>
|
||||
<Image
|
||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.dataProfit.userDetail?.image_store}`}
|
||||
style={{ width: "10vw" }}
|
||||
/>
|
||||
</Text>
|
||||
</Col>
|
||||
</Row>
|
||||
</Col>
|
||||
<Col lg={12} xs={24}>
|
||||
<Row>
|
||||
<Col lg={24} xs={24}>
|
||||
<Row>
|
||||
<Col span={store.ui.mediaQuery.isMobile ? 24 : 10}>
|
||||
<Row justify={"center"}>
|
||||
<Col lg={22} xs={12}>
|
||||
<Title strong level={3} style={styleSaldoTitle}>
|
||||
Foto Identitas
|
||||
</Title>
|
||||
</Col>
|
||||
<Col lg={15} xs={12}>
|
||||
<Image
|
||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.dataProfit.userDetail?.image_identity}`}
|
||||
style={{ width: "10vw" }}
|
||||
/>
|
||||
</Col>
|
||||
<Col></Col>
|
||||
</Row>
|
||||
</Col>
|
||||
<Col span={store.ui.mediaQuery.isMobile ? 24 : 10}>
|
||||
<Row justify={"center"}>
|
||||
<Col lg={22} xs={12}>
|
||||
<Title strong level={3} style={styleSaldoTitle}>
|
||||
Foto Toko
|
||||
</Title>
|
||||
</Col>
|
||||
<Col lg={18} xs={12}>
|
||||
<Image
|
||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.dataProfit.userDetail?.image_store}`}
|
||||
style={{ width: "10vw" }}
|
||||
/>
|
||||
</Col>
|
||||
<Col></Col>
|
||||
</Row>
|
||||
</Col>
|
||||
</Row>
|
||||
</Col>
|
||||
<Col lg={24} xs={24}>
|
||||
<Row>
|
||||
<Col span={store.ui.mediaQuery.isMobile ? 24 : 10}>
|
||||
|
||||
Reference in New Issue
Block a user