Commit f135412fc3e62dbee8c774b25cd945801c3e2c72

Authored by zhiyangdu
1 parent 8c7fcdda

样式优化

src/components/titleBox/titleBox.vue
... ... @@ -34,6 +34,6 @@
34 34 </script>
35 35  
36 36 <!-- Add "scoped" attribute to limit CSS to this component only -->
37   -<style rel="stylesheet/less" lang="less">
  37 +<style rel="stylesheet/less" lang="less" scoped>
38 38 @import './titleBox';
39 39 </style>
... ...