宽高改动

This commit is contained in:
TimSpan 2025-05-14 16:01:45 +08:00
parent 9344766750
commit 3f5098167c
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
</script>
<style lang="scss" scoped>
$box-height: 520px;
$box-height: 500px;
$box-width: 100%;
.bottomLeft {
padding: 20px 16px;

View File

@ -18,7 +18,7 @@
}>();
const height = "450px";
const width = "1000px";
const width = "940px";
// ref
const chartRef = ref();

View File

@ -21,7 +21,7 @@
</script>
<style lang="scss" class>
$box-height: 520px;
$box-height: 500px;
$box-width: 100%;
.bottomRight {
padding: 14px 16px;