Kaynağa Gözat

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

zengyicheng 2 yıl önce
ebeveyn
işleme
b701264c4a

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