Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
f30bc970d9
|
@ -13,18 +13,6 @@ let option = {
|
|||
tooltip: {
|
||||
trigger: "axis",
|
||||
formatter: "{b0}<br />{a0}:{c0} <br />{a1}:{c1} ",
|
||||
// formatter: function (params) {
|
||||
// console.log(1111111,params);
|
||||
// let circle = `<span style="display:inline-block;margin-right:5px;border-radius:50%;width:10px;height:10px;left:5px;background-color:`;
|
||||
// const result =circle +
|
||||
// params[0].color +
|
||||
// `"></span>` +
|
||||
// params[0].name +
|
||||
// ": " +
|
||||
// params[0].value;
|
||||
// // const result = (title ? title + '<br />' : '') + params[0].name + ': ' + params[0].value;
|
||||
// return result;
|
||||
// },
|
||||
},
|
||||
legend: {
|
||||
top: "8%",
|
||||
|
|
|
@ -207,7 +207,7 @@ const change = (name, index) => {
|
|||
<style lang="scss" scoped>
|
||||
.displayFlex {
|
||||
box-sizing: border-box;
|
||||
// height: 90vh;
|
||||
height: 90vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// flex: 1;
|
||||
|
@ -359,8 +359,8 @@ const change = (name, index) => {
|
|||
|
||||
.left_bg {
|
||||
width:642px;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding-left:50px;
|
||||
margin-right:28px;
|
||||
background-image: url(@/assets/images/left_bg.png);
|
||||
|
|
Loading…
Reference in New Issue