From 8515421ba9340508895a50299943e418869a972b Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Fri, 14 Aug 2020 16:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=BE=A7=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/gatewayDir/gatewayIndex.jsp | 104 ++++++++---------- .../webapp/WEB-INF/views/loginDir/index.jsp | 4 +- .../webapp/static/css/gatewayPageStyles.css | 36 ------ .../webapp/static/images/门户页面/u80.png | Bin 180 -> 0 bytes .../webapp/static/images/门户页面/u82.png | Bin 445 -> 0 bytes .../webapp/static/images/门户页面/u86.png | Bin 908 -> 0 bytes .../webapp/static/images/门户页面/u91.jpg | Bin 335979 -> 0 bytes .../webapp/static/images/门户页面/u92.jpg | Bin 335979 -> 0 bytes .../webapp/static/images/门户页面/u95.png | Bin 177 -> 0 bytes .../webapp/static/images/门户页面/u96.png | Bin 648 -> 0 bytes .../webapp/static/images/门户页面/u97.png | Bin 648 -> 0 bytes .../webapp/static/images/门户页面/u98.png | Bin 525 -> 0 bytes .../webapp/static/images/门户页面/u99.png | Bin 525 -> 0 bytes 13 files changed, 49 insertions(+), 95 deletions(-) delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u80.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u82.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u86.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u91.jpg delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u92.jpg delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u95.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u96.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u97.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u98.png delete mode 100644 power-admin/src/main/webapp/static/images/门户页面/u99.png diff --git a/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp b/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp index 9a40198..262ce4e 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp @@ -48,8 +48,19 @@ text-overflow: ellipsis; white-space: nowrap; } - .main-sidebar{ - padding-top: 40px!important; + .aClass{ + display: grid!important; + justify-content: center; + align-items: center; + font-size: 16px; + font-weight: 700; + color: white!important; + } + .aClass i{ + display: flex; + justify-content: center; + margin: 0 auto; + font-size: 54px; } @@ -116,61 +127,40 @@