kaifa gongnn
This commit is contained in:
parent
dad63b7519
commit
d008ffaac2
|
|
@ -8,6 +8,10 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.2/dist/echarts.min.js"></script>
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
:root {
|
||||
--primary: #20d3c2 ;
|
||||
--secondary: #2c5c8c;
|
||||
|
|
@ -32,7 +36,7 @@
|
|||
color: var(--dark);
|
||||
/* min-height: 98vh; */
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
/* padding: 20px; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue