seimin 1 年之前
父節點
當前提交
4576e9b5b8

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.4.170",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.html

@@ -9,7 +9,7 @@
9 9
       <div
10 10
         class="sidebar-logo display_flex align-items_center justify-content_flex-center"
11 11
       >
12
-        <div style="line-height: normal;height: 100%;">
12
+        <div style="line-height: normal;height: 100%;" class="display_flex align-items_center justify-content_flex-center flex-direction_column">
13 13
           <!-- <img src="../../assets/images/xiehe_logo.jpg" style="width:100%;" alt="logo" /> -->
14 14
           <img [src]="tool.logoUrl" alt="logo" />
15 15
           <span>{{tool.logoTitle}}</span>

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.less

@@ -681,7 +681,7 @@
681 681
         }
682 682
 
683 683
         span {
684
-          margin-left: 8px;
684
+          margin-top: 8px;
685 685
           color: #fff;
686 686
           font-weight: 600;
687 687
           font-size: 14px;

+ 2 - 1
src/app/views/login/login.component.less

@@ -17,6 +17,7 @@
17 17
 
18 18
     .title {
19 19
       display: flex;
20
+      flex-direction: column;
20 21
       justify-content: center;
21 22
       align-items: center;
22 23
       margin-bottom: 24px;
@@ -30,7 +31,7 @@
30 31
         height: 48px;
31 32
       }
32 33
       strong{
33
-        margin-left: 8px;
34
+        margin-top: 8px;
34 35
       }
35 36
     }
36 37
 

+ 1 - 1
src/app/views/main/main.component.html

@@ -1,7 +1,7 @@
1 1
 <nz-layout class="app-layout display_flex flex_auto ant-layout-has-sider">
2 2
   <overlay-scrollbars #osComponentRef1 class="menu-sidebar">
3 3
     <div class="sidebar-logo display_flex align-items_center justify-content_flex-center">
4
-      <div style="line-height: normal;height:100%;">
4
+      <div style="line-height: normal;height:100%;" class="display_flex align-items_center justify-content_flex-center flex-direction_column">
5 5
         <img [src]="tool.logoUrl" [alt]="tool.logoTitle">
6 6
         <span>{{tool.logoTitle}}</span>
7 7
       </div>

+ 1 - 1
src/app/views/main/main.component.less

@@ -128,7 +128,7 @@ nz-sider {
128 128
   transition: all 0.3s;
129 129
 
130 130
   span {
131
-    margin-left: 8px;
131
+    margin-top: 8px;
132 132
     color: #fff;
133 133
     font-weight: 600;
134 134
     font-size: 13px;