Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
f30bc970d9
|
@ -13,18 +13,6 @@ let option = {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: "axis",
|
trigger: "axis",
|
||||||
formatter: "{b0}<br />{a0}:{c0} <br />{a1}:{c1} ",
|
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: {
|
legend: {
|
||||||
top: "8%",
|
top: "8%",
|
||||||
|
|
|
@ -207,7 +207,7 @@ const change = (name, index) => {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.displayFlex {
|
.displayFlex {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// height: 90vh;
|
height: 90vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// flex: 1;
|
// flex: 1;
|
||||||
|
@ -359,8 +359,8 @@ const change = (name, index) => {
|
||||||
|
|
||||||
.left_bg {
|
.left_bg {
|
||||||
width:642px;
|
width:642px;
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
padding-left:50px;
|
padding-left:50px;
|
||||||
margin-right:28px;
|
margin-right:28px;
|
||||||
background-image: url(@/assets/images/left_bg.png);
|
background-image: url(@/assets/images/left_bg.png);
|
||||||
|
|
Loading…
Reference in New Issue