From 7e0ecc77eb3f9dbf3831c1e4f3202048ac47cabc Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 14 Jan 2020 12:49:11 -0800 Subject: [PATCH] CatalogContents.vue: placeholder for pagination css work --- cateditor/src/components/CatalogContents.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 4b4a584..6eacb68 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -2,7 +2,9 @@ - Add products + + Add materials + @@ -64,6 +66,7 @@ @@ -438,4 +441,8 @@ function addSectionDrops(myvue) { max-height: 400px; overflow-y: auto; } + +.foo { + border-top: 3px solid red; +}