调整样式

This commit is contained in:
lai
2024-11-21 11:54:33 +08:00
parent 58e3f6d22d
commit 40b1fe2645

View File

@@ -324,9 +324,9 @@ document.addEventListener("DOMContentLoaded", function() {
// up down 上线行
var option = {
grid: {
left: '13%',
right: '13%',
bottom: '13%',
left: '5%',
right: '23%',
bottom: '3%',
containLabel: true
},
title: {
@@ -379,8 +379,9 @@ document.addEventListener("DOMContentLoaded", function() {
</div>
<style>
.container {
margin-top:20px;
display: flex; /* 使用 Flexbox 布局 */
height: 100%;
height: 90%;
width: 100%;
}