diff --git a/src/components/Dialog/index.vue b/src/components/Dialog/index.vue index 4c65b9d75..2042a2ac4 100644 --- a/src/components/Dialog/index.vue +++ b/src/components/Dialog/index.vue @@ -94,6 +94,10 @@ export default { border-radius: 0.3em; max-width: 1500px; + .form-group-header { + margin-left: 20px; + } + .el-icon-circle-check { display: none; } diff --git a/src/icons/svg/accounts.svg b/src/icons/svg/accounts.svg index a05b5a80a..a3cb88747 100644 --- a/src/icons/svg/accounts.svg +++ b/src/icons/svg/accounts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/svg/acl.svg b/src/icons/svg/acl.svg new file mode 100644 index 000000000..353d5dd4a --- /dev/null +++ b/src/icons/svg/acl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/layout/components/NavLeft/Item.vue b/src/layout/components/NavLeft/Item.vue index f7e739a8d..bb8a1aba3 100644 --- a/src/layout/components/NavLeft/Item.vue +++ b/src/layout/components/NavLeft/Item.vue @@ -1,4 +1,6 @@