diff --git a/src/components/publicModule/lkyDialog.vue b/src/components/publicModule/lkyDialog.vue new file mode 100644 index 0000000..24592b8 --- /dev/null +++ b/src/components/publicModule/lkyDialog.vue @@ -0,0 +1,47 @@ + + + + \ No newline at end of file diff --git a/src/components/publicModule/lkyPagination.vue b/src/components/publicModule/lkyPagination.vue new file mode 100644 index 0000000..e0b53b0 --- /dev/null +++ b/src/components/publicModule/lkyPagination.vue @@ -0,0 +1,112 @@ + + + + \ No newline at end of file diff --git a/src/components/publicModule/lkyTable.vue b/src/components/publicModule/lkyTable.vue index 765172d..b203ddf 100644 --- a/src/components/publicModule/lkyTable.vue +++ b/src/components/publicModule/lkyTable.vue @@ -55,7 +55,7 @@ {{ row[val.prop] }} @@ -87,6 +87,16 @@ {{ row[item.prop] }} + + @@ -132,7 +142,7 @@ + + \ No newline at end of file diff --git a/src/views/module/components/paginationModule.vue b/src/views/module/components/paginationModule.vue new file mode 100644 index 0000000..42e5d58 --- /dev/null +++ b/src/views/module/components/paginationModule.vue @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/src/views/module/components/tableModule.vue b/src/views/module/components/tableModule.vue new file mode 100644 index 0000000..4111b8b --- /dev/null +++ b/src/views/module/components/tableModule.vue @@ -0,0 +1,203 @@ + + + \ No newline at end of file diff --git a/src/views/module/index.vue b/src/views/module/index.vue index 18458f6..8d370c8 100644 --- a/src/views/module/index.vue +++ b/src/views/module/index.vue @@ -1,201 +1,43 @@ - + \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/systemManagement/safeIndex/index.vue b/src/views/systemManagement/safeIndex/index.vue index 51ae748..daabed9 100644 --- a/src/views/systemManagement/safeIndex/index.vue +++ b/src/views/systemManagement/safeIndex/index.vue @@ -324,7 +324,7 @@ export default { /* card统一样式 */ .el-card.box-card.is-always-shadow { border: 0px; - height: 88.5vh; /* 控制card布局高度,用于适配 */ + height: 88vh; /* 控制card布局高度,用于适配 */ position: relative; background: url("~@/assets/companyFile/22136.png") no-repeat !important; background-size: 100% 100% !important;