diff --git a/examples/styles/index.scss b/examples/styles/index.scss index 9e73f68..0cfee9e 100644 --- a/examples/styles/index.scss +++ b/examples/styles/index.scss @@ -53,6 +53,21 @@ body { } } +.zee-scheme__view { + .el-form-item { + font-weight: normal !important; + margin-bottom: 0 !important; + &__label { + line-height: 1.5 !important; + color: #595959 !important; + } + &__content { + line-height: 1.5 !important; + color: #000 !important; + } + } +} + @media only screen and (min-width: 1400px) { .code-snippet-box { .code-snippet { diff --git a/examples/views/docs/component/scheme.md b/examples/views/docs/component/scheme.md index f06e514..6ca93ec 100644 --- a/examples/views/docs/component/scheme.md +++ b/examples/views/docs/component/scheme.md @@ -111,6 +111,18 @@ export default { diff --git a/packages/filter/index.vue b/packages/filter/index.vue index 9f8b320..d62c998 100644 --- a/packages/filter/index.vue +++ b/packages/filter/index.vue @@ -1,12 +1,11 @@