瀏覽代碼

fix: Opening home then team removes card bottom border-radius

Owen Diffey 3 年之前
父節點
當前提交
f09ef4f2e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/pages/Home.vue

+ 1 - 1
frontend/src/pages/Home.vue

@@ -776,7 +776,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 * {
 	box-sizing: border-box;
 }