diff --git a/src/assets/imgs/home_btn_enter_hov.png b/src/assets/imgs/home_btn_enter_hov.png new file mode 100644 index 0000000000000000000000000000000000000000..5bbea78bd33daa5f7de8fccbdf533a4b9bb80d97 Binary files /dev/null and b/src/assets/imgs/home_btn_enter_hov.png differ diff --git a/src/components/e-charts/dashboard.vue b/src/components/e-charts/dashboard.vue index 53690c72d575edffe06f39973e835a74817a59e8..0ffa33760d98b06cd0ec93a09c5f44d13ef626f0 100644 --- a/src/components/e-charts/dashboard.vue +++ b/src/components/e-charts/dashboard.vue @@ -35,11 +35,11 @@ export default { text: self.data.data + "{a|%}", show: !self.is_word, x: "center", - y: "center", + y: "30%", textStyle: { fontSize: 36, fontWeight: "lighter", - color: ["#67828c"], + color: self.dangerousValue == "workplace"?["#0d1847"]:["#67828c"], rich: { a: { fontSize: 14, @@ -205,7 +205,7 @@ export default { barMaxWidth: 10, name: "C", roundCap: true, - color: "#ddd", + color: "#f4f4f5", barGap: "-100%" }, { diff --git a/src/components/menu.vue b/src/components/menu.vue index 65804bfca9beed93525e9e95f8c6ed4b27a6df85..c1eb00687b21cdf135be26774f8053b9fe3035dd 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -22,11 +22,13 @@
{{ item.menu_name }}
退出登录
-
+
{{ v.menu_name }}
-
+
@@ -110,6 +114,7 @@ export default { ], shopping_list: [], menuCartNum: 0, + now_hover:-1, show_shop_menu: false }; }, @@ -131,6 +136,9 @@ export default { } }, methods: { + change_now_hover(n){ + this.now_hover = n + }, gotopage(n) { if (n == "logout") { window.location.href = "/iam/api/logout"; @@ -306,7 +314,7 @@ export default { box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 8px; position: absolute; - top: 80px; + top: 70px; left: -20px; overflow: hidden; font-size: 14px; @@ -356,9 +364,9 @@ export default { .sj { width: 16px; height: 16px; - background-color: #e56600; + background-color: #fff; position: absolute; - top: 72px; + top: 62px; transform: rotate(45deg); display: none; } diff --git a/src/pages/authority/user/organizationuser.vue b/src/pages/authority/user/organizationuser.vue index 0286bfcac94f74e575199f1bb35e0c97ecd8b605..b60f838fa531c1130bcb6e0717c4d46fa2286ce2 100644 --- a/src/pages/authority/user/organizationuser.vue +++ b/src/pages/authority/user/organizationuser.vue @@ -206,12 +206,12 @@ export default { }, 1000); }; var user_name_pass = (rule, value, callback) => { - var reg = /^[a-z0-9|\-|_|\.]+$/; + var reg = /^[a-z0-9]+$/; setTimeout(() => { if (reg.test(value)) { callback(); } else { - callback(new Error("只支持小写字母、数字、-、_、.")); + callback(new Error("只支持小写字母、数字")); } }, 100); }; diff --git a/src/pages/workbench/workPlace.vue b/src/pages/workbench/workPlace.vue index 5c5dce336e7c25669425d1937960102e7ac17351..630f599f5f5df5d5c8c4b2a4f87b9d3510766132 100644 --- a/src/pages/workbench/workPlace.vue +++ b/src/pages/workbench/workPlace.vue @@ -43,7 +43,7 @@

- {{ helper.numberFormat(item.num, 2) }} + {{ helper.numberFormat(item.num, 2) }}

@@ -55,11 +55,11 @@

数据分析中心 - +

@@ -81,22 +81,22 @@
-

物理总量{{cpu_data.all}}核

+

物理总量{{cpu_data.all}}核

剩余量{{cpu_data.remaining.toFixed(2)}}核

-

物理总量{{memory_data.all}}GB

+

物理总量{{memory_data.all}}GB

剩余量{{memory_data.remaining.toFixed(2)}}GB

-

物理总量{{pan_data.all}}GB

+

物理总量{{pan_data.all}}GB

剩余量{{pan_data.remaining}}GB未知

-

物理总量{{pod_data.all}}

+

物理总量{{pod_data.all}}

剩余量{{pod_data.remaining}}

@@ -119,7 +119,7 @@

在线组件工具

{{ it.text }} @@ -154,11 +156,11 @@

数据分析中心 - +

@@ -197,11 +199,11 @@

数据分析中心 - +

@@ -231,11 +233,11 @@

{{ now_user == 0||now_user == 4 ? "我的服务" : "服务管理" }} - +

@@ -277,11 +279,11 @@

{{ now_user == 0||now_user == 4 ? "我的应用" : "平台应用" }} - +

@@ -313,12 +315,14 @@