Canonical class name

This commit is contained in:
jiaming743 2020-08-25 16:55:49 +08:00
parent d8899785a7
commit 1db9bd4b6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="dv-border-box-8" :ref="ref"> <div class="dv-border-box-8" :ref="ref">
<svg class="dv-svg-container" :width="width" :height="height"> <svg class="dv-border-svg-container" :width="width" :height="height">
<defs> <defs>
<path <path
:id="path" :id="path"
@ -147,7 +147,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
.dv-svg-container { .dv-border-svg-container {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;