diff --git a/src/App.vue b/src/App.vue index 4f27731..c6d9c6a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,12 @@ body .el-table th.gutter { display: table-cell !important; } +.el-form-item__label { + font-weight: bold; +} +.demonstration { + font-weight: bold; +}