Browse Source

店铺样式调整

hangb 7 years ago
parent
commit
fce0b8122e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      components/provider/ToggleStore.vue

+ 8 - 0
components/provider/ToggleStore.vue

@@ -215,6 +215,14 @@ export default {
           }
         }
       }
+    }
+    .factory {
+      border-top-left-radius: 5px;
+      border-top-right-radius: 5px;
+    }
+    .sale{
+      border-bottom-left-radius: 5px;
+      border-bottom-right-radius: 5px;
     }
 	}
 </style>