mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
移除海洋之心主题
This commit is contained in:
parent
98482257f8
commit
6e41f496a3
@ -155,7 +155,7 @@ const data = [
|
||||
timestamp: "2020-07-18",
|
||||
},
|
||||
{
|
||||
content: "主题配置添加海洋之心、绿荫草场、荣耀典藏、暗黑之子模式",
|
||||
content: "主题配置添加绿荫草场、荣耀典藏、暗黑之子模式",
|
||||
timestamp: "2020-07-18",
|
||||
},
|
||||
{
|
||||
|
@ -29,7 +29,6 @@
|
||||
<el-form-item label="主题">
|
||||
<el-radio-group v-model="theme.name">
|
||||
<el-radio-button label="default">默认</el-radio-button>
|
||||
<el-radio-button label="ocean">海洋之心</el-radio-button>
|
||||
<el-radio-button label="green">绿荫草场</el-radio-button>
|
||||
<el-radio-button label="glory">荣耀典藏</el-radio-button>
|
||||
<el-radio-button label="dark">暗黑之子</el-radio-button>
|
||||
|
@ -1,98 +0,0 @@
|
||||
/**
|
||||
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
|
||||
* @description 海洋之心主题(VIP群专享)
|
||||
*/
|
||||
@charset "utf-8";
|
||||
|
||||
.vue-admin-beautiful-theme-ocean {
|
||||
$base-menu-background: #0366d6;
|
||||
$base-menu-background-active: #0054b3;
|
||||
$base-color-blue: #0366d6;
|
||||
|
||||
@mixin container {
|
||||
background: $base-menu-background !important;
|
||||
}
|
||||
|
||||
@mixin active {
|
||||
&:hover {
|
||||
background-color: $base-menu-background-active !important;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background-color: $base-menu-background-active !important;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container-horizontal {
|
||||
@include container;
|
||||
}
|
||||
|
||||
.logo-container-vertical {
|
||||
@include container;
|
||||
}
|
||||
|
||||
.el-menu {
|
||||
@include container;
|
||||
|
||||
.el-submenu__title {
|
||||
@include container;
|
||||
}
|
||||
|
||||
.el-menu-item {
|
||||
@include container;
|
||||
}
|
||||
}
|
||||
|
||||
.side-bar-container {
|
||||
@include container;
|
||||
|
||||
.el-menu-item {
|
||||
@include active;
|
||||
}
|
||||
}
|
||||
|
||||
.top-bar-container {
|
||||
@include container;
|
||||
|
||||
.vab-main {
|
||||
@include container;
|
||||
|
||||
.el-menu {
|
||||
&--horizontal {
|
||||
.el-submenu,
|
||||
.el-menu-item {
|
||||
&.is-active {
|
||||
background-color: $base-menu-background-active !important;
|
||||
}
|
||||
}
|
||||
|
||||
> .el-menu-item {
|
||||
&.is-active {
|
||||
border-bottom: 3px solid $base-menu-background-active !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabs-bar-container {
|
||||
background: $base-color-white;
|
||||
border-top: 1px solid #f6f6f6;
|
||||
|
||||
.tags-content {
|
||||
.el-tabs__header {
|
||||
.el-tabs__item {
|
||||
&.is-active {
|
||||
background: $base-color-blue !important;
|
||||
border: 1px solid $base-color-blue !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.theme-bar-setting {
|
||||
background: $base-color-blue !important;
|
||||
}
|
||||
}
|
@ -8,7 +8,6 @@
|
||||
@import "./normalize.scss";
|
||||
@import "./transition.scss";
|
||||
@import "./loading.scss";
|
||||
@import "./themes/ocean.scss";
|
||||
@import "./themes/green.scss";
|
||||
@import "./themes/glory.scss";
|
||||
@import "./themes/dark.scss";
|
||||
|
Loading…
x
Reference in New Issue
Block a user