提交 109b655f authored 作者: FC's avatar FC

测试

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