From 158d9be6036a7745c999e07e9dafafb4427ffc43 Mon Sep 17 00:00:00 2001 From: zhh Date: Fri, 25 May 2018 16:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 10 ---- .../pms/brand/components/BrandDetail.vue | 4 +- src/views/pms/brand/index.vue | 49 +++++++++---------- src/views/pms/product/add.vue | 11 ++++- src/views/pms/product/index.vue | 13 +++-- .../components/ProductAttrDetail.vue | 4 +- src/views/pms/productAttr/index.vue | 4 +- src/views/pms/productAttr/productAttrList.vue | 4 +- .../components/ProductCateDetail.vue | 4 +- src/views/pms/productCate/index.vue | 4 +- 10 files changed, 51 insertions(+), 56 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index ea00056..24da4c0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -58,16 +58,6 @@ a:hover { padding: 20px; } -//外框样式 -.container-frame { - padding: 10px; - border: 1px solid rgb(235, 235, 235); - border-image: initial; - border-radius: 3px; - transition: 0.2s; - overflow: hidden; -} - //搜索栏样式 .filter-container { diff --git a/src/views/pms/brand/components/BrandDetail.vue b/src/views/pms/brand/components/BrandDetail.vue index 6601d9c..e7a5253 100644 --- a/src/views/pms/brand/components/BrandDetail.vue +++ b/src/views/pms/brand/components/BrandDetail.vue @@ -1,5 +1,5 @@ diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index bca0719..fd2d505 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -1,6 +1,6 @@