宽高改动
This commit is contained in:
parent
9344766750
commit
3f5098167c
|
@ -21,7 +21,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
$box-height: 520px;
|
$box-height: 500px;
|
||||||
$box-width: 100%;
|
$box-width: 100%;
|
||||||
.bottomLeft {
|
.bottomLeft {
|
||||||
padding: 20px 16px;
|
padding: 20px 16px;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const height = "450px";
|
const height = "450px";
|
||||||
const width = "1000px";
|
const width = "940px";
|
||||||
// 定义 ref
|
// 定义 ref
|
||||||
const chartRef = ref();
|
const chartRef = ref();
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" class>
|
<style lang="scss" class>
|
||||||
$box-height: 520px;
|
$box-height: 500px;
|
||||||
$box-width: 100%;
|
$box-width: 100%;
|
||||||
.bottomRight {
|
.bottomRight {
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
|
|
Loading…
Reference in New Issue