feat:添加案例列表选框样式调试 添加学员列表选框样式

This commit is contained in:
dongwug
2022-10-25 18:11:55 +08:00
parent 7c89515d77
commit a35c22f3f1
2 changed files with 17 additions and 4 deletions

View File

@@ -129,7 +129,7 @@
tableData1: [
{
key: "1",
title: "基于BOE显示PNL工厂的工序平1111111111111111111122222333335555",
title: "基于BOE显示PNL工厂的工序平1111112222222221111111111111122222333335555",
name: "李玉冰",
time: "2022-10-31 23:12:00",
},
@@ -322,7 +322,7 @@
}
.ant-table-selection-column {
padding: 0px !important;
padding-left: 60px !important;
padding-left:15px !important;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1);

View File

@@ -389,7 +389,7 @@
<span class="yi"></span>
</div>
</div>
<div class="tableBox" style="margin-top: 30px">
<div class="tablebox1" style="margin-top: 30px">
<a-table
style="border: 1px solid #f2f6fe"
:columns="tableDataFunc2()"
@@ -981,8 +981,8 @@ export default {
key: "name",
width: 60,
align: "left",
ellipsis: true,
className: "classify",
scopedSlots: { customRender: "action" }, //引入的插槽
customRender: (text) => {
return (
@@ -1823,6 +1823,19 @@ export default {
bottom: 0px;
}
}
.tablebox1 {
margin-bottom: 80px;
.pa {
left: 0;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
position: absolute;
bottom: 0px;
}
}
}
}
.Gcon {