1、优化导航图标折叠不对齐

2、优化登陆页面footer文字颜色,符合主题切换
3、优化部门、菜单列表滚动条最小高度
This commit is contained in:
zhangtao
2025-01-23 12:57:08 +08:00
parent 37201454c0
commit 074913209a
5 changed files with 3 additions and 15 deletions
+1 -12
View File
@@ -356,20 +356,9 @@ onMounted(() => {
.side-menu {
height: calc(100vh - 64px);
border-right: 0;
padding: 16px 0;
padding: 4px 0;
overflow-y: auto;
overflow-x: hidden;
:deep(.ant-menu-item) {
margin: 4px 8px;
padding: 0 16px;
border-radius: 4px;
&.ant-menu-item-selected {
background: rgba(24, 144, 255, 0.1);
font-weight: 500;
}
}
}
}
-1
View File
@@ -311,7 +311,6 @@ onMounted(() => {
<style lang="scss" scoped>
.ant-btn-link {
color: rgba(0, 0, 0, 0.65);
margin-inline-end: 8px;
padding: 0;
}
+1 -1
View File
@@ -63,7 +63,7 @@
:columns="columns"
:data-source="dataSource"
:loading="tableLoading"
:scroll="{ x: 500, y: 'calc(100vh - 300px)' }"
:scroll="{ x: 500, y: 'calc(100vh - 450px)' }"
:row-selection="rowSelection"
:pagination="false"
:style="{ minHeight: '420px' }"
+1 -1
View File
@@ -63,7 +63,7 @@
:columns="columns"
:data-source="dataSource"
:loading="tableLoading"
:scroll="{ x: 500, y: 'calc(100vh - 300px)' }"
:scroll="{ x: 500, y: 'calc(100vh - 450px)' }"
:row-selection="rowSelection"
:pagination="false"
:style="{ minHeight: '420px' }"