Use b-card component

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-10-10 14:56:13 +09:00
parent 3bdd6a45a8
commit a68f184f7e
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -12,9 +12,9 @@
"v-on:change-plugin-name" => "onChangePluginName", "v-on:change-plugin-name" => "onChangePluginName",
"v-on:change-formats" => "onChangeFormats"} "v-on:change-formats" => "onChangeFormats"}
.card.mb-3 %b-card.mb-3
%pre{"class" => "card-body", "v-html" => "highlightedLines"} %pre{"v-html" => "highlightedLines"}
.card.md-3 %b-card.mb-3
%p.card-body.pb-0 %p.pb-0.mb-0
=raw(t("fluentd.settings.in_tail_option_guide")) =raw(t("fluentd.settings.in_tail_option_guide"))