mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
synced 2025-12-30 09:32:26 +00:00
Add bottom padding to prevent scrollbar from hiding last row
This commit is contained in:
@@ -574,3 +574,10 @@ const getSkuTableRef = () => {
|
||||
// 暴露出生成 sku 方法,给添加属性成功时调用
|
||||
defineExpose({ generateTableData, validateSku, getSkuTableRef })
|
||||
</script>
|
||||
<style>
|
||||
// 避免滚动条遮挡最后一行数据
|
||||
/*noinspection CssUnusedSymbol*/
|
||||
.el-table.tabNumWidth .el-scrollbar {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user