diff --git a/src/view/person/index.vue b/src/view/person/index.vue index 2f36d98..205c6cd 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -10,7 +10,7 @@
-
姓名
+
姓  名

王一

@@ -40,13 +40,13 @@
-
民族
+
民  族

-
性别
+
性  别

@@ -73,10 +73,11 @@
出生
学习
工作
-
婚育
置业
+
婚育
退休
养老
身后事
+
综合
@@ -131,9 +132,9 @@ - + @@ -205,7 +206,12 @@ const data1 = ref([ info: '人民医院******' }, ]) - +const pagination1 = reactive({ + current: 1, + pageSize: 5, + total: 50, + showTotal: 0 +}) const dialogShow = ref(false) const tableType = reactive({ title: '基础养老金', @@ -234,10 +240,10 @@ const paginationDialog = reactive({ showTotal: 0 }) const close = (pagination) => { - console.log + dialogShow.value = false } const handlePagination = (pagination) => { - console.log + dialogShow.value = false } @@ -305,8 +311,8 @@ const handlePagination = (pagination) => { } &:nth-of-type(4) { - top: 30px; - right: 220px; + top: 420px; + left: 110px; } &:nth-of-type(5) { @@ -324,6 +330,11 @@ const handlePagination = (pagination) => { right: 80px; } + &:nth-of-type(8) { + top: 420px; + right: 110px; + } + &:hover { background: url('../../assets/person/tag-active.png') no-repeat; background-size: 100% 100%;