diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 00a8915d..7956fd32 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -15,9 +15,9 @@
- + - +
diff --git a/src/page/index/layout.vue b/src/page/index/layout.vue index ef13a581..0439730f 100644 --- a/src/page/index/layout.vue +++ b/src/page/index/layout.vue @@ -1,6 +1,5 @@ -
勾选数量: {{ selectionList.length }}
- - - + +
+ + +
勾选数量: {{ selectionList.length }}
+ + + +
- - @@ -1579,6 +1505,23 @@ .el-fy { flex: 1; display: flex; - align-items: flex-end; + align-content: space-between; + } + .flex-c-sb{ + flex-direction: column; + justify-content: space-between; + + } + .el-fx-btn{ + display: flex; + justify-content: flex-end; + margin-right: 20px; + width: 100%; + } + .el_fontsize{ + font-size: 14px; + display: flex; + align-items: center; + justify-content: center; }