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 @@