diff --git a/src/assets/less/Suless.less b/src/assets/less/Suless.less index e277225..030b1e2 100644 --- a/src/assets/less/Suless.less +++ b/src/assets/less/Suless.less @@ -1045,13 +1045,15 @@ tr.ant-table-expanded-row:hover { .content { .table-operator { - position: absolute; - margin-bottom: 18px; - right: 10px; - top:30px; + // position: absolute; + // margin-bottom: 18px; + // right: 10px; + // top:30px; + padding: 10px 0; + text-align: right; button { - margin-right: 8px; + margin: 0 8px 0 0; } } } \ No newline at end of file diff --git a/src/components/page/PageLayout.vue b/src/components/page/PageLayout.vue index ce88978..497958d 100644 --- a/src/components/page/PageLayout.vue +++ b/src/components/page/PageLayout.vue @@ -1,7 +1,7 @@