diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index c16f0bb..3f3bb25 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -1026,7 +1026,8 @@ export default { } .xy-table__page { display: flex; - justify-content: right; + // justify-content: right; + justify-content: flex-end; align-items: center; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/src/views/book/components/addBook.vue b/src/views/book/components/addBook.vue index 450aebf..e346eee 100644 --- a/src/views/book/components/addBook.vue +++ b/src/views/book/components/addBook.vue @@ -21,8 +21,11 @@
*{{type==='more'?'无需预约人':'预约人'}}:
-
- +
+ {{form.name}} +
+ diff --git a/src/views/book/index.vue b/src/views/book/index.vue index ec05a7b..ac4ac7f 100644 --- a/src/views/book/index.vue +++ b/src/views/book/index.vue @@ -64,7 +64,7 @@ -->