调整样式
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user