From 5eb15c695e161b4b200f9c763265bfdb18b14431 Mon Sep 17 00:00:00 2001 From: 刘汉宸 Date: Wed, 17 Jun 2020 18:07:13 +0800 Subject: [PATCH] feat: 完善Scheme支持接口对接与表格多选 --- packages/scheme/index.vue | 225 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 198 insertions(+), 27 deletions(-) diff --git a/packages/scheme/index.vue b/packages/scheme/index.vue index a9f3e86..c86ea25 100644 --- a/packages/scheme/index.vue +++ b/packages/scheme/index.vue @@ -13,8 +13,8 @@ display: flex; flex-wrap: wrap; align-items: center; - line-height: 1; justify-content: flex-start; + line-height: 1; .el-button + .el-button { margin-left: 0; } @@ -23,6 +23,20 @@ margin-bottom: 10px; } } + &__table { + &-operation { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: flex-start; + .el-button + .el-button { + margin-left: 0; + } + .el-button { + margin-right: 10px; + } + } + } &__dialog-button { display: flex; align-items: center; @@ -32,6 +46,27 @@ &__footer { margin-top: 10px; text-align: right; + display: flex; + justify-content: space-between; + align-items: center; + .selection-info { + word-break: break-all; + white-space: nowrap; + font-size: 12px; + color: #606266; + .num { + color: #000; + font-weight: bold; + padding: 0 5px; + font-size: 16px; + } + .el-button { + margin-left: 5px; + } + } + .el-pagination { + flex: auto; + } } } @@ -42,7 +77,7 @@
- +
@@ -52,17 +87,38 @@
- + +
-