fix:修改table组件中的圆角
This commit is contained in:
@@ -306,7 +306,7 @@ const getButtonProps = (button) => {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.pro-table-container {
|
.pro-table-container {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
|
|||||||
Reference in New Issue
Block a user