Commit 97bf7b2fefc0ea40492c63b788b7b0cef312a722

Authored by yangzhi
1 parent 69c09356

样式优化适配不同分辨率

src/views/TestPaper/ManualTestPaper copy.vue
@@ -724,7 +724,7 @@ @@ -724,7 +724,7 @@
724 .grid-content { 724 .grid-content {
725 border-radius: 4px; 725 border-radius: 4px;
726 min-height: 36px; 726 min-height: 36px;
727 - height: 100%; 727 + min-height: 100%;
728 } 728 }
729 729
730 .row-bg { 730 .row-bg {
src/views/TestPaper/ManualTestPaper.vue
@@ -859,8 +859,7 @@ @@ -859,8 +859,7 @@
859 859
860 .grid-content { 860 .grid-content {
861 border-radius: 4px; 861 border-radius: 4px;
862 - min-height: 36px;  
863 - height: 100%; 862 + min-height: 100%;
864 } 863 }
865 864
866 .row-bg { 865 .row-bg {
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;