style: 全部样式更新2.0
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<StarBackground :speed="0.2" :number="1000"/>
|
||||
<div class="content-main">
|
||||
<RouterView />
|
||||
</div>
|
||||
@@ -7,7 +6,6 @@
|
||||
|
||||
</template>
|
||||
<script setup>
|
||||
import StarBackground from "@/components/StarBackground.vue";
|
||||
</script>
|
||||
<style scoped>
|
||||
.content-main {
|
||||
|
||||
@@ -44,11 +44,11 @@ const handleScroll = () => {
|
||||
.common {
|
||||
&-layout {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
&-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
&-header {
|
||||
width: 100%;
|
||||
|
||||
@@ -12,11 +12,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<StarBackground :speed="0.01" :number="4000"/>
|
||||
</template>
|
||||
<!-- <style src="@/assets/styles/login.scss" scoped></style> -->
|
||||
<script setup>
|
||||
import StarBackground from "@/components/StarBackground.vue";
|
||||
import useConfigStore from "@/stores/config";
|
||||
const configStore=useConfigStore();
|
||||
const isIcp=import.meta.env.VITE_APP_ICP==="true";
|
||||
|
||||
@@ -43,11 +43,11 @@ const handleScroll = () => {
|
||||
.common {
|
||||
&-layout {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
&-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
&-header {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user