seimin 1 年間 前
コミット
4576e9b5b8

+ 1 - 1
proxy.conf.json

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

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

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

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

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

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

@@ -17,6 +17,7 @@
17
 
17
 
18
     .title {
18
     .title {
19
       display: flex;
19
       display: flex;
20
+      flex-direction: column;
20
       justify-content: center;
21
       justify-content: center;
21
       align-items: center;
22
       align-items: center;
22
       margin-bottom: 24px;
23
       margin-bottom: 24px;
@@ -30,7 +31,7 @@
30
         height: 48px;
31
         height: 48px;
31
       }
32
       }
32
       strong{
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
 <nz-layout class="app-layout display_flex flex_auto ant-layout-has-sider">
1
 <nz-layout class="app-layout display_flex flex_auto ant-layout-has-sider">
2
   <overlay-scrollbars #osComponentRef1 class="menu-sidebar">
2
   <overlay-scrollbars #osComponentRef1 class="menu-sidebar">
3
     <div class="sidebar-logo display_flex align-items_center justify-content_flex-center">
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
         <img [src]="tool.logoUrl" [alt]="tool.logoTitle">
5
         <img [src]="tool.logoUrl" [alt]="tool.logoTitle">
6
         <span>{{tool.logoTitle}}</span>
6
         <span>{{tool.logoTitle}}</span>
7
       </div>
7
       </div>

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

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