浏览代码

智能手表 表盘管理

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
892e67b95e
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 1 1
      src/views/watch/list/detail.vue
  2. 1 5
      src/views/watch/list/index.vue

+ 1 - 1
src/views/watch/list/detail.vue

@@ -47,7 +47,7 @@ export default {
 }
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 .el-form {
   width: 500px;
 }

+ 1 - 5
src/views/watch/list/index.vue

@@ -60,8 +60,4 @@ export default {
     }
   }
 }
-</script>
-
-<style lang="scss">
-
-</style>
+</script>