mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
♻ refactor: add base-menu-background
This commit is contained in:
parent
d353316be1
commit
fb23d3bd43
@ -2,8 +2,9 @@ import request from '@/utils/request'
|
||||
|
||||
export function getList(data) {
|
||||
return request({
|
||||
url: '/changeLog/getList',
|
||||
method: 'post',
|
||||
// url: '/changeLog/getList',
|
||||
url: 'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getChangeLog',
|
||||
method: 'get',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
@ -2,7 +2,8 @@ import request from '@/utils/request'
|
||||
|
||||
export function getNoticeList() {
|
||||
return request({
|
||||
url: '/notice/getList',
|
||||
// url: '/notice/getList',
|
||||
url: 'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getNotice',
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ $base-color-default: #1890ff;
|
||||
//默认层级
|
||||
$base-z-index: 999;
|
||||
//横向布局纵向布局时菜单背景色
|
||||
$base-menu-background: #001529;
|
||||
$base-menu-background: #282c34;
|
||||
//菜单文字颜色
|
||||
$base-menu-color: hsla(0, 0%, 100%, 0.95);
|
||||
//菜单选中文字颜色
|
||||
@ -34,7 +34,7 @@ $base-color-orange: #ff6700;
|
||||
$base-color-red: #f34d37;
|
||||
$base-color-gray: rgba(0, 0, 0, 0.65);
|
||||
$base-main-width: 1279px;
|
||||
$base-border-radius: 2px;
|
||||
$base-border-radius: 4px;
|
||||
$base-border-color: #dcdfe6;
|
||||
//输入框高度
|
||||
$base-input-height: 32px;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<el-card shadow="hover">
|
||||
<template #header>
|
||||
<vab-icon icon="send-plane-2-line" />
|
||||
计划
|
||||
<!-- 计划 -->
|
||||
<el-tag class="card-header-tag" type="success">
|
||||
祝用框架的小伙伴都能住上别墅,开上保时捷
|
||||
</el-tag>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<el-card class="version-information" shadow="hover">
|
||||
<template #header>
|
||||
<vab-icon icon="information-line" />
|
||||
信息
|
||||
<!-- 信息 -->
|
||||
<el-tag class="card-header-tag">部署时间:{{ updateTime }}</el-tag>
|
||||
</template>
|
||||
<el-scrollbar>
|
||||
|
@ -185,9 +185,6 @@
|
||||
<el-alert :closable="false" :title="userAgent" type="info"></el-alert>
|
||||
<br />
|
||||
</el-card>
|
||||
|
||||
<plan></plan>
|
||||
<version-information></version-information>
|
||||
</el-col>
|
||||
|
||||
<el-col :xs="24" :sm="24" :md="13" :lg="13" :xl="13">
|
||||
@ -206,6 +203,8 @@
|
||||
</el-timeline-item>
|
||||
</el-timeline>
|
||||
</el-card>
|
||||
<plan></plan>
|
||||
<version-information></version-information>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user