This commit is contained in:
JyuHsin
2026-09-02 16:37:45 +08:00
parent 2fd7876d9a
commit 9d6eeef7db
2 changed files with 2 additions and 2 deletions
@@ -171,7 +171,7 @@ layout("/mobile/platform.html"){
style="margin: 10px 16px 0"
v-if="projectInfo.warmTip"
wrapable>
* {{projectInfo.warmTip}}
{{projectInfo.warmTip}}
</van-notice-bar>
<!--基本信息-->
@@ -154,7 +154,7 @@ layout("/layouts/platform.html"){
type="warning"
v-if="projectInfo.warmTip">
<template slot="title">
<span style="white-space: pre-line">* {{projectInfo.warmTip}}</span>
<span style="white-space: pre-line">{{projectInfo.warmTip}}</span>
</template>
</el-alert>