fix:售后页面调整
parent
fd5a2e60e4
commit
af6d748b86
|
|
@ -54,8 +54,8 @@
|
||||||
<i class="el-icon-s-tools" />
|
<i class="el-icon-s-tools" />
|
||||||
</span>
|
</span>
|
||||||
<div class="contact-content">
|
<div class="contact-content">
|
||||||
<div class="contact-label">维保服务</div>
|
<div class="contact-label">维保与服务查询</div>
|
||||||
<router-link to="/manage/service" class="contact-link">维保与服务查询</router-link>
|
<router-link to="/manage/service" class="contact-link">https://oms.unissense.top/system/vendor/query</router-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -208,6 +208,9 @@ export default {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #3a6ee8;
|
color: #3a6ee8;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
word-break: break-all;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-link:hover {
|
.contact-link:hover {
|
||||||
|
|
@ -248,5 +251,9 @@ export default {
|
||||||
.contact-phone {
|
.contact-phone {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-link {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue