lex 2 年之前
父节点
当前提交
2f7753a638
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      src/views/mine-orchestra/my-class/index.module.less
  2. 1 1
      src/views/unit-test/unit-create/index.tsx

+ 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) => {