Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Dec 2, 2024
1 parent ddf425c commit 8fec2ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l2-frontend/src/construct/ParaclinicResearchEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@
class="form-control"
/>
</div>
<div>
<div class="change-field-group">
<strong>В группу</strong>
<Treeselect
v-model="row.newGroupId"
Expand Down Expand Up @@ -2015,4 +2015,7 @@ export default {
.no-margin-left {
margin-left: 0 !important;
}
.change-field-group {
margin-top: 6px;
}
</style>

0 comments on commit 8fec2ec

Please sign in to comment.