add border box 4
This commit is contained in:
parent
c583f7b294
commit
a034c8eeb4
|
@ -12,7 +12,7 @@
|
||||||
<polyline class="line-7" :points="`55, 11 147, 11 167, 26 250, 26`" />
|
<polyline class="line-7" :points="`55, 11 147, 11 167, 26 250, 26`" />
|
||||||
<polyline class="line-8" :points="`158, 5 173, 16`" />
|
<polyline class="line-8" :points="`158, 5 173, 16`" />
|
||||||
<polyline class="line-9" :points="`200, 17 ${width - 10}, 17`" />
|
<polyline class="line-9" :points="`200, 17 ${width - 10}, 17`" />
|
||||||
<polyline class="line-10" :points="`330, 17 ${width - 10}, 17`" />
|
<polyline class="line-10" :points="`385, 17 ${width - 10}, 17`" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
@ -48,7 +48,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
.border-box-4 {
|
.border-box-4 {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -130,13 +130,13 @@ export default {
|
||||||
.line-9 {
|
.line-9 {
|
||||||
.sred;
|
.sred;
|
||||||
.sw3;
|
.sw3;
|
||||||
stroke-dasharray: 100 150;
|
stroke-dasharray: 100 250;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-10 {
|
.line-10 {
|
||||||
.sblue;
|
.sblue;
|
||||||
.sw1;
|
.sw1;
|
||||||
stroke-dasharray: 80 170;
|
stroke-dasharray: 80 270;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue