Browse Source

样式修改

黄琪勇 4 tháng trước cách đây
mục cha
commit
05f072e6d6
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 4 0
      miniprogram/app.less
  2. 1 1
      miniprogram/config.ts

+ 4 - 0
miniprogram/app.less

@@ -3,6 +3,10 @@
   height: 100%;
 }
 
+button::after {
+  border: none;
+}
+
 page {
   --overlay-background-color: rgba(0, 0, 0, 0.6);
   --search-background-color: #f4f4f4;

+ 1 - 1
miniprogram/config.ts

@@ -1,4 +1,4 @@
-const environmentVariable = "online";
+const environmentVariable = "test";
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",