zhaosheng
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
v-model="visible"
|
||||
width="90%">
|
||||
<div style="height: 100%;width:100%">
|
||||
<el-descriptions :column="1" border>
|
||||
<el-descriptions :column="1" border class="address-descriptions">
|
||||
<el-descriptions-item label="家庭地址">{{ form.homeAddressDetail }}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
<div id="container2"></div>
|
||||
@@ -179,4 +179,10 @@ defineExpose({
|
||||
ul li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
:deep(.address-descriptions .el-descriptions__label) {
|
||||
width: 100px !important;
|
||||
min-width: 100px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user