Commit 42fa5f1f authored by 何波's avatar 何波

样式调整

parent c9204c60
......@@ -1266,7 +1266,7 @@
<script>
document.querySelectorAll('.tableLBtn_box').forEach(el => {
el.addEventListener('mouseenter', () => {
refreshHeight(380);
refreshHeight(400);
});
el.addEventListener('mouseleave', () => {
......
......@@ -596,7 +596,7 @@
<script>
document.querySelectorAll('.tableLBtn_box').forEach(el => {
el.addEventListener('mouseenter', () => {
refreshHeight(560);
refreshHeight(580);
});
el.addEventListener('mouseleave', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment