From 78a3ba7b7c3f5de7e6147a3f49aae08b0f7149c2 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 11 Dec 2018 17:36:21 +0800 Subject: [PATCH] 泊位 --- src/components/halfPieChart.vue | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/styles/reset.css | 7 +++++++ src/views/berthsection.vue | 36 ++++++++++++++++++++++++++++++------ src/views/dicisection.vue | 1 - src/views/sfysection.vue | 1 - src/views/youdaopingsection.vue | 1 - 6 files changed, 178 insertions(+), 9 deletions(-) create mode 100644 src/components/halfPieChart.vue diff --git a/src/components/halfPieChart.vue b/src/components/halfPieChart.vue new file mode 100644 index 0000000..f2befa1 --- /dev/null +++ b/src/components/halfPieChart.vue @@ -0,0 +1,141 @@ + + + diff --git a/src/styles/reset.css b/src/styles/reset.css index 651663f..ff07db8 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -102,3 +102,10 @@ table { flex: 1; } +.pos-rel{ + position: relative; +} +.pos-abs{ + position: absolute; +} + diff --git a/src/views/berthsection.vue b/src/views/berthsection.vue index fc8910f..1223438 100644 --- a/src/views/berthsection.vue +++ b/src/views/berthsection.vue @@ -3,12 +3,18 @@