diff --git a/src/styles/index.scss b/src/styles/index.scss index 346156a..e728cb9 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -58,8 +58,8 @@ a:hover { padding: 20px; } -/*外框样式*/ -.container-frame{ +//外框样式 +.container-frame { padding: 10px; border: 1px solid rgb(235, 235, 235); border-image: initial; @@ -67,3 +67,35 @@ a:hover { transition: 0.2s; overflow: hidden; } + +//搜索栏样式 +.filter-container { + +} + +//操作栏样式 +.operate-container { + margin-top: 20px; +} + +.operate-container .btn-add { + float: right; +} + +//表格栏样式 +.table-container { + margin-top: 20px; +} + +//批量操作栏样式 +.batch-operate-container { + display: inline-block; + margin-top: 20px; +} + +//分页栏样式 +.pagination-container { + display: inline-block; + float: right; + margin-top: 20px; +} diff --git a/src/views/pms/brand/index.vue b/src/views/pms/brand/index.vue index 01e88f6..d8e0a6f 100644 --- a/src/views/pms/brand/index.vue +++ b/src/views/pms/brand/index.vue @@ -27,6 +27,7 @@ 数据列表 添加 @@ -138,7 +139,8 @@ diff --git a/src/views/pms/productAttr/index.vue b/src/views/pms/productAttr/index.vue index c86bf7c..ff96b0a 100644 --- a/src/views/pms/productAttr/index.vue +++ b/src/views/pms/productAttr/index.vue @@ -4,6 +4,7 @@ 数据列表 添加 @@ -198,19 +199,6 @@ } diff --git a/src/views/pms/productAttr/productAttrList.vue b/src/views/pms/productAttr/productAttrList.vue index 5211f47..2150be6 100644 --- a/src/views/pms/productAttr/productAttrList.vue +++ b/src/views/pms/productAttr/productAttrList.vue @@ -5,6 +5,7 @@ 数据列表 添加 @@ -212,28 +213,7 @@