mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
chore(test): dotted background
This commit is contained in:
parent
65a6896563
commit
1b1474046f
1 changed files with 11 additions and 2 deletions
|
@ -76,6 +76,17 @@ const m = toolsByCategory.map(category => ({
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<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 {
|
.n-menu {
|
||||||
padding-top: 160px;
|
padding-top: 160px;
|
||||||
padding-bottom: 200px;
|
padding-bottom: 200px;
|
||||||
|
@ -118,8 +129,6 @@ const m = toolsByCategory.map(category => ({
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bar-wrapper {
|
.bar-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue