some page ui optimization, add release v3.1.3

This commit is contained in:
RockYang
2023-09-20 11:39:11 +08:00
parent 59f316b341
commit 79ded6018b
17 changed files with 680 additions and 162 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="page-mj" :style="{ height: winHeight + 'px' }">
<div class="page-sd" :style="{ height: winHeight + 'px' }">
<div class="inner">
<h1>Stable Diffusion 绘画中心</h1>
<h2>页面正在紧锣密鼓开发中敬请期待</h2>
@@ -14,7 +14,7 @@ const winHeight = ref(window.innerHeight)
</script>
<style lang="stylus" scoped>
.page-mj {
.page-sd {
display: flex;
justify-content: center;
align-items center