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