讲师管理bug

This commit is contained in:
zhangsir
2024-12-16 15:50:22 +08:00
parent 2c4801ba75
commit 9de891eb78
5 changed files with 26 additions and 1 deletions

View File

@@ -371,6 +371,11 @@ const queryDrawer = () => {
margin-right: 20px;
}
}
.table{
::v-deep .ant-table-cell-fix-right {
width: 160px !important;
}
}
}
}

View File

@@ -618,6 +618,11 @@ const config = () => {
margin-right: 20px;
}
}
.table{
::v-deep .ant-table-cell-fix-right {
width: 160px !important;
}
}
}
}