mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 13:05:18 +00:00
1、优化导航图标折叠不对齐
2、优化登陆页面footer文字颜色,符合主题切换 3、优化部门、菜单列表滚动条最小高度
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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' }"
|
||||
|
||||
@@ -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' }"
|
||||
|
||||
Reference in New Issue
Block a user