We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07417a4 commit ac7771cCopy full SHA for ac7771c
1 file changed
src/pages/index/views/tutorial/Dismantling.vue
@@ -3,6 +3,13 @@
3
<div class="button-container">
4
<button @click="meshToggle">{{ !meshExpand ? '分体扩散' : '复原模型' }}</button>
5
</div>
6
+ <div class="footer">
7
+ Model by <a
8
+ href="https://sketchfab.com/3d-models/motorcycle-custom-bike-jawa-low-poly-13771fe558604aedae09b5157029e790"
9
+ target="_blank"
10
+ >kreems</a
11
+ >
12
+ </div>
13
<canvas
14
id="container"
15
ref="container"
@@ -342,4 +349,15 @@ export default {
342
349
border-radius: 10px;
343
350
cursor: pointer;
344
351
}
352
+.footer {
353
+ position: absolute;
354
+ bottom: 0;
355
+ width: 100vw;
356
+ height: 50px;
357
+ background-color: #409eff;
358
+ color: white;
359
+ display: flex;
360
+ justify-content: center;
361
+ align-items: center;
362
+}
345
363
</style>
0 commit comments