Browse Source

style: 优化格式

iven35 2 years ago
parent
commit
053eac9745
2 changed files with 4 additions and 5 deletions
  1. 4 4
      components/search/search.js
  2. 0 1
      pages/classification/classification.wxss

+ 4 - 4
components/search/search.js

@@ -1,14 +1,14 @@
 Component({
-  properties: {
-    disabled: {
+	properties: {
+		disabled: {
 			type: Boolean,
 			value: true
 		},
-		isshow : {
+		isshow: {
 			type: Boolean,
 			value: false
 		}
-  },
+	},
 	methods: {
 		goToSearch() {
 			wx.navigateTo({

+ 0 - 1
pages/classification/classification.wxss

@@ -2,7 +2,6 @@
 .hmly-ification {
 	width: 100%;
 	height: 100%;
-
 	background-color: rgb(243, 244, 246);
 	display: flex;
 	justify-content: start;