Skip to content

Commit

Permalink
chore: 样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 21, 2024
1 parent a723f4c commit 891d87d
Show file tree
Hide file tree
Showing 6 changed files with 8 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.97",
"version": "2.14.98",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 1 addition & 0 deletions src/components/ArtifactsListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ watch(isSyncOpen, async () => {
flex-direction: row;//
justify-content: flex-end; //
background: var(--card-color);
cursor: pointer;
:deep(.nut-avatar) {
flex-shrink: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/FileListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
border-radius: var(--item-card-radios);
display: flex;
background: var(--card-color);
cursor: pointer;
:deep(.nut-avatar) {
flex-shrink: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/SubListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
border-radius: var(--item-card-radios);
display: flex;
background: var(--card-color);
cursor: pointer;
:deep(.nut-avatar) {
flex-shrink: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/TabBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
}
:deep(.tabbar-item) {
cursor: pointer;
&.nut-tabbar-item__icon--unactive {
color: var(--lowest-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions src/views/My.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@ watchEffect(() => {
opacity: 0.2;
filter: brightness(var(--img-brightness));
}
:deep(.nut-icon-tips:before) {
cursor: pointer;
}
&:not(:first-child) {
margin-top: 8px;
Expand Down

0 comments on commit 891d87d

Please sign in to comment.