mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
feat: 完善页面样式
This commit is contained in:
parent
4b4bd9ade9
commit
c2650890a5
@ -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>
|
||||
|
@ -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) {
|
||||
|
@ -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 || {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user