mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
讲师管理修改
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<div style="padding: 10px 0">
|
||||
<div>
|
||||
<a-table :columns="columns" :scroll="{ x: '1000' }" :data-source="tableData" :loading="tableLoading"
|
||||
:pagination="false">
|
||||
<template #bodyCell="{ record, column }">
|
||||
@@ -1453,7 +1453,8 @@ export default {
|
||||
// border-color: #40a9ff !important;
|
||||
// }
|
||||
.ant-form-item{
|
||||
margin-bottom: 12px;
|
||||
// margin-bottom: 12px;
|
||||
// height: 40px;
|
||||
}
|
||||
.headers {
|
||||
height: 56px;
|
||||
|
||||
Reference in New Issue
Block a user