Add tool view page

This commit is contained in:
2024-01-30 19:24:37 +08:00
parent 0e804ff732
commit d6ff952596
9 changed files with 227 additions and 27 deletions

View File

@@ -28,6 +28,14 @@
position: absolute;
top: 10px;
left: 10px;
width: 6em;
}
.upgrade-bt {
position: absolute;
top: 10px;
right: 10px;
font-size: 1.8em;
}
.icon {
@@ -61,7 +69,7 @@
& > :not(:first-child) {
.info {
transform: translateY(20px);
transform: translateY(40px);
transition: all 0.1s ease;
}

View File

@@ -0,0 +1,8 @@
[data-component=tools-view] {
padding: 30px;
.card-box {
height: 100%;
width: 100%;
}
}