mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 09:03:54 +08:00
Merge pull request #3106 from xinnan-tech/fix-role-plugin
fix: 修复角色配置-功能管理列表没有滚动条的问题
This commit is contained in:
@@ -477,13 +477,15 @@ export default {
|
|||||||
|
|
||||||
.function-column {
|
.function-column {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
width: auto;
|
width: auto;
|
||||||
height:700px;
|
height: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-y: auto;
|
|
||||||
border-right: 1px solid #EBEEF5;
|
border-right: 1px solid #EBEEF5;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mcp-access-point {
|
.mcp-access-point {
|
||||||
@@ -497,6 +499,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.function-list {
|
.function-list {
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
scrollbar-width: thin;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user