Commit 8cdd04eeaddcc00f5c2cc241edac00e61126f0f0
1 parent
7fd4c9bc5c
Exists in
master
修改接种和疫苗详情页面
Showing 2 changed files with 9 additions and 2 deletions
webApi/src/main/webapp/WEB-INF/html/inoculateRecord.vm
View file @
8cdd04e
| ... | ... | @@ -14,13 +14,15 @@ |
| 14 | 14 | body { |
| 15 | 15 | background-color: #E7E7E7; |
| 16 | 16 | } |
| 17 | + .clearAll { | |
| 18 | + clear: both; | |
| 19 | + } | |
| 17 | 20 | .container { |
| 18 | 21 | min-width: 200px; |
| 19 | 22 | width: 100%; |
| 20 | 23 | margin-top: 10px; |
| 21 | 24 | } |
| 22 | 25 | .container .title { |
| 23 | - height: 25px; | |
| 24 | 26 | background-color: #A3D1EA; |
| 25 | 27 | padding-left: 15px; |
| 26 | 28 | padding-bottom: 15px; |
| ... | ... | @@ -138,6 +140,7 @@ |
| 138 | 140 | <div class="t_left"> |
| 139 | 141 | $!recordObj.icVaccineId |
| 140 | 142 | </div> |
| 143 | + <div class="clearAll"></div> | |
| 141 | 144 | </div> |
| 142 | 145 | <div class="body"> |
| 143 | 146 | <ul> |
webApi/src/main/webapp/WEB-INF/html/vaccineNameList.vm
View file @
8cdd04e
| ... | ... | @@ -16,6 +16,10 @@ |
| 16 | 16 | background-color: #E7E7E7; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | + .clearAll { | |
| 20 | + clear: both; | |
| 21 | + } | |
| 22 | + | |
| 19 | 23 | .container { |
| 20 | 24 | min-width: 200px; |
| 21 | 25 | width: 100%; |
| ... | ... | @@ -23,7 +27,6 @@ |
| 23 | 27 | } |
| 24 | 28 | |
| 25 | 29 | .container .title { |
| 26 | - height: 25px; | |
| 27 | 30 | background-color: #A3D1EA; |
| 28 | 31 | padding-left: 15px; |
| 29 | 32 | padding-bottom: 15px; |
| ... | ... | @@ -153,6 +156,7 @@ |
| 153 | 156 | <span>$!vaccineName.typeName</span> |
| 154 | 157 | <span>$!vaccineName.vnVaccineTypeName</span> |
| 155 | 158 | </div> |
| 159 | + <div class="clearAll"></div> | |
| 156 | 160 | </div> |
| 157 | 161 | |
| 158 | 162 | <div class="body"> |