Skip to content

Commit

Permalink
perf: 再调一下细节
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jun 5, 2023
1 parent e54aa1b commit 6b2a7c6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.mat-form-field-infix {
border-top-width: 0!important;
border-top-width: 0 !important;
}

.auto-connect {
Expand All @@ -29,6 +29,7 @@
//padding: 0 20px !important;
min-width: 20px !important;
}

.mat-tab-link:focus {
background-color: white;
}
Expand Down Expand Up @@ -64,3 +65,7 @@
.mat-button-toggle-checked {
}

button.mat-raised-button {
margin-left: 0;
}

0 comments on commit 6b2a7c6

Please sign in to comment.