diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 82e1fe3e70bcb0c6d1b7d0c7d3f27a4ab0100718..e8389c02d324e7ee62d00c6995223c47d25c93bf 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -1039,4 +1039,33 @@ li { width: 10px; } } +} +@media screen and (max-width: 1080px) { + .admin-box{ + tr{ + td{ + .el-button{ + padding: 7px 5px; + } + } + } + } +} +@media screen and (max-width: 885px) { + .admin-box{ + .el-table__fixed-right{ + tr{ + td{ + .el-button{ + padding: 7px 0px; + } + } + } + } + .el-table__row{ + .el-button.el-button--text.el-button--small::after{ + margin-left: 8px; + } + } + } } \ No newline at end of file diff --git a/web/src/view/example/customer/customer.vue b/web/src/view/example/customer/customer.vue index 4340468e7092535b1f5ec846e2f82dfe82fc864d..4bbd57462021133edcb1e91c1064b7ff72959080 100644 --- a/web/src/view/example/customer/customer.vue +++ b/web/src/view/example/customer/customer.vue @@ -22,7 +22,7 @@ - +