From 6d1af24a57971ddc0b36b96c16dcb59d1f5de16b Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 10 Apr 2019 22:29:30 -0700 Subject: [PATCH] cateditor: improve contents layout --- cateditor/src/components/CatalogContents.vue | 21 +++- cateditor/src/components/MaterialList.vue | 87 +++++++------- .../src/components/ProductFamilyList.vue | 30 +++-- cateditor/src/components/SectionList.vue | 110 ++++++++++-------- 4 files changed, 138 insertions(+), 110 deletions(-) diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 39ae8ec..d036541 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -1,10 +1,19 @@ diff --git a/cateditor/src/components/MaterialList.vue b/cateditor/src/components/MaterialList.vue index a3575be..7943248 100644 --- a/cateditor/src/components/MaterialList.vue +++ b/cateditor/src/components/MaterialList.vue @@ -1,52 +1,52 @@ diff --git a/cateditor/src/components/ProductFamilyList.vue b/cateditor/src/components/ProductFamilyList.vue index 63ed3a8..978bea1 100644 --- a/cateditor/src/components/ProductFamilyList.vue +++ b/cateditor/src/components/ProductFamilyList.vue @@ -1,10 +1,10 @@ diff --git a/cateditor/src/components/SectionList.vue b/cateditor/src/components/SectionList.vue index 155d0e1..067f4ca 100644 --- a/cateditor/src/components/SectionList.vue +++ b/cateditor/src/components/SectionList.vue @@ -1,60 +1,65 @@