diff --git a/src/api/manage.js b/src/api/manage.js index 8dfe773..124e071 100644 --- a/src/api/manage.js +++ b/src/api/manage.js @@ -105,7 +105,6 @@ export function getFileAction(url, parameter) { headers: signHeader }) } - //deleteAction export function deleteAction(url, parameter) { return axios({ diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index 6bd687b..c3614e7 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -720,6 +720,50 @@ border-left: 0; } } + .ant-menu-submenu{ + background: rgba(58, 236, 240, .22) !important; + border-bottom: none !important; + margin-right: 10px; + height: 30px; + line-height: 30px; + padding: 0 16px; + letter-spacing: 2px; + position: relative; + &-title { + color: #c9f6f6; + font-weight: bold; + font-family: BookmanOldStyle; + padding: 0; + } + &-active, + &-selected { + > a { + color: #2affdf !important; + } + + &::before, + &::after { + border-color: #0cecca !important; + } + } + &::before, + &::after { + content: ''; + position: absolute; + border: 2px solid #569e9e; + width: 7px; + height: 30px; + top: 0; + } + &::before { + left: 0; + border-right: 0; + } + &::after { + right: 0; + border-left: 0; + } + } } } .global-content { @@ -785,4 +829,30 @@ } } } + .ant-menu-submenu-popup .ant-menu-item{ + display: block !important; + width: 100%; + padding: 0 16px !important; + height: 32px !important; + line-height: 32px !important; + color: #fff; + font-family: Arial; + margin-bottom: 0 !important; + } + .ant-menu-submenu-popup .ant-menu{ + height: auto; + width: 220px; + position: absolute; + left: -16px; + a{ + color: white; + &:hover{ + color: white; + } + } + } + .ant-menu-submenu-popup{ + position: relative; + } + \ No newline at end of file diff --git a/src/views/system/DataBase.vue b/src/views/system/DataBase.vue index a36a1bb..62b038b 100644 --- a/src/views/system/DataBase.vue +++ b/src/views/system/DataBase.vue @@ -17,7 +17,7 @@ :loading="loading" @change="handleTableChange" :selectedRowKeys.sync="selectedRowKeys" - :scroll="{ x: true, y: 'calc(100vh - 410px)' }" + :scroll="{ x: true, y: 'calc(100vh - 415px)' }" >