Skip to content

Commit

Permalink
style: 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Mar 17, 2024
1 parent 88d2e1c commit 5390676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.172",
"version": "2.14.173",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
5 changes: 2 additions & 3 deletions src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@
flex-direction: column;
.radio-wrapper {
margin-top: 5px;
display: flex;
// justify-content: end;
Expand All @@ -807,7 +806,7 @@
.tag {
font-size: 12px;
color: var(--second-text-color);
margin: 0px 5px;
margin: 0px 5px 0 0;
padding: 7.5px 2.5px;
cursor: pointer;
-webkit-user-select: none;
Expand All @@ -821,7 +820,7 @@
:deep(.nut-form-item__label) {
width: 100%;
margin-bottom: 12px;
// margin-bottom: 12px;
}
.subs-checkbox-wrapper {
Expand Down

0 comments on commit 5390676

Please sign in to comment.