完善字符串类型的体验
This commit is contained in:
@@ -7,5 +7,5 @@ ktor:
|
||||
|
||||
traceability:
|
||||
# 访问主服务的地址
|
||||
core-base-url: "http://127.0.0.1:8089" # 开发
|
||||
# core-base-url: "https://ai.ronsunny.cn:8090/api" # 生产
|
||||
# core-base-url: "http://127.0.0.1:8089" # 开发
|
||||
core-base-url: "https://ai.ronsunny.cn:8090/api" # 生产
|
||||
|
||||
@@ -85,6 +85,11 @@ a {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.timeline-item__body strong {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
margin: 12px 0 0;
|
||||
}
|
||||
@@ -135,6 +140,7 @@ a {
|
||||
margin-top: 8px;
|
||||
line-height: 1.6;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.hero__aside {
|
||||
|
||||
Reference in New Issue
Block a user