提交 1703b737 authored 作者: FC's avatar FC

合并分支 'fc' 到 'master'

测试 查看合并请求 !1
<template>
<div class="content">
<div class="title margin_b_20" v-if="(webInfo.processName && webInfo.processName.length < 18) || true">
<div
class="title margin_b_20"
v-if="(webInfo.processName && webInfo.processName.length < 18) || true"
>
<!-- <img src="../../assets/image/star.png" alt="" /> -->
<img src="../../assets/image/start_yellow.png" alt />
<div class="title_text_1">
......@@ -23,7 +26,9 @@
</div>
<div class="footer">
<span>地点:{{ webInfo.address ? webInfo.address : "暂无信息" }}</span>
<span>时间:{{ webInfo.startDate ? webInfo.startDate : "暂无信息" }}</span>
<span
>时间:{{ webInfo.startDate ? webInfo.startDate : "暂无信息" }}</span
>
</div>
</div>
</template>
......@@ -40,6 +45,7 @@ export default {
times: "",
};
},
created() {
this.$http
.findByIdNoPersonAndSeatList({ id: this.$route.query.id })
......@@ -155,7 +161,7 @@ export default {
/* font-weight: bold; */
font-weight: 1200;
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
-webkit-text-stroke: 0.4px #FFF;
-webkit-text-stroke: 0.4px #fff;
}
.title .title_text_2 {
......@@ -175,7 +181,7 @@ export default {
font-weight: 1060;
/* -webkit-text-stroke: 0.4px #ffdd02d5;
*/
-webkit-text-stroke: 0.4px #FFF;
-webkit-text-stroke: 0.4px #fff;
}
.title img {
......@@ -240,4 +246,4 @@ export default {
font-weight: 500;
color: #553030;
}
</style>
\ No newline at end of file
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论