<style scoped lang="scss">
.table .el-form-item{
padding-top: 18px;
}
.table :deep(.el-table__cell) {
padding: 0px !important;
}
</style>
Vue3样式穿透
最新推荐文章于 2024-10-21 20:34:02 发布
<style scoped lang="scss">
.table .el-form-item{
padding-top: 18px;
}
.table :deep(.el-table__cell) {
padding: 0px !important;
}
</style>
415
3888
3474

被折叠的 条评论
为什么被折叠?