修改页面整体样式
This commit is contained in:
@@ -73,6 +73,15 @@
|
|||||||
<span>打包应用</span>
|
<span>打包应用</span>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
</a-menu-item-group>
|
</a-menu-item-group>
|
||||||
|
|
||||||
|
<a-menu-divider class="menu-divider" />
|
||||||
|
|
||||||
|
<a-menu-item key="settings" class="menu-item">
|
||||||
|
<template #icon>
|
||||||
|
<setting-outlined class="menu-icon" />
|
||||||
|
</template>
|
||||||
|
<span>系统设置</span>
|
||||||
|
</a-menu-item>
|
||||||
</a-menu>
|
</a-menu>
|
||||||
|
|
||||||
<!-- 底部信息 -->
|
<!-- 底部信息 -->
|
||||||
@@ -109,7 +118,8 @@ import {
|
|||||||
CloudServerOutlined,
|
CloudServerOutlined,
|
||||||
MenuFoldOutlined,
|
MenuFoldOutlined,
|
||||||
MenuUnfoldOutlined,
|
MenuUnfoldOutlined,
|
||||||
ApiOutlined
|
ApiOutlined,
|
||||||
|
SettingOutlined
|
||||||
} from '@ant-design/icons-vue';
|
} from '@ant-design/icons-vue';
|
||||||
import { ref, watch, onMounted } from 'vue';
|
import { ref, watch, onMounted } from 'vue';
|
||||||
import { useRoute } from 'vue-router';
|
import { useRoute } from 'vue-router';
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ const goToRecords = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面布局 */
|
/* 页面布局 */
|
||||||
.dashboard-page {
|
.dashboard-page {
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 120px);
|
||||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -443,7 +443,7 @@ const goToDownload = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面布局 */
|
/* 页面布局 */
|
||||||
.pack-page {
|
.pack-page {
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 120px);
|
||||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -530,7 +530,7 @@ const getAvatarColor = (name: string) => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面布局 */
|
/* 页面布局 */
|
||||||
.webpage-page {
|
.webpage-page {
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 120px);
|
||||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -562,7 +562,7 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面布局 */
|
/* 页面布局 */
|
||||||
.download-page {
|
.download-page {
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 120px);
|
||||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面布局 */
|
/* 页面布局 */
|
||||||
.record-page {
|
.record-page {
|
||||||
min-height: calc(100vh - 64px);
|
min-height: calc(100vh - 120px);
|
||||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user