From 2fb39ca82f205ef2472eddbade7bd9514d944796 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 10 Jan 2022 19:51:14 +0800 Subject: [PATCH] refactor: update Graph component --- src/components/Graph.vue | 58 +++++------------------------------- src/views/dashboard/Edit.vue | 36 +++++++++++----------- 2 files changed, 25 insertions(+), 69 deletions(-) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index e719da7f..d31ab21a 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -13,24 +13,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index ba9da3aa..34621048 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -29,30 +29,30 @@ limitations under the License. -->