Skip to content

Commit c118275

Browse files
committed
スタイルを調整
1 parent e273566 commit c118275

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/EditorTextarea.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<template>
22
<div>
3-
<span v-if="title" class="EditorField-Title">{{ title }}</span>
3+
<span v-if="title" class="EditorTextarea-Title">{{ title }}</span>
44
<v-textarea
55
v-model="value"
66
:hint="hint"
77
:label="label"
88
:placeholder="placeholder"
99
background-color="white"
10-
class="Textarea"
10+
class="elevation-0"
1111
solo
1212
flat
13-
outlined
1413
/>
1514
</div>
1615
</template>
@@ -53,8 +52,8 @@ export default Vue.extend({
5352
})
5453
</script>
5554

56-
<style lang="scss">
57-
.EditorField-Title {
55+
<style lang="scss" scoped>
56+
.EditorTextarea-Title {
5857
display: block;
5958
font-size: 16px;
6059
font-weight: bold;

0 commit comments

Comments
 (0)