@@ -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 class="a_add_body">
<div class="a_add_input width100">
@@ -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 {
@@ -6384,11 +6384,14 @@ export default {