소스 검색

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table

zengyicheng 2 년 전
부모
커밋
b701264c4a
3개의 변경된 파일13개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      src/components/components/askStatic.vue
  2. 6 3
      src/components/study.vue
  3. 6 3
      src/components/studyStudent.vue

+ 1 - 1
src/components/components/askStatic.vue

@@ -9,7 +9,7 @@
           <div>
             <span>{{ index + 1 + "、" + item.askstitle }}</span>
           </div>
-          <el-button type="primary" @click="getA(checkJson[index].checkPerson, item.checkList)">查看答题学生</el-button>
+          <el-button type="primary" @click="getA(checkJson[index].checkPerson, item.checkList)">查看学生</el-button>
         </div>
         <div class="a_add_body">
           <div class="a_add_input width100">

+ 6 - 3
src/components/study.vue

@@ -6244,11 +6244,14 @@ export default {
 .pfBox>div:nth-child(2) {
   background: #f7f6f9;
   width: 400px;
-  height: 45px;
+  min-height: 45px;
   border-radius: 10px;
-  text-indent: 18px;
-  line-height: 45px;
   font-size: 16px;
+  display: flex;
+  flex-wrap: wrap;
+  align-items: center;
+  padding: 10px 20px;
+  box-sizing: border-box;
 }
 
 .bz {

+ 6 - 3
src/components/studyStudent.vue

@@ -6384,11 +6384,14 @@ export default {
 .pfBox>div:nth-child(2) {
   background: #f7f6f9;
   width: 400px;
-  height: 45px;
+  min-height: 45px;
   border-radius: 10px;
-  text-indent: 18px;
-  line-height: 45px;
   font-size: 16px;
+  display: flex;
+  flex-wrap: wrap;
+  align-items: center;
+  padding: 10px 20px;
+  box-sizing: border-box;
 }
 
 .bz {