Commit 97bf7b2fefc0ea40492c63b788b7b0cef312a722
1 parent
69c09356
样式优化适配不同分辨率
Showing
5 changed files
with
5 additions
and
6 deletions
src/views/TestPaper/ManualTestPaper copy.vue
src/views/TestPaper/ManualTestPaper.vue
src/views/TestPaper/TestPaperList.vue
| @@ -539,7 +539,7 @@ | @@ -539,7 +539,7 @@ | ||
| 539 | width: 100%; | 539 | width: 100%; |
| 540 | padding-top: 10px; | 540 | padding-top: 10px; |
| 541 | padding-left: 10px; | 541 | padding-left: 10px; |
| 542 | - height: 126px; | 542 | + min-height: 126px; |
| 543 | background: #efefef; | 543 | background: #efefef; |
| 544 | line-height: initial !important; | 544 | line-height: initial !important; |
| 545 | border-radius: 5px; | 545 | border-radius: 5px; |
src/views/dashboard/index.vue
| @@ -467,7 +467,7 @@ export default { | @@ -467,7 +467,7 @@ export default { | ||
| 467 | 467 | ||
| 468 | .grid-content { | 468 | .grid-content { |
| 469 | border-radius: 5px; | 469 | border-radius: 5px; |
| 470 | - min-height: 36px; | 470 | + min-height: 100%; |
| 471 | text-align: center; | 471 | text-align: center; |
| 472 | padding-top: 20px; | 472 | padding-top: 20px; |
| 473 | padding-bottom: 20px; | 473 | padding-bottom: 20px; |
src/views/user/userlist.vue
| @@ -1264,7 +1264,7 @@ | @@ -1264,7 +1264,7 @@ | ||
| 1264 | width: 100%; | 1264 | width: 100%; |
| 1265 | padding-top: 10px; | 1265 | padding-top: 10px; |
| 1266 | padding-left: 10px; | 1266 | padding-left: 10px; |
| 1267 | - height: 126px; | 1267 | + min-height: 126px; |
| 1268 | background: #efefef; | 1268 | background: #efefef; |
| 1269 | line-height: initial !important; | 1269 | line-height: initial !important; |
| 1270 | border-radius: 5px; | 1270 | border-radius: 5px; |