Commit 97bf7b2fefc0ea40492c63b788b7b0cef312a722

Authored by yangzhi
1 parent 69c09356

样式优化适配不同分辨率

src/views/TestPaper/ManualTestPaper copy.vue
... ... @@ -724,7 +724,7 @@
724 724 .grid-content {
725 725 border-radius: 4px;
726 726 min-height: 36px;
727   - height: 100%;
  727 + min-height: 100%;
728 728 }
729 729  
730 730 .row-bg {
... ...
src/views/TestPaper/ManualTestPaper.vue
... ... @@ -859,8 +859,7 @@
859 859  
860 860 .grid-content {
861 861 border-radius: 4px;
862   - min-height: 36px;
863   - height: 100%;
  862 + min-height: 100%;
864 863 }
865 864  
866 865 .row-bg {
... ...
src/views/TestPaper/TestPaperList.vue
... ... @@ -539,7 +539,7 @@
539 539 width: 100%;
540 540 padding-top: 10px;
541 541 padding-left: 10px;
542   - height: 126px;
  542 + min-height: 126px;
543 543 background: #efefef;
544 544 line-height: initial !important;
545 545 border-radius: 5px;
... ...
src/views/dashboard/index.vue
... ... @@ -467,7 +467,7 @@ export default {
467 467  
468 468 .grid-content {
469 469 border-radius: 5px;
470   - min-height: 36px;
  470 + min-height: 100%;
471 471 text-align: center;
472 472 padding-top: 20px;
473 473 padding-bottom: 20px;
... ...
src/views/user/userlist.vue
... ... @@ -1264,7 +1264,7 @@
1264 1264 width: 100%;
1265 1265 padding-top: 10px;
1266 1266 padding-left: 10px;
1267   - height: 126px;
  1267 + min-height: 126px;
1268 1268 background: #efefef;
1269 1269 line-height: initial !important;
1270 1270 border-radius: 5px;
... ...