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