From f17b5cf4523af56c67ff7d8330b6a8dde4d19458 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 22 九月 2023 20:33:49 +0800
Subject: [PATCH] style: 表格样式细节调整

---
 src/views/supplierManage/supplier/index.vue |   53 -----------------------------------------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/src/views/supplierManage/supplier/index.vue b/src/views/supplierManage/supplier/index.vue
index c99e643..cbfb597 100644
--- a/src/views/supplierManage/supplier/index.vue
+++ b/src/views/supplierManage/supplier/index.vue
@@ -372,59 +372,6 @@
 
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style lang="scss" scoped>
-.rightContent {
-  height: 100%;
-  background: #f0f2f5;
-  padding: 10px;
-  .top {
-    margin-bottom: 20px;
-    height: 55%;
-    background: #fff;
-    .list-view {
-      height: calc(100% - 120px);
-    }
-    .supplier-search {
-      display: flex;
-      align-items: center;
-      .add-view {
-        margin-left: auto;
-        margin-right: 20px;
-      }
-    }
-    .sel-name {
-      color: $color-primary;
-      cursor: pointer;
-    }
-    // .btn-pager {
-    //   display: flex;
-    //   .page {
-    //     margin-left: auto;
-    //   }
-    // }
-  }
-  .bottom {
-    margin-top: 20px;
-    height: calc(40% - 0px);
-    background: #fff;
-    .list-view {
-      height: calc(100% - 120px);
-    }
-    .product-search {
-      display: flex;
-      align-items: center;
-      .search {
-        margin-left: auto;
-      }
-      .add-view {
-        margin-left: 20px;
-        margin-right: 20px;
-      }
-    }
-  }
-}
-
-
-
 .supplier{
   height: 100%;
   overflow: hidden;

--
Gitblit v1.8.0