Skip to content

Commit 2f03f91

Browse files
committed
refactor: refactor code
1 parent 4e25816 commit 2f03f91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/TreeVIII.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<v-card style="padding: 4px; text-align:right;">
3+
<v-card class="card-container">
44
<v-tooltip bottom>
55
<template v-slot:activator="{ on }">
66
<v-btn icon v-on="on" :disabled="buttonDisabled" @click="addNode">
@@ -537,6 +537,10 @@ export default {
537537
}
538538
</style>
539539
<style scoped>
540+
.card-container {
541+
padding: 4px;
542+
text-align: right;
543+
}
540544
.display-flex {
541545
display: flex;
542546
}

0 commit comments

Comments
 (0)