diff --git a/oms_web/oms_vue/src/views/system/vendor/query.vue b/oms_web/oms_vue/src/views/system/vendor/query.vue
index a5c915ce..4ecfc74d 100644
--- a/oms_web/oms_vue/src/views/system/vendor/query.vue
+++ b/oms_web/oms_vue/src/views/system/vendor/query.vue
@@ -48,6 +48,16 @@
{{ item.phone }}
+
+
@@ -191,6 +201,19 @@ export default {
text-decoration: none;
}
+.contact-link {
+ display: inline-block;
+ font-size: 20px;
+ line-height: 1.35;
+ font-weight: 600;
+ color: #3a6ee8;
+ text-decoration: none;
+}
+
+.contact-link:hover {
+ text-decoration: underline;
+}
+
@media (max-width: 768px) {
.vendor-topbar {
height: 52px;