Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
V
vue3-quasar-ts-study01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hucy
vue3-quasar-ts-study01
Commits
0c730a72
Commit
0c730a72
authored
Dec 27, 2022
by
hucy
☘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改字体
parent
a6094951
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
MainLayout.vue
src/layouts/MainLayout.vue
+2
-1
TopLeftText.vue
src/layouts/TopLeftText.vue
+15
-0
MyPoems.vue
src/modules/page10/element/MyPoems.vue
+1
-1
No files found.
src/layouts/MainLayout.vue
View file @
0c730a72
...
...
@@ -75,7 +75,8 @@ import { defineComponent, ref, onMounted, reactive, toRefs } from 'vue';
import
{
onBeforeRouteUpdate
,
useRouter
}
from
'vue-router'
;
import
{
usePageStore
}
from
'src/common/hooks'
;
import
EssentialLink
from
'components/EssentialLink.vue'
;
import
TopLeftLoading
from
'./TopLeftLoading.vue'
;
// import TopLeftLoading from './TopLeftLoading.vue';
import
TopLeftLoading
from
'./TopLeftText.vue'
;
import
LanguageSelect
from
'./element/LanguageSelect.vue'
;
export
default
defineComponent
({
...
...
src/layouts/TopLeftText.vue
0 → 100644
View file @
0c730a72
<
script
setup
lang=
"ts"
></
script
>
<
template
>
<div
class=
"top-left-box"
>
<span>
人间草木
</span>
</div>
</
template
>
<
style
lang=
"scss"
scoped
>
.top-left-box
{
height
:
50px
;
padding
:
$padding-sm
;
line-height
:
50px
;
text-align
:
center
;
}
</
style
>
src/modules/page10/element/MyPoems.vue
View file @
0c730a72
...
...
@@ -259,7 +259,7 @@ function onPlaying() {
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
font-family
:
'华文中宋'
;
font-family
:
'华文中宋'
,
'新宋体'
,
'楷体'
;
p
{
font-size
:
24px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment