Sfoglia il codice sorgente

fixed 健康護照沒照片問題

VicCG.Lin 10 mesi fa
parent
commit
37b7882794

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

@@ -10438,6 +10438,7 @@ button.swiper-pagination-bullet {
10438 10438
   position: relative;
10439 10439
   width: 16em;
10440 10440
   height: 16em;
10441
+  border: 1px solid #ccc;
10441 10442
   border-radius: 50%;
10442 10443
   overflow: hidden;
10443 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,7 +5,7 @@
5 5
     position: relative;
6 6
     width: 16em;
7 7
     height: 16em;
8
-    // border: 1px solid red;
8
+    border: 1px solid #ccc;
9 9
     border-radius: 50%;
10 10
     overflow: hidden;
11 11
     margin: 0 auto;

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

@@ -20,7 +20,7 @@
20 20
   <meta property="og:description" content="" />
21 21
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css"
22 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 25
 </head>
26 26