Skip to content

Commit

Permalink
feat:svg 变更
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYCHOOO committed May 24, 2023
1 parent 8ae9064 commit 22125fe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/assets/svgs/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/svgs/setting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/svgs/star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/svgs/user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/FloatBtn/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ export default defineComponent({
height: 44px;
border-radius: 50%;
box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, .08);
color: @secondary-text-color;
&-text {
font-size: 10px;
color: @secondary-text-color;
}
}
</style>
6 changes: 5 additions & 1 deletion src/views/news/newsDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const uniquekey = computed(() => {
const newsDetail = ref<newsDetail>()
const doBackHome = () => {
router.push('home')
router.go(-1)
}
const getNewsDetail = async () => {
Expand Down Expand Up @@ -73,4 +73,8 @@ getNewsDetail()
font-size: 14px;
}
}
.float-btn {
bottom: 20px;
right: 16px;
}
</style>

0 comments on commit 22125fe

Please sign in to comment.