修改字段显示1

v1.0.0
于肖磊 2024-08-23 16:23:42 +08:00
parent 561e6ef88a
commit 373571ce91
2 changed files with 6 additions and 0 deletions

View File

@ -140,4 +140,7 @@ const shopping_button_click = (item: { value: string; }) => {
font-weight: 700;
}
}
:deep(.el-checkbox-group .el-checkbox){
margin-right: 2rem;
}
</style>

View File

@ -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>