Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bc9d5ca2
authored
Jul 21, 2026
by
renyizhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
充值协议
parent
31afbc56
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/views/console/components/token.vue
+0
-0
src/views/marketplace/components/UsageGuide.vue
+4
-6
No files found.
src/views/console/components/token.vue
View file @
bc9d5ca2
This diff is collapsed.
Click to expand it.
src/views/marketplace/components/UsageGuide.vue
View file @
bc9d5ca2
...
@@ -149,11 +149,10 @@ function methodTagType(method?: string) {
...
@@ -149,11 +149,10 @@ function methodTagType(method?: string) {
font-size
:
14px
;
font-size
:
14px
;
line-height
:
1.8
;
line-height
:
1.8
;
color
:
#303233
;
color
:
#303233
;
//
显式声明,避免被父级
flex
布局影响行内元素的换行点
//
CJK
文字允许在任意两个汉字之间断行(浏览器默认行为)
//
之前用
word-break
:
keep-all
是为了防
<
strong
>
断行
,
真凶
.
app-wrapper
:
after
//
已经用
:
deep
(
*
)::
after
杀掉
,
这里恢复
CJK
自然断行
white-space
:
normal
;
white-space
:
normal
;
//
CJK
文本
keep-all
:
禁止在任意两个汉字之间断行
,
只允许在空格
/
标点处断行
//
配合
overflow-wrap
处理超长
URL
/
英文单词
word-break
:
keep-all
;
overflow-wrap
:
break-word
;
overflow-wrap
:
break-word
;
}
}
...
@@ -201,9 +200,8 @@ function methodTagType(method?: string) {
...
@@ -201,9 +200,8 @@ function methodTagType(method?: string) {
.paragraph
{
.paragraph
{
margin
:
6px
0
;
margin
:
6px
0
;
color
:
#4a4f57
;
color
:
#4a4f57
;
//
CJK
文字允许在任意两个汉字之间断行(浏览器默认行为)
white-space
:
normal
;
white-space
:
normal
;
//
关键:CJK
不在汉字之间断行,strong
/
code
不会变成"断行点"
word-break
:
keep-all
;
overflow-wrap
:
break-word
;
overflow-wrap
:
break-word
;
}
}
...
...
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