|
@@ -47,8 +47,6 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="controls">
|
|
|
- <div class="label">{{ modelValue }}</div>
|
|
|
-
|
|
|
<RefreshIcon class="resetIcon hover" @click="reset"/>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -184,6 +182,7 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
<style scoped>
|
|
|
.bezier-editor {
|
|
|
+ position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -208,6 +207,9 @@ onBeforeUnmount(() => {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.controls {
|
|
|
+ position: absolute;
|
|
|
+ top: 3px;
|
|
|
+ left: 10px;
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
justify-content: space-between;
|