diff options
author | 2022-04-14 23:12:36 +0200 | |
---|---|---|
committer | 2022-04-14 23:12:36 +0200 | |
commit | 1b1474046f54df076e9aa271f5f5544fce6933f1 (patch) | |
tree | 9eb06ed0485b03840ca5c1ec37888b3e3de82a3a | |
parent | 65a6896563d16f30420424e274bd306e3e9182c8 (diff) | |
download | it-tools-1b1474046f54df076e9aa271f5f5544fce6933f1.tar.gz it-tools-1b1474046f54df076e9aa271f5f5544fce6933f1.tar.zst it-tools-1b1474046f54df076e9aa271f5f5544fce6933f1.zip |
chore(test): dotted background
-rw-r--r-- | src/layouts/base.layout.vue | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/layouts/base.layout.vue b/src/layouts/base.layout.vue index dc5fd05..9f2d3b9 100644 --- a/src/layouts/base.layout.vue +++ b/src/layouts/base.layout.vue @@ -76,6 +76,17 @@ const m = toolsByCategory.map(category => ({ </template> <style lang="less" scoped> +// ::v-deep(.n-layout-scroll-container) { +// @percent: 4%; +// @position: 25px; +// @size: 50px; +// @color: #eeeeee25; +// background-image: radial-gradient(@color @percent, transparent @percent), +// radial-gradient(@color @percent, transparent @percent); +// background-position: 0 0, @position @position; +// background-size: @size @size; +// } + .n-menu { padding-top: 160px; padding-bottom: 200px; @@ -118,8 +129,6 @@ const m = toolsByCategory.map(category => ({ font-size: 16px; } } - - } .bar-wrapper { |