fix Button csb
parent
f3908a88fe
commit
d46f18ff2c
|
@ -491,15 +491,16 @@ export default {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style>
|
|
||||||
|
<script>
|
||||||
|
export default{}
|
||||||
|
`,
|
||||||
|
style: `<style>
|
||||||
.p-button {
|
.p-button {
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>`
|
||||||
<script>
|
|
||||||
export default{}
|
|
||||||
`
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue