diff --git a/public/color.less b/public/color.less
index 0f799c1..b5cd57b 100644
--- a/public/color.less
+++ b/public/color.less
@@ -1,4 +1,4 @@
-@primary-color: #1890ff;
+@primary-color: #069F99;
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
diff --git a/src/assets/logo.png b/src/assets/logo.png
index 4c98ab5..a95999f 100644
Binary files a/src/assets/logo.png and b/src/assets/logo.png differ
diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue
index 8b404ff..ebdcf94 100644
--- a/src/components/layouts/TabLayout.vue
+++ b/src/components/layouts/TabLayout.vue
@@ -368,19 +368,17 @@
/*美化弹出Tab样式*/
.ant-tabs-nav-container {
- margin-top: 4px;
+ margin: 0 !important;
}
/* 修改 ant-tabs 样式 */
.tab-layout-tabs.ant-tabs {
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
background-color: white;
- padding: 0 20px;
+ height: 40px !important;
.ant-tabs-bar {
- margin: 4px 0 0;
border: none;
+ margin: 0;
}
}
@@ -419,7 +417,10 @@
border-bottom: 1px solid transparent !important;
}
.ant-tabs-tab-active {
- border-color: @primary-color!important;
+ border-color: #069F99 !important;
+ color: #069F99;
+ background: rgba(6,159,153,0.1) !important;
+ border-radius: 0 !important;
}
}
diff --git a/src/components/menu/SideMenu.vue b/src/components/menu/SideMenu.vue
index acb8ad9..c920136 100644
--- a/src/components/menu/SideMenu.vue
+++ b/src/components/menu/SideMenu.vue
@@ -79,7 +79,7 @@
@scrollBarSize: 10px;
ul.ant-menu {
-
+ background: #069F99;
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
&::-webkit-scrollbar {
width: @scrollBarSize;
@@ -137,7 +137,6 @@
}
}
}
-
}
/* update_end author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */
@@ -149,25 +148,31 @@
& > .ant-menu-item:first-child {
background-color: transparent;
- & > a, & > a:hover {
- color: rgba(0, 0, 0, 0.65);
+ & > a {
+ color: #fff !important;
+ }
+
+ & > a:hover {
+ color: #fff !important;
+ font-weight: 600;
}
&.ant-menu-item-selected {
& > a, & > a:hover {
- color: @primary-color;
+ color: #fff !important;
+ font-weight: 600;
}
}
}
&.ant-menu-dark > .ant-menu-item:first-child {
& > a, & > a:hover {
- color: rgba(255, 255, 255, 0.65);
+ color:#fff !important;
}
&.ant-menu-item-selected {
& > a, & > a:hover {
- color: rgba(255, 255, 255, 1);
+ color: #fff !important;
}
}
}
diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue
index 56c629e..74354c7 100644
--- a/src/components/page/GlobalHeader.vue
+++ b/src/components/page/GlobalHeader.vue
@@ -4,32 +4,15 @@
v-if="!headerBarFixed"
:class="[fixedHeader && 'ant-header-fixedHeader', sidebarOpened ? 'ant-header-side-opened' : 'ant-header-side-closed', ]"
:style="{ padding: '0' }">
-
-
-
+
@@ -170,9 +153,12 @@
.layout {
.top-nav-header-index {
-
+ background: #069F99 !important;
.header-index-wide {
margin-left: 10px;
+ .header-index-left{
+ background: #069F99;
+ }
.ant-menu.ant-menu-horizontal {
height: @height;
diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue
index 0f96ee7..3743c7f 100644
--- a/src/components/page/GlobalLayout.vue
+++ b/src/components/page/GlobalLayout.vue
@@ -445,6 +445,17 @@
border: none;
height: 64px;
line-height: 64px;
+ a{
+ color: #fff;
+ }
+ a:hover{
+ font-weight: 600;
+ }
+ .ant-menu-item-selected {
+ a {
+ font-weight: 600;
+ }
+ }
}
.header-index-left {
@@ -452,7 +463,7 @@
display: flex;
.logo.top-nav-header {
- width: 165px;
+ width: 250px;
height: 64px;
position: relative;
line-height: 64px;
diff --git a/src/components/setting/SettingDrawer.vue b/src/components/setting/SettingDrawer.vue
deleted file mode 100644
index 79f5e9e..0000000
--- a/src/components/setting/SettingDrawer.vue
+++ /dev/null
@@ -1,323 +0,0 @@
-
-
-
-
-
-
-
整体风格设置
-
-
-
-
- 暗色菜单风格
-
-
-

-
-
-
-
-
-
- 亮色菜单风格
-
-
-

-
-
-
-
-
-
-
-
主题色
-
-
-
-
- {{ item.key }}
-
-
-
-
-
-
-
-
-
-
-
-
导航模式
-
-
-
-
- 侧边栏导航
-
-
-

-
-
-
-
-
-
- 顶部栏导航
-
-
-

-
-
-
-
-
-
-
-
-
- 该设定仅 [顶部栏导航] 时有效
-
-
- 固定
- 流式
-
-
-
- 内容区域宽度
-
-
-
-
-
- 固定 Header
-
-
-
-
-
- 下滑时隐藏 Header
-
-
-
-
-
- 固定侧边菜单
-
-
-
-
-
-
-
-
-
其他设置
-
-
-
-
-
- 色弱模式
-
-
-
-
-
- 多页签模式
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/setting/SettingItem.vue b/src/components/setting/SettingItem.vue
deleted file mode 100644
index de0cbe0..0000000
--- a/src/components/setting/SettingItem.vue
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/tools/DepartSelect.vue b/src/components/tools/DepartSelect.vue
deleted file mode 100644
index 7a7e15a..0000000
--- a/src/components/tools/DepartSelect.vue
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
- 关闭
- 确认
-
-
-
-
-
-
- 您隶属于多部门,请选择当前所在部门
-
-
-
-
-
-
- {{ d.departName }}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/tools/HeaderNotice.vue b/src/components/tools/HeaderNotice.vue
index 799069f..8a2faca 100644
--- a/src/components/tools/HeaderNotice.vue
+++ b/src/components/tools/HeaderNotice.vue
@@ -68,7 +68,7 @@
diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue
index 36d85ed..ac19d58 100644
--- a/src/components/tools/Logo.vue
+++ b/src/components/tools/Logo.vue
@@ -43,7 +43,6 @@
line-height: @height !important;
box-shadow: none !important;
transition: background 300ms;
-
a {
color: white;
&:hover {
diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue
index d92eda9..a93a7af 100644
--- a/src/components/tools/UserMenu.vue
+++ b/src/components/tools/UserMenu.vue
@@ -1,39 +1,7 @@
-
-
-
-
-
-
-
-
-
- {{site.meta.title}}
-
-
-
-
-
-
-
-
-
-
-
+
-
-
\ No newline at end of file
diff --git a/src/views/user/alteration/Step2.vue b/src/views/user/alteration/Step2.vue
deleted file mode 100644
index a8db118..0000000
--- a/src/views/user/alteration/Step2.vue
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 使用已有账户登录
- 下一步
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/user/alteration/Step3.vue b/src/views/user/alteration/Step3.vue
deleted file mode 100644
index 57b614c..0000000
--- a/src/views/user/alteration/Step3.vue
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 上一步
- 提交
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/user/alteration/Step4.vue b/src/views/user/alteration/Step4.vue
deleted file mode 100644
index 59999d7..0000000
--- a/src/views/user/alteration/Step4.vue
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
将在{{time}}秒后返回登录页面.
-
-
-
-
-
-
-
-
-
\ No newline at end of file