修改字段显示1
parent
561e6ef88a
commit
373571ce91
|
|
@ -140,4 +140,7 @@ const shopping_button_click = (item: { value: string; }) => {
|
|||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
:deep(.el-checkbox-group .el-checkbox){
|
||||
margin-right: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -118,4 +118,7 @@ const url_value_dialog_call_back = (item: any[]) => {
|
|||
width: 100%;
|
||||
height: 12.4rem;
|
||||
}
|
||||
:deep(.el-checkbox-group .el-checkbox){
|
||||
margin-right: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue