Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
tabulator-another-web
Commits
342a9fd8
Commit
342a9fd8
authored
Jun 11, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
87c544f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
+10
-11
src/pages/main.vue
src/pages/main.vue
+9
-9
src/static/textFont.ttf
src/static/textFont.ttf
+0
-0
src/uni_modules/uni-card/components/uni-card/uni-card.vue
src/uni_modules/uni-card/components/uni-card/uni-card.vue
+1
-2
No files found.
src/pages/main.vue
View file @
342a9fd8
...
...
@@ -68,13 +68,13 @@
}
</
style
>
<
style
>
/* span
{
font-family:
"黑体",
"SimHei",
"Microsoft YaHei",
"PingFang SC",
"Hiragino Sans GB",
sans-serif;
} */
@font-face
{
font-family
:
'更纱黑体'
;
src
:
url('../static/textFont.ttf')
format
(
'woff'
);
}
span
,
:deep
(
.uni-card
)
{
font-family
:
'更纱黑体'
;
}
</
style
>
\ No newline at end of file
src/static/textFont.ttf
0 → 100644
View file @
342a9fd8
File added
src/uni_modules/uni-card/components/uni-card/uni-card.vue
View file @
342a9fd8
...
...
@@ -138,8 +138,7 @@
padding
:
0
$uni-spacing-sm
;
border-radius
:
4px
;
overflow
:
hidden
;
// font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
font-family
:
Microsoft
YaHei
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
SimSun
,
sans-serif
;
background-color
:
#fff
;
flex
:
1
;
...
...
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