Browse Source

样式优化

mxd 3 years ago
parent
commit
13d7d914a3

+ 4 - 1
magic-editor/src/console/src/components/resources/magic-recent-opened.vue

@@ -92,10 +92,13 @@ export default {
   }
 }
 </script>
-<style>
+<style scoped>
 @import './magic-resource.css';
 .ma-dialog-content .no-data-tip {
   line-height: 380px;
   text-align: center;
 }
+.ma-tree-item{
+  white-space: nowrap;
+}
 </style>