调整样式

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