feat(projects): 分析页更新,添加关于页面

This commit is contained in:
Soybean
2021-11-04 23:11:20 +08:00
parent 7527b1f07c
commit 8e18218196
44 changed files with 1623 additions and 617 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="absolute-lt w-full h-full overflow-hidden">
<div class="absolute-lt wh-full overflow-hidden">
<div class="absolute -right-300px -top-900px">
<corner-top :start-color="firstColor" :end-color="secondColor" />
</div>

View File

@ -1,5 +1,5 @@
<template>
<div ref="scrollbar" class="w-full h-full text-left">
<div ref="scrollbar" class="wh-full text-left">
<div ref="scrollbarContent" class="inline-block" :class="{ 'h-full': !options.scrollY }">
<slot></slot>
</div>

View File

@ -5,9 +5,9 @@
@mouseenter="setTrue"
@mouseleave="setFalse"
>
<div class="absolute-lb w-full h-full overflow-hidden">
<div class="absolute-lb wh-full overflow-hidden">
<svg-radius-bg
class="w-full h-full"
class="wh-full"
:is-active="isActive"
:is-hover="isHover"
:dark-mode="darkMode"