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; +}