@@ -83,8 +83,9 @@ function onInsertion() {
<style scoped lang="scss">
.section-title {
- ::v-deep em {
+ :deep em {
color: red;
+ font-style: normal;
}
.content-wrap {
@@ -94,8 +95,9 @@ function onInsertion() {
color: #bebebe;
- ::v-deep .content em {
+ :deep .content em {
.btn-group {