mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:添加案例列表选框样式调试 添加学员列表选框样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user