YunaiV 2025-11-23 11:28:21 +08:00
commit 914e190be0
1 changed files with 7 additions and 0 deletions

View File

@ -574,3 +574,10 @@ const getSkuTableRef = () => {
// sku
defineExpose({ generateTableData, validateSku, getSkuTableRef })
</script>
<style>
//
/*noinspection CssUnusedSymbol*/
.el-table.tabNumWidth .el-scrollbar {
padding-bottom: 10px;
}
</style>