mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
(嵌入式): 滚动条css 样式加上我们的类名,避免在 div 嵌入时冲突 #16455
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</head>
|
||||
|
||||
<body style="height:100%">
|
||||
<div id="app" style="height: 100%;"></div>
|
||||
<div class="de-main_scrollbar" id="app" style="height: 100%;"></div>
|
||||
<script type="module" src="/src/pages/index/main.ts"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
@@ -628,14 +628,16 @@ strong {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 4px;
|
||||
background: #1f23294d;
|
||||
}
|
||||
.de-main_scrollbar {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 4px;
|
||||
background: #1f23294d;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px !important;
|
||||
height: 8px !important;
|
||||
::-webkit-scrollbar {
|
||||
width: 8px !important;
|
||||
height: 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ed-scrollbar__thumb {
|
||||
|
||||
Reference in New Issue
Block a user