更改
This commit is contained in:
@@ -171,7 +171,7 @@ layout("/mobile/platform.html"){
|
|||||||
style="margin: 10px 16px 0"
|
style="margin: 10px 16px 0"
|
||||||
v-if="projectInfo.warmTip"
|
v-if="projectInfo.warmTip"
|
||||||
wrapable>
|
wrapable>
|
||||||
* {{projectInfo.warmTip}}
|
{{projectInfo.warmTip}}
|
||||||
</van-notice-bar>
|
</van-notice-bar>
|
||||||
|
|
||||||
<!--基本信息-->
|
<!--基本信息-->
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ layout("/layouts/platform.html"){
|
|||||||
type="warning"
|
type="warning"
|
||||||
v-if="projectInfo.warmTip">
|
v-if="projectInfo.warmTip">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<span style="white-space: pre-line">* {{projectInfo.warmTip}}</span>
|
<span style="white-space: pre-line">{{projectInfo.warmTip}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-alert>
|
</el-alert>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user