File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ onMounted(async () => {
37
37
<div v-if =" frontmatter.vuejobs !== false" ref =" vuejobs" >
38
38
<div class =" vuejobs-container" v-if =" openings.length" >
39
39
<div class =" vj-item" v-for =" (job, n) in openings" :key =" n" >
40
- <p >
41
- <a class = " vj-job-title " :href = " job.link " target = " _blank " >
40
+ <a class = " vj-job-title " :href = " job.link " target = " _blank " >
41
+ <p >
42
42
{{ job.title }}
43
43
<svg
44
44
xmlns =" http://www.w3.org/2000/svg"
@@ -54,17 +54,17 @@ onMounted(async () => {
54
54
d =" M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"
55
55
></path >
56
56
</svg >
57
- </a >
58
- </p >
59
- <p >
60
- <a class =" vj-job-info" :href =" job.link" target =" _blank" >
57
+ </p >
58
+
59
+ <p class =" vj-job-info" >
61
60
{{ job.company }}
62
61
<span v-if =" job.salary" >·</span >
63
62
{{ job.salary }}
64
63
<span >·</span >
65
64
{{ job.location }}
66
- </a >
67
- </p >
65
+ `
66
+ </p >
67
+ </a >
68
68
</div >
69
69
</div >
70
70
</div >
@@ -88,7 +88,7 @@ onMounted(async () => {
88
88
.vuejobs-container p ,
89
89
.vuejobs-container a {
90
90
line-height : 16px ;
91
- transition : color 0.3 s ease ;
91
+ transition : color 0.2 s ease ;
92
92
display : inline-block ;
93
93
}
94
94
.vuejobs-container a :hover {
You can’t perform that action at this time.
0 commit comments