diff --git a/public/vcd.css b/public/vcd.css index e83f307..5e12dc9 100644 --- a/public/vcd.css +++ b/public/vcd.css @@ -92,7 +92,7 @@ a { color: var(--main-color); } -.wd-container { +.vcd-container { --right-panel-width: 0px; width: calc(100% - var(--right-panel-width)); transition: width .3s ease-out; @@ -103,17 +103,17 @@ a { right: 0; } -.wd-grid { +.vcd-vline { position: absolute; } -.wd-view { +.vcd-view { position: absolute; top: 24px; bottom: 24px; } -.wd-values { +.vcd-values { position: absolute; top: 24px; bottom: 24px; @@ -127,12 +127,12 @@ a { transition: width .3s ease-out; } -.wd-cursor { +.vcd-cursor { position: absolute; pointer-events: none; } -.wd-values text { +.vcd-values text { font-size: 14px; text-anchor: middle; fill: #fff; diff --git a/src/components/render/index.vue b/src/components/render/index.vue index f197952..fea2f18 100644 --- a/src/components/render/index.vue +++ b/src/components/render/index.vue @@ -4,7 +4,7 @@