Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
708b4023
Commit
708b4023
authored
Jul 26, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jzl'
parents
d25ede17
597af8ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
9 deletions
+25
-9
font.css
zh-baseversion-web/src/assets/css/font.css
+12
-5
font.css
zh-baseversion-web/src/assets/fonts/font.css
+8
-0
youshebiaotihei.ttf
zh-baseversion-web/src/assets/fonts/youshebiaotihei.ttf
+0
-0
main.js
zh-baseversion-web/src/main.js
+3
-2
index.vue
zh-baseversion-web/src/views/bigWindow/index.vue
+2
-2
No files found.
zh-baseversion-web/src/assets/css/font.css
View file @
708b4023
@font-face
{
font-family
:
"arialbd"
;
src
:
url('~@/assets/fonts/UnidreamLED.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
\ No newline at end of file
font-family
:
"arialbd"
;
src
:
url("~@/assets/fonts/UnidreamLED.ttf")
format
(
"truetype"
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
"YouSheBiaoTiHei"
;
src
:
url("~@/assets/fonts/youshebiaotihei.ttf")
format
(
"truetype"
);
font-weight
:
normal
;
font-style
:
normal
;
}
zh-baseversion-web/src/assets/fonts/font.css
View file @
708b4023
...
...
@@ -4,4 +4,12 @@
src
:
url('UnidreamLED.ttf')
;
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'YouSheBiaoTiHei'
;
src
:
url('youshebiaotihei.ttf')
;
font-weight
:
normal
;
font-style
:
normal
;
}
\ No newline at end of file
zh-baseversion-web/src/assets/fonts/youshebiaotihei.ttf
0 → 100644
View file @
708b4023
File added
zh-baseversion-web/src/main.js
View file @
708b4023
/*
* @Author: your name
* @Date: 2022-01-07 11:29:13
* @LastEditTime: 202
2-02-26 20:59:19
* @LastEditors:
Please set LastEditors
* @LastEditTime: 202
4-07-26 17:31:44
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/main.js
*/
...
...
@@ -27,6 +27,7 @@ import permission from "./directive/permission";
import
*
as
echarts
from
"echarts"
;
import
"./assets/icons"
;
// icon
import
"./permission"
;
// permission control
import
{
getDicts
}
from
"@/api/system/dict/data"
;
import
{
getConfigKey
}
from
"@/api/system/config"
;
import
{
...
...
zh-baseversion-web/src/views/bigWindow/index.vue
View file @
708b4023
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2024-07-26 17:
02:45
* @LastEditTime: 2024-07-26 17:
41:09
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
...
...
@@ -824,7 +824,7 @@ export default {
width
:
100%
;
height
:
85px
;
font-family
:
"YouSheBiaoTiHei"
;
font-size
:
4
0
px
;
font-size
:
4
5
px
;
font-weight
:
normal
;
line-height
:
normal
;
letter-spacing
:
0
.08em
;
...
...
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