feat: 完善页面样式

This commit is contained in:
fonghehe 2023-01-12 11:47:12 +08:00
parent 4b4bd9ade9
commit c2650890a5
4 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,3 @@
VITE_USE_MOCK=true
VITE_USE_ERUDA=true

View File

@ -75,20 +75,22 @@
<style scoped lang="scss">
.nut-navbar {
margin-bottom: 0;
// padding: 0;
}
.main-page {
box-sizing: border-box;
height: 100vh;
height: calc(100vh - 92px);
overflow-y: scroll;
overflow-x: hidden;
}
.tabbar {
height: calc(100vh - 200px);
height: calc(100vh - 92px);
padding-bottom: 100px;
}
.border {
padding: 30px;
padding-left: 30px;
padding-right: 30px;
}
</style>

View File

@ -46,7 +46,9 @@
@import '../../styles/mixin.scss';
section {
.title {
font-size: 40px;
margin-bottom: 40px;
font-weight: 500;
display: inline-block;
}
&:nth-child(n) {

View File

@ -34,7 +34,7 @@
import { useI18n } from 'vue-i18n';
const { locale } = useI18n();
let cellList = ['vue3', 'vite', 'vue-router', 'axios', 'Pinia', 'vue-i18n', 'vue-jsx', 'vatlet/vant/nutUI'];
let cellList = ['vue3', 'vite', 'vue-router', 'axios', 'Pinia', 'vue-i18n', 'postcss-px-to-viewport', 'vatlet/vant/nutUI', 'eruda'];
const userStore = useUserStore();
const getUserInfo = computed(() => {
const { name = '' } = userStore.getUserInfo || {};