diff --git a/common/style/reset.css b/common/style/reset.css
index 9eda0ab..a1c201d 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -156,6 +156,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb20 {
margin-bottom: 20px
}
+.pd0 {
+ padding: 0 !important;
+}
+.pd20 {
+ padding: 20px !important;
+}
.popshow {
transform: translateY(-50%);
}
diff --git a/components/Pagination.vue b/components/Pagination.vue
index 93e17dc..47172f6 100644
--- a/components/Pagination.vue
+++ b/components/Pagination.vue
@@ -80,7 +80,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
- padding: 20px 0;
+ // padding: 20px 0;
}
text,.page_input {
display: inline-block;
diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue
index 5635271..6e4e80d 100644
--- a/pages/management/in-storage.vue
+++ b/pages/management/in-storage.vue
@@ -27,7 +27,7 @@
{{title}}
-
+
序号
选择
@@ -99,7 +99,7 @@
-
+
@@ -116,7 +116,9 @@
-
+
+
+
diff --git a/static/images/grid_bg.png b/static/images/grid_bg.png
index 29ca869..2172995 100644
Binary files a/static/images/grid_bg.png and b/static/images/grid_bg.png differ