src/views/exam-list/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/exam/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/menu/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/exam-list/index.vue
@@ -22,6 +22,7 @@ </div> </div> <div class="card-main flex-1 my-5 relative"> <div class="main-content absolute top-0 bottom-0 left-0 right-0"> <DataList></DataList> src/views/exam/index.vue
@@ -1,6 +1,14 @@ <template> <div> <div class="exam-container w-screen h-screen relative overflow-hidden"> <div class="top-bg bg-blue-400"></div> <div class="exam-content flex flex-col "> <div class="exam-header"> <div class="title-container"> 测试测试测试 </div> </div> <div class="exam-main flex-1"></div> </div> </div> </template> @@ -9,5 +17,17 @@ </script> <style lang="scss" scoped> .top-bg { width: 130%; height: 200px; position: absolute; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; left: 50%; transform: translateX(-50%); } .exam-content { width: 100%; height: 100%; } </style> src/views/menu/index.vue
@@ -79,13 +79,11 @@ } .item-icon { width: 90px; height: 90px; width: 65%; } .icon-img { width: 100%; height: 100%; object-fit: cover; } </style>