Commit 0beb90f6 authored by 沈翠玲's avatar 沈翠玲

页面主题色修改

parent 01e98b9d
......@@ -7,7 +7,7 @@ export const HOME_URL = '/home/index';
export const LOGIN_URL = '/login';
// 默认主题颜色
export const DEFAULT_PRIMARY = '#1989fa';
export const DEFAULT_PRIMARY = '#234ca3';
// 路由白名单地址(本地存在的路由 staticRouter.ts 中)
export const ROUTER_WHITE_LIST = ['/500', '/403', '/404'];
......
......@@ -59,9 +59,9 @@
margin-top: 1px;
}
&.is-active {
background-color: #1989fa;
background-color: #234ca3;
color: #fff;
border-color: #1989fa;
border-color: #234ca3;
&::before {
content: "";
background: #fff;
......
......@@ -165,7 +165,7 @@
DEFAULT_PRIMARY,
'#daa96e',
'#0c819f',
'#409eff',
'#234ca3',
'#27ae60',
'#ff5c93',
'#e74c3c',
......
......@@ -334,11 +334,11 @@ td {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
height: 50px;
.el-dropdown-link {
color: #409eff !important;
color: #234ca3 !important;
margin-right: 10px;
}
.el-icon--right {
color: #409eff;
color: #234ca3;
}
}
.style-lable {
......@@ -385,3 +385,19 @@ td {
.vxe-grid {
--vxe-ui-table-border-color: #ebeef5;
}
body {
--el-color-primary: #234ca3;
// --el-color-primary-light-1: #5973ad;
// --el-color-primary-light-2: #5973ad;
// --el-color-primary-light-3: #5973ad;
// --el-color-primary-light-4: #5973ad;
--el-color-primary-light-5: #7285b0;
// --el-color-primary-light-6: #5973ad;
// --el-color-primary-light-7: #5973ad;
// --el-color-primary-light-8: #5973ad;
// --el-color-primary-light-9: #f6f8ff;
--vxe-ui-font-primary-color: #234ca3;
}
.text-blue-400 {
color: #234ca3 !important;
}
\ No newline at end of file
<template>
<div class="table-box">
<div class=" bg-white">
<div class=" bg-white pt-2 pl-2">
<el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
<el-tab-pane
:label="item.label"
......
......@@ -217,7 +217,7 @@
search: {
el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' },
labelWidth: 105,
labelWidth: 90
},
},
{
......
<template>
<div class="table-box">
<div class=" bg-white">
<div class=" bg-white pt-2 pl-2">
<el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
<el-tab-pane
:label="item.label"
......
......@@ -235,7 +235,7 @@
search: {
el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' },
labelWidth: 105,
labelWidth: 90,
},
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment