diff --git a/common/style/reset.css b/common/style/reset.css
index 710f35a..4273edf 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -41,6 +41,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
text-overflow: ellipsis;
white-space: nowrap;
}
+.flexcol {
+ flex-direction: column;
+}
.flexstart {
align-items: flex-start !important;
}
diff --git a/pages/login/setup.vue b/pages/login/setup.vue
index 1aa37df..a6e0bac 100644
--- a/pages/login/setup.vue
+++ b/pages/login/setup.vue
@@ -10,14 +10,14 @@
- 刷新时间(s)
-
+ 打印地址
+
- 客户标签打印
-
+ 刷新时间(s)
+
@@ -29,7 +29,6 @@