Skip to content

Commit

Permalink
chore: 样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 22, 2024
1 parent 891d87d commit ead1f6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.98",
"version": "2.14.99",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
7 changes: 7 additions & 0 deletions src/assets/styles/overwritten_css_var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,10 @@ textarea::-webkit-input-placeholder {
left: -10px;
bottom: -10px;
}

.nut-radio, .nut-radio--round, .nut-checkbox, .nut-checkbox--round {
cursor: pointer;
}
.fa-circle-question, .fa-location-arrow {
cursor: pointer;
}
2 changes: 2 additions & 0 deletions src/views/editor/ActionBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ const pop = (type: string, tipsDes: string) => {
.delete {
padding: 0 24px;
color: var(--danger-color);
cursor: pointer;
}
.drag-handler {
Expand Down Expand Up @@ -382,6 +383,7 @@ const pop = (type: string, tipsDes: string) => {
border: none;
font-weight: normal;
// box-shadow: 0 1px 40px var(--background-color);
cursor: pointer;
}
.horizontal-button-container {
Expand Down

0 comments on commit ead1f6c

Please sign in to comment.