mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-22 22:27:00 +00:00
bug: 修复icons无限滚动无效问题
This commit is contained in:
@@ -635,4 +635,9 @@ body,
|
|||||||
.fullscreen-btn:hover {
|
.fullscreen-btn:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
box-shadow: var(--el-box-shadow);
|
box-shadow: var(--el-box-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Layout Improvements */
|
||||||
|
.height100 {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user