|
@@ -179,7 +179,11 @@
|
|
|
<div class="vedioNav">链接</div>
|
|
|
<div>
|
|
|
<div class="navText">
|
|
|
- <a :href="'https://' + lines.url">{{ lines.url }}</a>
|
|
|
+ <a
|
|
|
+ style="text-decoration: none; color: #000"
|
|
|
+ :href="'https://' + lines.url"
|
|
|
+ >{{ lines.url }}</a
|
|
|
+ >
|
|
|
<!-- {{
|
|
|
lineList.length > 0 ? lines.url : ""
|
|
|
}} -->
|
|
@@ -430,8 +434,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="padding: 0 0 20px 30px">
|
|
|
- <div style="margin: 0 0 20px 0;
|
|
|
- font-size: 19px;">工具描述</div>
|
|
|
+ <div style="margin: 0 0 20px 0 ;">工具描述</div>
|
|
|
<div>
|
|
|
{{ tool.toolDetail != "" ? tool.toolDetail : "暂无描述" }}
|
|
|
</div>
|