From bd32e4161d8059eda15068ac45730edb84c275ae Mon Sep 17 00:00:00 2001 From: orgin Date: Mon, 7 Aug 2023 13:56:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4statistics=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B8=8B=E5=AF=BC=E8=88=AAicon=E6=97=8B=E8=BD=AC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/RouteView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/statistics/RouteView.vue b/src/views/statistics/RouteView.vue index 8525d98..a85618f 100644 --- a/src/views/statistics/RouteView.vue +++ b/src/views/statistics/RouteView.vue @@ -261,26 +261,26 @@ export default { //菜单打开状态/\箭头左\ .ant-menu-submenu-open.ant-menu-submenu[menuindex] > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before { width: 0px; - transform: rotate(45deg) translateX(4.5px); + // transform: rotate(45deg) translateX(4.5px); } //菜单打开状态/\箭头右\ .ant-menu-submenu-open.ant-menu-submenu[menuindex] > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { content: url(~@/assets/images/station-operation/toggle.png); width: 0px; - transform: rotate(-90deg) translateX(-6.5px) translateY(-8.5px);; + transform: rotate(90deg) translateX(-9.5px) translateY(-16.5px); } //菜单收起状态\/箭头左\ .ant-menu-inline-collapsed .ant-menu-submenu-arrow::before, .ant-menu-submenu[menuindex] > .ant-menu-submenu-title .ant-menu-submenu-arrow::before { width: 0px; - transform: rotate(-45deg) translateX(4.5px); + // transform: rotate(-45deg) translateX(4.5px); } //菜单收起状态\/箭头右/ .ant-menu-inline-collapsed .ant-menu-submenu-arrow::after, .ant-menu-submenu[menuindex] > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { content: url(~@/assets/images/station-operation/toggle.png); width: 0px; - transform: rotate(90deg) translateX(-5.5px) translateY(-19.5px); + transform: rotate(-90deg) translateX(-3.5px) translateY(-11.5px); } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {