Sfoglia il codice sorgente

fixed 健康護照沒照片問題

VicCG.Lin 10 mesi fa
parent
commit
37b7882794

+ 1
- 0
src/fe/healthpassport/css/all.css Vedi File

10438
   position: relative;
10438
   position: relative;
10439
   width: 16em;
10439
   width: 16em;
10440
   height: 16em;
10440
   height: 16em;
10441
+  border: 1px solid #ccc;
10441
   border-radius: 50%;
10442
   border-radius: 50%;
10442
   overflow: hidden;
10443
   overflow: hidden;
10443
   margin: 0 auto;
10444
   margin: 0 auto;

+ 1
- 1
src/fe/healthpassport/css/all.css.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
src/fe/healthpassport/css/component/_userPhoto.scss Vedi File

5
     position: relative;
5
     position: relative;
6
     width: 16em;
6
     width: 16em;
7
     height: 16em;
7
     height: 16em;
8
-    // border: 1px solid red;
8
+    border: 1px solid #ccc;
9
     border-radius: 50%;
9
     border-radius: 50%;
10
     overflow: hidden;
10
     overflow: hidden;
11
     margin: 0 auto;
11
     margin: 0 auto;

+ 1
- 1
src/fe/healthpassport/index.html Vedi File

20
   <meta property="og:description" content="" />
20
   <meta property="og:description" content="" />
21
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css"
21
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css"
22
     integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
22
     integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
23
-  <link rel="stylesheet" href="./css/all.css?2bfccafdcea738f81dfd47159974209c4bb34e27">
23
+  <link rel="stylesheet" href="./css/all.css?c8508fcef5d5f141c00b3b2245d82a5e83f253cd">
24
 
24
 
25
 </head>
25
 </head>
26
 
26