seimin hace 4 meses
padre
commit
fc160e8f48

+ 1 - 1
proxy.conf.json

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

+ 10 - 4
src/app/views/hushijiandan/hushijiandan.component.less

@@ -943,8 +943,7 @@
943 943
 
944 944
         .title {
945 945
           color: @primary-color;
946
-          font-weight: 600;
947
-          font-size: 13px;
946
+          font-size: 16px;
948 947
         }
949 948
       }
950 949
 
@@ -1139,7 +1138,7 @@
1139 1138
         .nurseTitle {
1140 1139
           display: flex;
1141 1140
           height: 48px;
1142
-          font-size: 22px;
1141
+          font-size: 20px;
1143 1142
           color: #333;
1144 1143
           flex: 1;
1145 1144
           .todayNum {
@@ -1152,6 +1151,12 @@
1152 1151
             font-size: 16px;
1153 1152
           }
1154 1153
 
1154
+          .todayNumWrap{
1155
+            height: 100%;
1156
+            display: flex;
1157
+            align-items: center;
1158
+          }
1159
+
1155 1160
           .updateTipsForNurses {
1156 1161
             word-break: break-all;
1157 1162
             margin: 0 16px;
@@ -1162,6 +1167,7 @@
1162 1167
 
1163 1168
           .nurseCode {
1164 1169
             width: 80px;
1170
+            height: 100%;
1165 1171
             font-size: 14px;
1166 1172
             color: #333;
1167 1173
             display: flex;
@@ -2423,4 +2429,4 @@
2423 2429
 }
2424 2430
 .spin-style{
2425 2431
 	z-index:9999;
2426
-}
2432
+}

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

@@ -178,8 +178,7 @@ nz-sider {
178 178
 
179 179
   .title {
180 180
     color: @primary-color;
181
-    font-weight: 600;
182
-    font-size: 13px;
181
+    font-size: 16px;
183 182
   }
184 183
 }
185 184