fix:修改table组件中的圆角

This commit is contained in:
liangdong
2026-01-08 18:40:05 +08:00
parent 6d93092f10
commit 9a2fb78f42

View File

@@ -306,7 +306,7 @@ const getButtonProps = (button) => {
<style scoped lang="scss">
.pro-table-container {
background: #fff;
border-radius: 12px;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
border: 1px solid #f0f0f0;