diff --git a/manager/src/styles/common.scss b/manager/src/styles/common.scss index 29d84517..0aa5cad0 100644 --- a/manager/src/styles/common.scss +++ b/manager/src/styles/common.scss @@ -14,7 +14,9 @@ $theme_color: #804ed1; border-radius: 1em; background-color: rgba(50,50,50,.1); } - +.ivu-table table{ + width: 100%!important; +} .flex{ display: flex !important; diff --git a/manager/src/views/main-components/tags-page-opened.vue b/manager/src/views/main-components/tags-page-opened.vue index 0df6ed37..9e2f432b 100644 --- a/manager/src/views/main-components/tags-page-opened.vue +++ b/manager/src/views/main-components/tags-page-opened.vue @@ -8,20 +8,8 @@ @mousewheel="handlescroll" class="tags-outer-scroll-con" > - -
diff --git a/seller/src/assets/logo-min.png b/seller/src/assets/logo-min.png deleted file mode 100644 index 6de196a8..00000000 Binary files a/seller/src/assets/logo-min.png and /dev/null differ diff --git a/seller/src/styles/common.scss b/seller/src/styles/common.scss index 41d2dd26..63488166 100644 --- a/seller/src/styles/common.scss +++ b/seller/src/styles/common.scss @@ -14,7 +14,9 @@ $theme_color: #804ed1; border-radius: 1em; background-color: rgba(50,50,50,.1); } - +.ivu-table table { + width: 100%!important; +} .flex{ display: flex !important; diff --git a/seller/src/views/goods/goods-seller/goodsOperation.vue b/seller/src/views/goods/goods-seller/goodsOperation.vue index 4ae186a7..5a3362d7 100644 --- a/seller/src/views/goods/goods-seller/goodsOperation.vue +++ b/seller/src/views/goods/goods-seller/goodsOperation.vue @@ -28,7 +28,7 @@ :key="index" > {{ item.name }} - + >