Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
1cf42865
Commit
1cf42865
authored
Apr 20, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '删除空文件'
parent
2e5407fb
Pipeline
#71230
waiting for manual action with stages
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
67 deletions
+0
-67
font.css
src/assets/font/font.css
+0
-67
BookConfig.jsx
src/pages/bsmanager/base/standingBook/BookConfig.jsx
+0
-0
No files found.
src/assets/font/font.css
deleted
100644 → 0
View file @
2e5407fb
/*font汉化*/
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
SimSun
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
SimSun
]
::before
{
content
:
"宋体"
;
font-family
:
"SimSun"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
SimHei
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
SimHei
]
::before
{
content
:
"黑体"
;
font-family
:
"SimHei"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
Microsoft-YaHei
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
Microsoft-YaHei
]
::before
{
content
:
"微软雅黑"
;
font-family
:
"Microsoft YaHei"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
KaiTi
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
KaiTi
]
::before
{
content
:
"楷体"
;
font-family
:
"KaiTi"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
FangSong
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
FangSong
]
::before
{
content
:
"仿宋"
;
font-family
:
"FangSong"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
Arial
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
Arial
]
::before
{
content
:
"Arial"
;
font-family
:
"Arial"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
Times-New-Roman
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
Times-New-Roman
]
::before
{
content
:
"Times New Roman"
;
font-family
:
"Times New Roman"
;
}
.ql-snow
.ql-picker.ql-font
.ql-picker-label
[
data-value
=
sans-serif
]
::before
,
.ql-snow
.ql-picker.ql-font
.ql-picker-item
[
data-value
=
sans-serif
]
::before
{
content
:
"sans-serif"
;
font-family
:
"sans-serif"
;
}
.ql-font-SimSun
{
font-family
:
"SimSun"
;
}
.ql-font-SimHei
{
font-family
:
"SimHei"
;
}
.ql-font-Microsoft-YaHei
{
font-family
:
"Microsoft YaHei"
;
}
.ql-font-KaiTi
{
font-family
:
"KaiTi"
;
}
.ql-font-FangSong
{
font-family
:
"FangSong"
;
}
.ql-font-Arial
{
font-family
:
"Arial"
;
}
.ql-font-Times-New-Roman
{
font-family
:
"Times New Roman"
;
}
.ql-font-sans-serif
{
font-family
:
"sans-serif"
;
}
\ No newline at end of file
src/pages/bsmanager/base/standingBook/BookConfig.jsx
View file @
1cf42865
This diff is collapsed.
Click to expand it.
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