lex 2 years ago
parent
commit
2f7753a638

+ 7 - 0
src/views/mine-orchestra/my-class/index.module.less

@@ -6,6 +6,13 @@
   overflow: hidden;
   background-color: #fff;
   margin: 0 12px 12px 12px;
+  .userContainer {
+    :global {
+      .van-cell__label {
+        margin-top: 0;
+      }
+    }
+  }
   .userContainer::after {
     left: 0;
     right: 0;

+ 1 - 1
src/views/unit-test/unit-create/index.tsx

@@ -66,7 +66,7 @@ export default defineComponent({
     })
     const getOrchestraList = async () => {
       try {
-        const res = await request.post('/api-school/orchestra/page', {
+        const res = await request.post('/api-teacher/orchestra/page', {
           data: { page: 1, rows: 9999, status: 'DONE' }
         })
         state.actions = res.data.rows.map((item) => {